{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"]},"docs":[{"location":"","title":"Welcome to the LinUtil Documentation!","text":""},{"location":"#running-the-latest-release-of-linutil","title":"Running the latest release of LinUtil","text":"
To get started, run the following command in your terminal:
"},{"location":"#stable-branch","title":"Stable branch","text":""},{"location":"#curl-fssl-httpschristituscomlinux-sh","title":"curl -fsSL https://christitus.com/linux | sh\n
","text":""},{"location":"#installation","title":"Installation","text":"LinUtil is also available as a package in various repositories:
Arch Linux LinUtil can be installed on [Arch Linux](https://archlinux.org) with three different [AUR](https://aur.archlinux.org) 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\ncd linutil\nmakepkg -si\n
Replace `` with your preferred package. If you use [yay](https://github.com/Jguer/yay), [paru](https://github.com/Morganamilo/paru) or any other [AUR Helper](https://wiki.archlinux.org/title/AUR_helpers), it's even simpler: paru -S linutil\n
Replace `paru` with your preferred helper and `linutil` with your preferred package. Cargo LinUtil can be installed via [Cargo](https://doc.rust-lang.org/cargo) with: cargo install linutil\n
Note that crates installed using `cargo install` require manual updating with `cargo install --force` (update functionality is [included in LinUtil](https://christitustech.github.io/linutil/userguide/#applications-setup)) After you've ran the command, you should see a GUI on your screen; It will look something like this:
Info
LinUtil is updated weekly as of the time of writing. Consequently, features and functionalities may evolve, and the documentation may not always reflect the most current images or information.
"},{"location":"KnownIssues/","title":"Known Issues","text":"Thank you for considering contributing to Linutil! We appreciate your effort in helping improve this project. To ensure that your contributions align with the goals and quality standards of Linutil, please follow these guidelines:
"},{"location":"contributing/#1-install-rust","title":"1. Install Rust:","text":"Make sure you have Rust installed on your machine. You can install it by following the instructions at rust-lang.org.
"},{"location":"contributing/#2-fork-and-clone-the-repo","title":"2. Fork and Clone the repo","text":"bash git clone https://github.com/YOUR_USERNAME_HERE/linutil.git cd linutil
cargo run
to test your modifications in a local environment and ensure everything works as expected.tab_data.toml
and run cargo xtask docgen
.We appreciate your contributions and look forward to collaborating with you to make Linutil better!
"},{"location":"faq/","title":"FAQ's","text":""},{"location":"faq/#how-do-i-uninstall-linutil","title":"How do I uninstall LinUtil?","text":"