To recreate: # When trying to run the command snap, ubuntu suggests to install this package: sudo apt install snap
# After, it's not possible to run snap, it says that the package 'snap' is not installed. So, I tried to install snapd: sudo apt install snapd # this is when the problem occured. Removing the package snap then allows me to install snapd: sudo apt autoremove sudo apt remove snap sudo apt install snapd # Now it works! It appears that the package 'snap' shouldn't be the one suggested when trying to run the snap command? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1571989 Title: package snapd (not installed) failed to install/upgrade: trying to overwrite '/usr/share/man/man1/snap.1.gz', which is also in package snap 2013-11-29-1ubuntu2 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1571989/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
