Updating Linutil
Linutil is actively developed and updated frequently. There are a few ways to keep your installation current.
Running the Latest Version Directly
The simplest way to always use the latest release is to run the curl command each time:
curl -fsSL https://christitus.com/linux | shThis always pulls the latest stable release without any local install needed.
Updating a Local Install
If you installed Linutil locally (via Cargo, AUR, or openSUSE packages), use the appropriate method to update.
Linutil Updater (Built-in)
The easiest way to update a Cargo-based install is the Linutil Updater script inside the tool itself:
- Run Linutil
- Navigate to Applications Setup
- Select Linutil Updater
- The script will update your local
linutil_tuicrate
Cargo
cargo install --force linutil_tuiArch Linux (AUR)
# Using paru
paru -Syu linutil
# Using yay
yay -Syu linutilopenSUSE
sudo zypper update linutilDev Branch
To test the latest unreleased features, use the dev branch:
curl -fsSL https://christitus.com/linuxdev | shWarning
The dev branch may contain untested or unstable features. Not recommended for daily use.
Checking the Current Version
After installing Linutil locally, you can check the version with:
linutil --versionRelease Notes
All releases and changelogs are available on the GitHub Releases page.