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:
|
|
|
|
|
2021-08-15 04:49:18 +02:00
|
|
|
`topgrade --disable {{operation}}`
|
2020-08-09 19:02:23 -04:00
|
|
|
|
|
|
|
- Only perform a certain update operation:
|
|
|
|
|
|
|
|
`topgrade --only {{operation}}`
|
|
|
|
|
2024-01-25 02:29:16 -03:00
|
|
|
- Edit the configuration file with default editor:
|
2020-08-09 19:02:23 -04:00
|
|
|
|
|
|
|
`topgrade --edit-config`
|