snap: add page (#1749)

coverage
Eridani 2017-12-07 21:58:59 -06:00 committed by Agniva De Sarker
parent 3a0d13a8d2
commit 087a8a6557
1 changed files with 24 additions and 0 deletions

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`