installing_snap_on_raspbian

Installing snap on Raspbian

Return to

Installing snap on Raspbian

Snap can be installed on a Raspberry Pi running the latest version of Raspbian by opening a terminal and typing a couple of Linux commands.

The default terminal, also known as a command line, is called LXTerminal and it’s launched from its icon on the desktop. Take a look at the official Raspberry Pi documentation if you’re unfamiliar with the terminal.

Enter the following into the terminal:

You will also need to reboot Linux using sudo reboot. This can be accomplished from the terminal (and from the Raspbian desktop), but make sure you save any open documents first:

To test your system, install the hello-world snap and make sure it runs correctly:

hello-world 6.3 from Canonical✓ installed

$ hello-world

Hello World!

Snap is now installed and ready to go! If you’re using a desktop, a great next step is to install the Snap Store app.

Snap is an integral part of Ubuntu Core, which can be installed as the native Raspberry Pi operating system. Ubuntu Core provides more permissive access to the Raspberry Pi, and may enable functionality not easily mirrored when snap is installed on Raspbian. A good example of this is low-level access to a Raspberry Pi’s GPIO pins.

Fair Use Source: https://snapcraft.io/docs/installing-snap-on-raspbian

installing_snap_on_raspbian.txt · Last modified: 2020/11/20 01:10 by 127.0.0.1