SNAP:Error purging snapd

Revision as of 04:24, 3 November 2022 by Kangtain (talk | contribs) (Created page with "<syntaxhighlight lang="shell"> sudo systemctl stop var-snap-firefox-common-host\\x2dhunspell.mount </syntaxhighlight> <syntaxhighlight lang="shell"> sudo systemctl disable var-snap-firefox-common-host\\x2dhunspell.mount </syntaxhighlight> <syntaxhighlight lang="shell"> sudo dpkg --purge --force-all snapd </syntaxhighlight> <syntaxhighlight lang="shell"> sudo apt install --fix-broken </syntaxhighlight> ==Source== *[https://askubuntu.com/questions/1414173/completely-r...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
sudo systemctl stop var-snap-firefox-common-host\\x2dhunspell.mount
sudo systemctl disable var-snap-firefox-common-host\\x2dhunspell.mount
sudo dpkg --purge --force-all snapd
sudo apt install --fix-broken

Source