Ubuntu Pastebin

Paste from popey at Wed, 20 Apr 2016 12:51:55 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
sudo service snapd stop
sudo umount /var/lib/snapd/snaps/*

# if they all umount okay

sudo rm -rf /var/lib/snapd
sudo rm -rf /snap/*

sudo apt update
sudo apt install snapd --reinstall

sudo service snapd start
Download as text