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 | shDev branch
curl -fsSL https://christitus.com/linuxdev | shPackage
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 -siReplace <package> with your preferred package.
If you use yay, paru or any other AUR Helper, it’s even simpler:
paru -S linutilReplace paru with your preferred helper and linutil with your preferred package.
OpenSUSE
Linutil can be installed on OpenSUSE with:
sudo zypper install linutilCargo
Linutil can be installed via Cargo with:
cargo install linutil_tui