snap: add page (#1749)
This commit is contained in:

committed by
Agniva De Sarker

parent
3a0d13a8d2
commit
087a8a6557
24
pages/linux/snap.md
Normal file
24
pages/linux/snap.md
Normal 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`
|
Reference in New Issue
Block a user