LinuxCommandLibrary

topgrade

Update all applications on the system.

TLDR

Run updates

$ topgrade
copy


Say yes to all updates
$ topgrade -y
copy


Cleanup temporary/old files
$ topgrade -c
copy


Disable a certain update operation
$ topgrade --disable [operation]
copy


Only perform a certain update operation
$ topgrade --only [operation]
copy


Edit the config file with default editor
$ topgrade --edit-config
copy

Copied to clipboard