This error occurs in Linux operating system when you are trying to install a package using the snap package manager in the terminal command and the process got interrupted. For example, when i tried to install VLC media player using the Snap package manager, i suddenly got the error: Snap “package” has “install-snap” change in progress.
Let’s learn how to fix this snap error step by step.
How to Fix Error Snap “VLC” has “install-snap” change in progress
1. This error means some other program is keeping the Snap process busy. So let’s check it by typing the command below.
snap changes
2. This will list all the snap process. Now note the Snap ID for the VLC install process.
3. Now you have to end the process by using the following command.
sudo snap abort 'ID'
Replace the ID with the Id of the snap process for the VLC install that you wanted to abort.
4. Now install the package again from the terminal window or the software center and you won’t be getting the Snap “package” has “install-snap” change in progress now.
Also, let us know if you are still facing the issue in the comments section below.

Gowtham V, the founder of howtodoninja.com is an experienced tech writer and a cybersecurity enthusiast with a passion for exploring the latest technological advancements. He has 10 years of experience in writing comprehensive how to guides, tutorials, and reviews on software, hardware, and internet services. With an interest in computer security, he strives to educate users by writing content on how to use technology, and how to also protect their smart devices and personal data from cyber threats. He currently uses a Windows computer, and a Macbook Pro, and tests hundreds of Android phones for writing his reviews and guides.