mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 16:53:10 +02:00
snap*: refresh pages (#17465)
This commit is contained in:
parent
02ace94daf
commit
3a1cf35689
3 changed files with 43 additions and 32 deletions
|
@ -1,4 +1,4 @@
|
|||
# esa snap
|
||||
# snap
|
||||
|
||||
> Sentinel Application Platform (SNAP) for processing satellite data from the European Space Agency (ESA).
|
||||
> More information: <https://step.esa.int/main/download/snap-download/>.
|
|
@ -1,37 +1,11 @@
|
|||
# snap
|
||||
|
||||
> Manage the "snap" self-contained software packages.
|
||||
> Similar to what `apt` is for `.deb`.
|
||||
> More information: <https://manned.org/snap>.
|
||||
> `snap` can refer to multiple commands with the same name.
|
||||
|
||||
- Search for a package:
|
||||
- View documentation for the packaging solution:
|
||||
|
||||
`snap find {{query}}`
|
||||
`tldr snap.pkg`
|
||||
|
||||
- Install a package:
|
||||
- View documentation for the European Space Agency Earth observation data processing tool:
|
||||
|
||||
`snap install {{package}}`
|
||||
|
||||
- Update a package:
|
||||
|
||||
`snap refresh {{package}}`
|
||||
|
||||
- Update a package to another channel (track, risk, or branch):
|
||||
|
||||
`snap refresh {{package}} --channel={{channel}}`
|
||||
|
||||
- Update all packages:
|
||||
|
||||
`snap refresh`
|
||||
|
||||
- Display basic information about installed snap software:
|
||||
|
||||
`snap list`
|
||||
|
||||
- Uninstall a package:
|
||||
|
||||
`snap remove {{package}}`
|
||||
|
||||
- Check for recent snap changes in the system:
|
||||
|
||||
`snap changes`
|
||||
`tldr snap.esa`
|
||||
|
|
37
pages/linux/snap.pkg.md
Normal file
37
pages/linux/snap.pkg.md
Normal file
|
@ -0,0 +1,37 @@
|
|||
# snap
|
||||
|
||||
> Manage the "snap" self-contained software packages.
|
||||
> Similar to what `apt` is for `.deb`.
|
||||
> More information: <https://manned.org/snap>.
|
||||
|
||||
- Search for a package:
|
||||
|
||||
`snap find {{query}}`
|
||||
|
||||
- Install a package:
|
||||
|
||||
`snap install {{package}}`
|
||||
|
||||
- Update a package:
|
||||
|
||||
`snap refresh {{package}}`
|
||||
|
||||
- Update a package to another channel (track, risk, or branch):
|
||||
|
||||
`snap refresh {{package}} --channel={{channel}}`
|
||||
|
||||
- Update all packages:
|
||||
|
||||
`snap refresh`
|
||||
|
||||
- Display basic information about installed snap software:
|
||||
|
||||
`snap list`
|
||||
|
||||
- Uninstall a package:
|
||||
|
||||
`snap remove {{package}}`
|
||||
|
||||
- Check for recent snap changes in the system:
|
||||
|
||||
`snap changes`
|
Loading…
Add table
Reference in a new issue