I finally have it at bay currently with:
Code:
cat <<EOF | sudo tee /etc/apt/preferences.d/nosnap.pref Package: snapd Pin: release a=* Pin-Priority: -10 EOF
You can use apt hold, but I find it still trys to sneak in . Banish from the OS is better.
Code:
sudo cat /etc/apt/preferences.d/nosnap.pref
Package: snapd
Pin: release a=*
Pin-Priority: -10
Code:
sudo apt install lxd
Package lxd is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
Error: Package 'lxd' has no installation candidate
Code:
sudo apt install snapd
Package snapd is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
Error: Package 'snapd' has no installation candidate
There Much Better Now......