Created
February 2, 2021 09:23
-
-
Save lmmx/0550cfc8867eb1eea04076ec69c95a5a to your computer and use it in GitHub Desktop.
Contents of `/etc/apt/preferences.d/nosnap.pref` in Linux Mint 20.1 (removed manually to install `snapd`) https://linuxmint-user-guide.readthedocs.io/en/latest/snap.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment