Skip to content

Expergefactor/Update-Ubuntu-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 

Repository files navigation

Version 10

updating

DESCRIPTION

V10.0 changelog: tqdm functionality removed. Minor visual improvements.

Script to update your Ubuntu based system & to clear up afterwards.

Automatic elevation to sudo if not run as sudo in first instance.

Progress of tasks is printed to Terminal with clear breaks between functions.

Version 9 introduced an option to update the Snap Store which is useful in instances when the Snap Store cannot be updated whilst it is open/running.

REQUIREMENTS

NIL

HOW DO I USE IT?

Place the update.py file in your home directory, open Terminal and use command,

$ python3 update.py

WHAT DOES IT DO?

The script checks for admin privillages, if none, elevates to sudo and then executes the following commands in sucession...

$ sudo apt-get update
$ sudo apt-get upgrade -y
$ sudo apt-get dist-upgrade -y
$ sudo apt autoremove -y
$ sudo snap refresh

If the Snap Store is to be updated, the following command will be executed...

$ sudo pkill snap-store && sudo snap refresh snap-store

About

Simple script to update your system using Ubuntu's APT and to clear up afterwards.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages