install-snap” change in progress

It will include general discussion on coding related to any ideas or fixing.
Post Reply
programmer
Posts: 10
Joined: 27 Mar 2019

install-snap” change in progress

Post by programmer »

I was installing an app using snap from Ubuntu software centre but got the error

Code: Select all

unable to install "name_of_package": snap "name_of_package" has "install-snap" change in progress
I donot know where is the problem. I am installing from the ubuntu centre.
User avatar
Aisangam
Site Admin
Posts: 28
Joined: 24 Mar 2019
Location: Delhi, India
Contact:

Re: install-snap” change in progress

Post by Aisangam »

Hello @programmer

I got the problem. I think one need to check the PID number for the snap application. Please execute the below command for this operation

Code: Select all

snap changes
From here you will get the PID number of the snap application which is creating the troublesome

Please execute the below command

Code: Select all

sudo snap abort PID
i Hope problem will be resolved.
Post Reply