5

...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.

Jorge Castro
  • 71,754

2 Answers2

4

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

simpoir
  • 515
0

sudo apt-get install snapd will fix this :) After that you can run the snap install command

Elder Geek
  • 36,023
  • 25
  • 98
  • 183