Comment 2 for bug 2025916

Revision history for this message
Nathan Teodosio (nteodosio) wrote :

I think you had removed the gnome-42-2204 and this caused the interface not to connect.

> sudo apt install snap --reinstall

> sudo apt install snap --reinstall chromium

You conflated snap[1] and snapd[2] in those instances. If your intention was to reinstall Chromium (and not snapd), then you could have used either of

apt install --reinstall chromium
snap remove chromium && snap install chromium

[1] https://packages.ubuntu.com/mantic/snap
[2] https://packages.ubuntu.com/mantic/snapd