Emmanuel Mtali
Emmanuel Mtali

Reputation: 4983

Unable to uninstall snap package

I am trying to uninstall heroku installed via snap but I got stuck with the following error

snap "heroku" has "auto-refresh" change in progress

Ubuntu 18.04.2 LTS

I have googled the issue and the results were not helpful. Can someone help

Upvotes: 0

Views: 1142

Answers (1)

Almog Karamani
Almog Karamani

Reputation: 17

You can add the parameter "now" to the end of your command, it will ignore the "auto-refresh".

example:

sudo snap remove heroku now

Upvotes: 0

Related Questions