I was trying to install Android studio in ubuntu 20.04. I used this command sudo snap install android-studio --classic. But after 54% download , my pc freezes and restarts automatically. After opening my pc , again open my terminal and execute the same command. This time it shows error: snap "android-studio" has "install-snap" change in progress error. What I need to do? Do I need to kill the PID.
Asked
Active
Viewed 4,351 times
1
2 Answers
2
try the following
snap changes
You should get something like this
... 123 Doing 2018-04-28T10:40:11Z - Install "foo" snap ...
Then do
sudo snap abort [ID]
This will abort the process that you want to kill. Hope I was helpful
Steven Maina
- 21
0
No matter what just restart PC. Then try to finish download at once in terminal , because there is no way to pause.