1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 01:35:24 +02:00

snap: add page (#1749)

This commit is contained in:
Eridani 2017-12-07 21:58:59 -06:00 committed by Agniva De Sarker
parent 3a0d13a8d2
commit 087a8a6557

24
pages/linux/snap.md Normal file
View file

@ -0,0 +1,24 @@
# snap
> Tool for managing the "snap" self-contained software packages.
> Similar to what `apt` is for ".deb".
- Search for a package:
`snap find {{package_name}}`
- Install a package:
`snap install {{package_name}}`
- Display basic information about installed snap software:
`snap list`
- Uninstall a package:
`snap remove {{package_name}}`
- Check for recent snap changes in the system:
`snap changes`