HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

topgrade — Update all applications on the system. More information: <https://github.com/r-darwish/topgrade>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandallupdatecliapplicationstopgradesystem

Problem

How to use the topgrade command: Update all applications on the system. More information: <https://github.com/r-darwish/topgrade>.

Solution

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|--yes]}}


Cleanup temporary/old files:
topgrade {{[-c|--cleanup]}}


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

Code Snippets

Run updates

topgrade

Say yes to all updates

topgrade {{[-y|--yes]}}

Cleanup temporary/old files

topgrade {{[-c|--cleanup]}}

Disable a certain update operation

topgrade --disable {{operation}}

Only perform a certain update operation

topgrade --only {{operation}}

Context

tldr-pages: common/topgrade

Revisions (0)

No revisions yet.