Problem removing a snap

Seth Arnold seth.arnold at canonical.com
Wed Nov 2 22:57:03 UTC 2016


On Wed, Nov 02, 2016 at 05:34:10PM -0500, Chris wrote:
> chris at localhost:~$ sudo mount --bind /snap/ubuntu-core/current
> /snap/viking-gps/1
> [sudo] password for chris: 
> mount: mount point /snap/viking-gps/1 does not exist

Either a file or directory needs to exist in the filesystem for a mount to
succeed; so try creating this directory and re-try?

sudo mkdir -p /snap/viking-gps/1
sudo mount --bind /snap/ubuntu-core/current /snap/viking-gps/1
sudo snap remove viking-gps

Thanks
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/snapcraft/attachments/20161102/e2583ffa/attachment.sig>


More information about the Snapcraft mailing list