Install Applications with Snap Package Manager
On 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 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.

Thanks for reading.