...when I run
sudo snap install canonical-livepatch
to install it, I get the error message "Snap not found." My architecture is 16.04 LTS (32-bit). Please advise.
...when I run
sudo snap install canonical-livepatch
to install it, I get the error message "Snap not found." My architecture is 16.04 LTS (32-bit). Please advise.
The canonical-livepatch service and snap are currently only available in 64bit, which is why snapd can't find a i386 snap.
You can see the supported architectures for a snap on its snap store page https://uappexplorer.com/app/canonical-livepatch.canonical
sudo apt-get install snapd
will fix this :)
After that you can run the snap install command