1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/topgrade.md
Vitor Henrique af35564618
pages*: do not use config abbreviation (#12118)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-01-25 10:59:16 +05:30

28 lines
461 B
Markdown

# 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`
- 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 configuration file with default editor:
`topgrade --edit-config`