Skip to content

CrypticVerse/linux-os-updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux OS Updater

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.

Features

  • Imitate do-release-upgrade on Debian-based systems
  • Update package lists
  • Upgrade installed packages
  • Clean up unnecessary packages

Requirements

  • Python 3.x (Our openSUSE script will upgrade from 3.6.5 to 3.10 automatically)

Installation

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

Usage

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

Bugs

For any questions or suggestions, please open an issue.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published