Skip to content

One to rule them all… One command for update, upgrade, autoremove and autoclean Ubuntu software

License

Notifications You must be signed in to change notification settings

kodopik/update-all

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

update-all

One to rule them all… One command for update, upgrade, autoremove and autoclean Ubuntu software

What this script actually does:

apt update \
     && apt list --upgradable \
     && apt full-upgrade [-y] \
     && apt autoremove [-y] \
     && apt autoclean

Installation:

sudo make install

About

One to rule them all… One command for update, upgrade, autoremove and autoclean Ubuntu software

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published