Page 1 of 1

install-snap” change in progress

Posted: 07 May 2020
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.

Re: install-snap” change in progress

Posted: 07 May 2020
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.