Linux

Mint 2.0 에서 snapd 설치

정든친구 2021. 6. 21. 14:58

$ sudo rm /etc/apt/preferences.d/nosnap.pref

$ sudo apt install snapd

 

<nosnap.pref 의 내용>

# To prevent repository packages from triggering the installation of Snap,
# this file forbids snapd from being installed by APT.
# For more information: https://linuxmint-user-guide.readthedocs.io/en/latest/snap.html

Package: snapd
Pin: release a=*
Pin-Priority: -10

 

https://snapcraft.io/docs/installing-snap-on-linux-mint

 

Installing snap on Linux Mint | Snapcraft documentation

Snaps are containerised software packages that are simple to create and install. They auto-update and are safe to run. And because they bundle their dependencies, they work on all major Linux systems without modification.

snapcraft.io