tldr/pages/common/topgrade.md

29 lines
461 B
Markdown
Raw Normal View History

2020-08-10 00:02:23 +01:00
# topgrade
> Update all applications on the system.
2021-01-07 18:08:01 +00:00
> More information: <https://github.com/r-darwish/topgrade>.
2020-08-10 00:02:23 +01: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-10 00:02:23 +01:00
- Only perform a certain update operation:
`topgrade --only {{operation}}`
- Edit the configuration file with default editor:
2020-08-10 00:02:23 +01:00
`topgrade --edit-config`