mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 07:15:22 +02:00
snap: add page (#1749)
This commit is contained in:
parent
3a0d13a8d2
commit
087a8a6557
1 changed files with 24 additions and 0 deletions
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`
|
Loading…
Add table
Reference in a new issue