mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
34 lines
582 B
Plaintext
34 lines
582 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# topgrade
|
|
|
|
> Update all applications on the system.
|
|
> More information: <https://github.com/r-darwish/topgrade>.
|
|
|
|
- Run updates:
|
|
|
|
`topgrade`
|
|
|
|
- Say yes to all updates:
|
|
|
|
`topgrade {{[-y|--yes]}}`
|
|
|
|
- Cleanup temporary/old files:
|
|
|
|
`topgrade {{[-c|--cleanup]}}`
|
|
|
|
- Disable a certain update operation:
|
|
|
|
`topgrade --disable {{operation}}`
|
|
|
|
- Only perform a certain update operation:
|
|
|
|
`topgrade --only {{operation}}`
|
|
|
|
- Edit the configuration file with default editor:
|
|
|
|
`topgrade --edit-config`
|