linutil
linutil copied to clipboard
Add package installation instructions to the docs and README
Type of Change
- [x] Documentation update
Markdown preview
⬇️ Installation
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 source -
linutil-bin- Stable release pre-compiled -
linutil-git- Compiled from the last commit (not recommended)
by running:
git clone https://aur.archlinux.org/<package>.git
cd linutil
makepkg -si
Replace <package> with your preferred package.
If you use yay, paru or any other AUR Helper, it's even simplier:
paru -S linutil
adamperkowski marked this conversation as resolved.
Replace paru with your preferred helper and linutil with your preferred package.
adamperkowski marked this conversation as resolved.
Cargo
Linutil can be installed via Cargo with:
cargo install linutil
Note that crates installed using cargo install require manual updating with cargo install --force (update functionality is included in LinUtil)