Packages and backups
The snap command
Manages snap packages: applications bundled with all their dependencies that update themselves.
Syntax
snap list | snap install paquete | snap remove paqueteMost useful options
listLists installed snapsinstallInstalls a snapfindSearches snaps in the storeCopy-ready examples
$ snap listInstalled snapsYou can try them in the browser terminal: it does not touch your computer.
Typical mistakes
- Snaps take more space because they include their dependencies.
FAQ
snap or apt?
apt uses system libraries; snap brings everything included and is sandboxed, more portable but heavier.
Learn to actually use it
The basic Linux course takes you from zero to console fluency with 24 self-grading lessons.
Start the free course