-
Notifications
You must be signed in to change notification settings - Fork 0
Install
Firstpick edited this page Sep 15, 2025
·
1 revision
Choose one of the methods below depending on your environment.
Packages are available in the AUR:
-
usrgrp-manager-bin– prebuilt binaries -
usrgrp-manager-git– latest from main branch
Using an AUR helper (example with yay):
yay -S usrgrp-manager-bin
# or
yay -S usrgrp-manager-gitUsing makepkg manually:
git clone https://aur.archlinux.org/usrgrp-manager-bin.git
cd usrgrp-manager-bin
makepkg -siPrerequisites:
- Rust toolchain (install via
https://rustup.rs) - A C toolchain and standard build utilities provided by your distro
Clone and build:
git clone https://github.com/firstpick/usrgrp-manager.git
cd usrgrp-manager
cargo build --releaseThe binary will be at target/release/usrgrp-manager. Optionally install system-wide:
sudo install -Dm755 target/release/usrgrp-manager /usr/local/bin/usrgrp-managerViewing can be done unprivileged, but applying changes typically requires root:
sudo usrgrp-managerFor troubleshooting and known issues, see Troubleshooting and the issue tracker.