Install Applications with Snap Package Manager - Forecr.io

Install Applications with Snap Package Manager

Jetson AGX Xavier | Jetson Nano | Jetson Xavier NX

20 February 2021
WHAT YOU WILL LEARN?

1- Searching Applications from snapcraft Store 

2- Getting the installation command 

3- Installing Application 

ENVIRONMENT

Hardware: DSBOX-N2

OS:  JetPack 4.5 (L4T-32.5)



In this blog post, we will introduce the snap package manager and snapcraft.io website.


If you want to download some application with snap package manager, you can easily visit snapcraft.io and search for it.



Check the package details to find does it support Arm64 architecture, if so, you can download it.





Before using download command, you have to install snapd package with using apt package manager. If you are suffering low storage problem of your DSBOX you can check this blog post.


sudo apt update
sudo apt install snapd


Then you can download the preferred package and launch it.


Thank you for reading our blog post.