[snap] chromium-browser fails to install the snap because snapd is not running
Bug #1904769 reported by
ralphb
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| chromium-browser (Ubuntu) |
Expired
|
Undecided
|
Unassigned | ||
Bug Description
Since I need Chrome, I installed chromium-browser and snapd in aptitude.
But Chrome didn't appear in the menu, and launching it from the console yields
cassiopeia ~ > chromium-browser
Command '/usr/bin/
Please install it with:
snap install chromium
cassiopeia ~ > snap install chromium
error: cannot communicate with server: Post http://
I would have thought that chromium-browser does install the chromium snap. So what does it mean, and how do I fix it?
| affects: | systemd (Ubuntu) → chromium-browser (Ubuntu) |
To post a comment you must log in.

Starting with Ubuntu 20.04, chromium-browser indeed is a transitional package that installs the chromium snap. But for some reason snapd doesn't appear to be running on your system.
Can you share the output of the following commands?
systemctl status snapd.service
systemctl start snapd.service