Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 689 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 689 Bytes

Linux Update Script

Updates most packages on a Linux system, it is NOT compatible on MacOS, or Windows

Run with python3 update_system.py

Supported package managers

This script supports Apt, Pacman, Yay, DNF, Yum, Crew, Flatpak, and Snap

Apt: For Debian based distros

Pacman: For ArchLinux based distros (no AUR)

Yay: For ArchLinux based distros, this will be used over pacman (With AUR)

Crew: For chromebooks in developer mode with Chromebrew installed

Yum: For Fedora based distros, Yum will be used over DNF

DNF: For Fedora based distros

Zypper: For OpenSUSE based distros

Flatpak: For all distros with Flatpak installed

Snap: For all distros with Snap installed