Common usage of Snaps
A snap is an application containerised with all its dependencies.
Installing
sudo apt update
sudo apt install snapd
sudo apt install core
Common usage
snap version
sudo snap install <snap-name>
sudo snap remove <snap-name>
sudo snap refresh <snap-name>
snap find <package-name>
snap install <package-name> --channel=<channel>
Create your own snap
sudo snap install --classic snapcraft
snapcraft init
snapcraft
Reference
https://snapcraft.io/
https://ubuntu.com/core/services/guide/snaps-intro
https://ubuntu.com/tutorials/create-your-first-snap
Disclaimer
- License under
CC BY-NC 4.0
- Copyright issue feedback
me#imzye.me
, replace # with @ - Not all the commands and scripts are tested in production environment, use at your own risk
- No privacy information is collected here