Chromium installation error in Lubuntu 20.04

10,320

Solution 1

Snaps install through its service snapd and the client snap; that client failed for reasons unknown, so you must clear away the failed install. Run

sudo snap remove chromium-browser 

before trying again to reinstall. If reinstalling also fails, kill the snap client process again, and reset the Snap state using this script

Solution 2

I had the same issue during an upgrade to Ubuntu 20.04. During the installation of the Chromium snap package, I would see this message:

INFO waiting for automatic snapd restart

And then the installation process was just doing nothing as that automatic restart never happened. So I unlocked progress in the installation process again by executing the expected restart manually:

sudo service snapd restart
Share:
10,320

Related videos on Youtube

kamer_kane
Author by

kamer_kane

Updated on September 18, 2022

Comments

  • kamer_kane
    kamer_kane over 1 year

    I've installed Lubuntu 20.04 x64, and wanted to install chromium browser.

    I used the command-

    sudo apt-get install chromium-browser
    

    but it displayed-

    => Installing the chromium snap 
    ==> Checking connectivity with the snap store
    ==> Installing the chromium snap
    2020-04-24T16:08:43 INFO Waiting for restart...
    

    It remained stuck at this message for almost an hour, until I've to finally kill the process.

  • kamer_kane
    kamer_kane about 4 years
    Can you be specific with what's happening? I am not getting it much.
  • K7AAY
    K7AAY about 4 years
    See above, including the web links.
  • kamer_kane
    kamer_kane about 4 years
    Ok, I retried it, and it got installed, but, it took much data than expected (since I work on a limited data plan). Did it installed all the necessary snap files before installing chromium?
  • K7AAY
    K7AAY about 4 years
    It had to. I am not a big fan of snaps because of behavior like this
  • membersound
    membersound over 3 years
    This also helped on a stucked do-release-upgrade .
  • Jerther
    Jerther over 3 years
    Thought of doing this on a stuck do-release-upgrade also, but it finally completed after about two minutes. Patience is a virtue it seems ;)
  • bastistician
    bastistician almost 3 years
    I can confirm the long waiting time. The snapd restart completed only after 5 minutes on my machine. No manual intervention necessary.