minutor from home:nikoneko:minutor 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_nikoneko_minutor_Arch] Server = https://download.opensuse.org/repositories/home:/nikoneko:/minutor/Arch/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:nikoneko:minutor/Arch/$(uname -m)/home_nikoneko_minutor_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_nikoneko_minutor_Arch/minutor
Grab binary packages directly
Add repository and install manually
For CentOS 9 Stream run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:nikoneko:minutor/CentOS_9_Stream/home:nikoneko:minutor.repo yum install minutor
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:/nikoneko:/minutor/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:nikoneko:minutor.list curl -fsSL https://download.opensuse.org/repositories/home:nikoneko:minutor/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_nikoneko_minutor.gpg > /dev/null sudo apt update sudo apt install minutor
For Debian Testing 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:/nikoneko:/minutor/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:nikoneko:minutor.list curl -fsSL https://download.opensuse.org/repositories/home:nikoneko:minutor/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_nikoneko_minutor.gpg > /dev/null sudo apt update sudo apt install minutor
For Debian 12 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:/nikoneko:/minutor/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:nikoneko:minutor.list curl -fsSL https://download.opensuse.org/repositories/home:nikoneko:minutor/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_nikoneko_minutor.gpg > /dev/null sudo apt update sudo apt install minutor
For Debian 11 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:/nikoneko:/minutor/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:nikoneko:minutor.list curl -fsSL https://download.opensuse.org/repositories/home:nikoneko:minutor/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_nikoneko_minutor.gpg > /dev/null sudo apt update sudo apt install minutor
Grab binary packages directly
Add repository and install manually
For Fedora Rawhide run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:nikoneko:minutor/Fedora_Rawhide/home:nikoneko:minutor.repo dnf install minutor
For Fedora 40 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:nikoneko:minutor/Fedora_40/home:nikoneko:minutor.repo dnf install minutor
For Fedora 39 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:nikoneko:minutor/Fedora_39/home:nikoneko:minutor.repo dnf install minutor
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:nikoneko:minutor/openSUSE_Tumbleweed/home:nikoneko:minutor.repo zypper refresh zypper install minutor
For openSUSE Slowroll run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:nikoneko:minutor/openSUSE_Slowroll/home:nikoneko:minutor.repo zypper refresh zypper install minutor
For 15.6 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:nikoneko:minutor/15.6/home:nikoneko:minutor.repo zypper refresh zypper install minutor
For 15.5 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:nikoneko:minutor/15.5/home:nikoneko:minutor.repo zypper refresh zypper install minutor
Grab binary packages directly
Add repository and install manually
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:/nikoneko:/minutor/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:nikoneko:minutor.list curl -fsSL https://download.opensuse.org/repositories/home:nikoneko:minutor/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_nikoneko_minutor.gpg > /dev/null sudo apt update sudo apt install minutor
For xUbuntu 22.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:/nikoneko:/minutor/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:nikoneko:minutor.list curl -fsSL https://download.opensuse.org/repositories/home:nikoneko:minutor/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_nikoneko_minutor.gpg > /dev/null sudo apt update sudo apt install minutor