Snap
Tools
General
Wikimedia Projects
Print/export
In other projects
Snap[1] is a software deployment and package management for Linux available at least since 2015[2] with support for channels[3] and parallel installs[4].
Snaps are basically an application compiled together with its dependencies and libraries – providing a sandboxed environment for the application to run. These are easier and faster to install, can receive latest updates and is confined from the OS and other apps.
sudo apt install snapd[5]snap install hellosnap remove hello-worldsnap find SNAP_TO_SEARCHsnap listsnap info SNAP_NAMEsudo snap refreshsnap savesudo snap revert hellosudo snap refresh hello --channel=betasudo dnf install snapd andsudo systemctl enable --now snapd.socket