An user called chirag patel solves the problem and posted it on Medium: https://medium.com/@chiragpatel_52497/unable-to-install-package-name- snap-package-name-has-install-snap-change-in-progress-b6768f2ce81d
This solves the problem: Snap is probably still working on something in the background (or at least it thinks so). Open a terminal and run snap changes so see a list of ongoing changes. $ snap changes ... 123 Doing 2018-04-28T10:40:11Z - Install "foo" snap ... You can abort ongoing change(s): $ sudo snap abort 123 Then you should be able to successfully install chromium-brownser through the software center. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1849119 Title: package chromium-browser 77.0.3865.120-0ubuntu1~snap1 failed to install/upgrade: error: snap "chromium" has "install-snap" change in progress To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1849119/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
