hourglass from home:Alxhr0 project
Select Your Operating System
Add repository and install manually
For Arch Linux, edit /etc/pacman.conf and add the following (note that the order of repositories in pacman.conf is important, since pacman always downloads the first found package):
[home_Alxhr0_Arch] Server = https://download.opensuse.org/repositories/home:/Alxhr0/Arch/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:Alxhr0/Arch/$(uname -m)/home_Alxhr0_Arch.key) 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 home_Alxhr0_Arch/hourglass
Grab binary packages directly
Add repository and install manually
For Debian Unstable run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/Alxhr0/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:Alxhr0.list curl -fsSL https://download.opensuse.org/repositories/home:Alxhr0/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Alxhr0.gpg > /dev/null sudo apt update sudo apt install hourglass
Grab binary packages directly
Add repository and install manually
For Fedora 42 run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:Alxhr0/Fedora_42/home:Alxhr0.repo dnf install hourglass
For Fedora 41 run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:Alxhr0/Fedora_41/home:Alxhr0.repo dnf install hourglass
Grab binary packages directly
Add repository and install manually
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:Alxhr0/openSUSE_Tumbleweed/home:Alxhr0.repo zypper refresh zypper install hourglass
For openSUSE Slowroll run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:Alxhr0/openSUSE_Slowroll/home:Alxhr0.repo zypper refresh zypper install hourglass
Grab binary packages directly
Add repository and install manually
For xUbuntu 25.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/Alxhr0/xUbuntu_25.04/ /' | sudo tee /etc/apt/sources.list.d/home:Alxhr0.list curl -fsSL https://download.opensuse.org/repositories/home:Alxhr0/xUbuntu_25.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Alxhr0.gpg > /dev/null sudo apt update sudo apt install hourglass
For xUbuntu 24.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/Alxhr0/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:Alxhr0.list curl -fsSL https://download.opensuse.org/repositories/home:Alxhr0/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Alxhr0.gpg > /dev/null sudo apt update sudo apt install hourglass