Linux OS Updater is a Python tool designed to simplify the process of updating and upgrading your Linux based operating system. This tool automates the steps required to keep your system up-to-date with the latest packages.
- Imitate do-release-upgrade on Debian-based systems
- Update package lists
- Upgrade installed packages
- Clean up unnecessary packages
- Python 3.x (Our openSUSE script will upgrade from 3.6.5 to 3.10 automatically)
Install can be done with Snap by Canoical. Python is included in the snap dependencies.
sudo snap install linux-os-updater
If your linux OS is unsupported by snap, or the snap does not work, run the dedicated bash script. Python must also be installed before hand.
curl -fsSL https://raw.githubusercontent.com/CrypticVerse/linux-os-updater/refs/heads/master/install.sh | bash
To update your Linux-based OS, run
sudo update-<distro> [optional<version>]
The version arg is optional or required based on the list specified here
If you find that it says unknown version when specifying a version number, but that version exists, you can run this to update the scripts.
sudo update-os-updater
For any questions or suggestions, please open an issue.
Contributions are welcome! Please fork the repository and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.