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

29 lines
454 B
Markdown
Raw Normal View History

2020-08-09 19:02:23 -04:00
# topgrade
> Update all applications on the system.
2021-01-07 13:08:01 -05:00
> More information: <https://github.com/r-darwish/topgrade>.
2020-08-09 19:02:23 -04:00
- Run updates:
`topgrade`
- Say yes to all updates:
`topgrade -y`
- Cleanup temporary/old files:
`topgrade -c`
- Disable a certain update operation:
`topgrade --disable {{operation}}`
2020-08-09 19:02:23 -04:00
- Only perform a certain update operation:
`topgrade --only {{operation}}`
- Edit the config file with default editor:
`topgrade --edit-config`