Installation
Note: Linutil can be run directly from the command line using the CLI installation. It is also available in different packages and can be installed via Cargo.
CLI
To get started, pick which branch you would like to use, then run the command in your terminal:
Stable Branch (Recommended)
curl -fsSL https://christitus.com/linux | sh
Dev branch
curl -fsSL https://christitus.com/linuxdev | sh
Package
Linutil is also available as a package in various repositories:
Arch Linux
Linutil can be installed on Arch Linux with three different AUR packages:
linutil- Stable release compiled from sourcelinutil-bin- Stable release pre-compiledlinutil-git- Compiled from the last commit (not recommended)
by running:
git clone https://aur.archlinux.org/<package>.git
cd <package>
makepkg -si
Replace <package> with your preferred package.
If you use yay, paru or any other AUR Helper, it’s even simpler:
paru -S linutil
Replace paru with your preferred helper and linutil with your preferred package.
OpenSUSE
Linutil can be installed on OpenSUSE with:
sudo zypper install linutil
Cargo
Linutil can be installed via Cargo with:
cargo install linutil_tui
Note that crates installed using cargo install require manual updating with cargo install --force (update functionality is included in LinUtil)