I made a mistake when installing VLC on Ubuntu 18.04 via snap

Introduction

I'm using Ubuntu 18.04 and when I try to install VLC media player via snap

error


$ sudo snap install vlc
error: snap "vlc" has "install-snap" change in progress

Will be displayed.

Solutions

After a little research, the solution is to this site (https://askubuntu.com/questions/1029117/unable-to-install-package-snap-package-has-install-snap-change-in-pro) It seems that you can install it by checking the operation of the snap process with ``` snap changes` ``, checking the process number of VLC, discarding that process and typing the command to install again.

python


$ snap changes
ID   Status  Spawn               Ready  Summary
13   Doing   today at 12:12 JST  -      Install "vlc" snap from "latest/stable" channel

It seems that the installation of VLC is running in the 13th process, so `` `snap abort 13``` is done because it is the 13th process.

solve


$ snap abort 13
ID   Status  Spawn               Ready               Summary
13   Error   today at 12:12 JST  today at 12:25 JST  Install "vlc" snap from "latest/stable" channel

There is an error, but I was able to confirm that the process stopped here, so it's OK. Then run `` `sudo snap install VLC``` again to install.

Recommended Posts

I made a mistake when installing VLC on Ubuntu 18.04 via snap
What I stumbled upon when installing Ruby on Ubuntu
A note when I was addicted to converting Ubuntu on WSL1 to WSL2
I made a calculator app on Android
I made a portfolio with Ruby On Rails
I made a drawing chat "8bit paint chat" on WebAssembly
I made a library for displaying tutorials on Android.
A mistake made when displaying an image using Active Storage
Pit pits when installing dotnet on Ubuntu 18.04 LTS + WINE + winetricks
I made a chat app.
Installing OpenMX on Ubuntu 18.04.5 LTS
Stupid mistake I made when running nginx server with Docker Compose
Ruby: I made a FizzBuzz program!
Installing Ruby + Rails on Ubuntu 18.04 (rbenv)
I made a shopify app @java
I made a GUI with Swing
Build a XAMPP environment on Ubuntu
I made a simple recommendation function.
I tried installing CentOS 8 on ESXi 6.7
I made a matching app (Android app)
Installing and using Ansible on Ubuntu 16.04
I made a package.xml generation tool.
[Android] I made a pedometer app.
A memorandum when IME cannot be turned on with VS Code (Ubuntu 20.04)
I made an app to scribble with PencilKit on a PDF file
I had a hard time installing MariaDB 10.5.5 on CentOS 8 of Sakura VPS
I made a site that summarizes information on carbohydrate restriction with Vue.js