mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 13:06:00 +02:00
29 lines
443 B
Markdown
29 lines
443 B
Markdown
![]() |
# 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`
|