Snap
From Indie IT Wiki
Introduction
Snap is a universal app package that works across Linux flavors. The snapd technology is the core that powers snaps. It offers a new way to package, distribute, update and run OS components and applications on a Linux system. Snaps are containerised software packages that are simple to create and install. They auto-update and are safe to run. And because they bundle their dependencies, they work on all major Linux systems without modification.
Tutorials
https://tutorials.ubuntu.com/tutorial/basic-snap-usage#0
Installation
sudo apt-get update sudo apt-get install snapd
List Installed Packages
snap list
Search Available Packages
snap find hello-world
Information About Snap Package
snap info hello-world
Install Snap Package
snap install hello-world
Run Snaps
hello-world