I've been having problems with upgrading snapd with apt-get. I've tried running dpkg --configure -a
and sudo apt-get install -f
, but the system hangs indefinitely setting up snapd. I've also read numerous posts on how to resolve this issue, but unfortunately none of them have worked. Some posts seem promising, but my main problem is that I cannot uninnstall snapd because the subprocess new pre-removal script returned error exit status 1.
Right before this error message, the system says the job for snapd.service
and snapd.socket
have been canceled. I have tried everything I know to try, and searched around the net, but would appreciate some insight from you all about this issue!
So far, I have tried: sudo apt purge snapd
and sudo apt purge snapd ubuntu-core-launcher squashfs-tools
, but I get the same results.
sudo apt purge snapd ubuntu-core-launcher squashfs-tools
seen here https://ubuntuforums.org/showthread.php?t=2328152 – George Udosen Jan 02 '19 at 22:15sudo systemctl stop snapd
then disablesudo systemctl disable snapd
then try to remove it! – George Udosen Jan 02 '19 at 22:19sudo apt install --reinstall snapd
, I get:Internal Error, No file name for snapd:amd64
– myselfesteem Jan 02 '19 at 22:58No file name for snapd:amd64
again – myselfesteem Jan 02 '19 at 23:08