power-options-tray
Installation instructions for power-options by TheAlexDev23
Powered by
DistroPack
This package was built and distributed using DistroPack — a platform that automates Linux package creation for Debian, RPM, Arch Linux, and tar archives.
Are you a developer? Distribute your software the same way. Build once, package everywhere.
Installation Steps
Run these commands in your terminal:
echo 'deb https://files.distropack.dev/download/TheAlexDev23/power-options/deb /' | sudo tee /etc/apt/sources.list.d/distropack_TheAlexDev23_power-options.list curl -fsSL 'https://files.distropack.dev/pubkey?user=TheAlexDev23&project=power-options' | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/distropack_TheAlexDev23_power-options.gpg > /dev/null sudo apt update sudo apt install power-options-tray
Fedora 41 or later / Fedora Rawhide
Run these commands in your terminal:
dnf config-manager addrepo --from-repofile=https://files.distropack.dev/rpm_repo/TheAlexDev23/power-options dnf install power-options-tray
Fedora 40 or earlier / RHEL / Rocky Linux
Run these commands in your terminal:
dnf config-manager --add-repo https://files.distropack.dev/rpm_repo/TheAlexDev23/power-options dnf install power-options-tray
Step 1: Add repository to pacman.conf
Edit /etc/pacman.conf and append:
[distropack_TheAlexDev23_power-options] Server = https://files.distropack.dev/download/TheAlexDev23/power-options/pacman
Step 2: Add GPG key and install
Run these commands in your terminal:
key=$(curl -fsSL 'https://files.distropack.dev/pubkey?user=TheAlexDev23&project=power-options')
fingerprint=$(gpg --quiet --with-colons --import-options show-only --import --fingerprint <<< "${key}" | awk -F: '$1 == "fpr" { print $10 }')
pacman-key --init
pacman-key --add - <<< "${key}"
pacman-key --lsign-key "${fingerprint}"
pacman -Sy power-options-tray
Installation Steps
Run these commands in your terminal:
echo 'https://files.distropack.dev/download/TheAlexDev23/power-options/apk' | sudo tee -a /etc/apk/repositories curl -fsSL 'https://files.distropack.dev/pubkey?user=TheAlexDev23&project=power-options' | sudo tee /etc/apk/keys/distropack_TheAlexDev23_power-options.rsa.pub sudo apk update sudo apk add power-options-tray
Installation Steps
Tar packages are universal archives that work on any Linux distribution. Download, extract, and install manually.
Install Dependencies First
This package has dependencies. Install them using your distribution's package manager before extracting the tar archive.
Install dependencies for Debian/Ubuntu:
sudo apt-get install yad power-options-daemon
Install dependencies for Fedora/RHEL:
sudo dnf install yad power-options-daemon
Install dependencies for Arch Linux:
sudo pacman -S yad power-options-daemon
Install dependencies for Alpine Linux:
sudo apk add yad power-options-daemon
Download and Extract
Download the tar archive and extract it:
# Download the tar archive wget https://files.distropack.dev/download/TheAlexDev23/power-options/tar/power-options-tray-1.2.3-amd64.tar.gz # Create directory for extraction mkdir -p power-options-tray # Extract the archive into the directory tar -xzf power-options-tray-1.2.3-amd64.tar.gz -C power-options-tray # Navigate to the extracted directory cd power-options-tray # Follow any installation instructions in the extracted files
Optional: Verify GPG Signature
To verify the package integrity, download the signature file and verify it:
# Download the signature file wget https://files.distropack.dev/download/TheAlexDev23/power-options/tar/power-options-tray-1.2.3-amd64.tar.gz.asc # Import the public key curl -fsSL 'https://files.distropack.dev/pubkey?user=TheAlexDev23&project=power-options' | gpg --import # Verify the signature gpg --verify power-options-tray-1.2.3-amd64.tar.gz.asc power-options-tray-1.2.3-amd64.tar.gz
Installation Steps
Run these commands in your terminal:
echo 'https://files.distropack.dev/download/TheAlexDev23/power-options/apk' | sudo tee -a /etc/apk/repositories curl -fsSL 'https://files.distropack.dev/pubkey?user=TheAlexDev23&project=power-options' | sudo tee /etc/apk/keys/distropack_TheAlexDev23_power-options.rsa.pub sudo apk update sudo apk add power-options-tray
Need Help?
Having trouble installing? Make sure you have the required permissions (sudo/root access) and that your distribution's package manager is up to date.