mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
topgrade: add-page (#4244)
This commit is contained in:
parent
ccd7f226ea
commit
a9e7cedb02
1 changed files with 28 additions and 0 deletions
28
pages/common/topgrade.md
Normal file
28
pages/common/topgrade.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# topgrade
|
||||
|
||||
> Update all applications on the system.
|
||||
> More at <https://github.com/r-darwish/topgrade>.
|
||||
|
||||
- Run updates:
|
||||
|
||||
`topgrade`
|
||||
|
||||
- Say yes to all updates:
|
||||
|
||||
`topgrade -y`
|
||||
|
||||
- Cleanup temporary/old files:
|
||||
|
||||
`topgrade -c`
|
||||
|
||||
- Disable a certain update operation:
|
||||
|
||||
`topgrade -disable {{operation}}`
|
||||
|
||||
- Only perform a certain update operation:
|
||||
|
||||
`topgrade --only {{operation}}`
|
||||
|
||||
- Edit the config file with default editor:
|
||||
|
||||
`topgrade --edit-config`
|
Loading…
Add table
Reference in a new issue