minutor from home:nikoneko:minutor project

Selecionar o Seu Sistema Operativo

Para Arch Linux, edite /etc/pacman.conf e adicione o seguinte (note que a ordem dos repositórios em pacman.conf é importante, pois o pacman descarrega sempre o primeiro pacote encontrado):
[home_nikoneko_minutor_Arch]
Server = https://download.opensuse.org/repositories/home:/nikoneko:/minutor/Arch/$arch
Depois execute o seguinte como 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
Para CentOS 9 Stream corra o seguinte como 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
Para Debian Unstable corra o seguinte:
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
Para Debian Testing corra o seguinte:
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
Para Debian 13 corra o seguinte:
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_13/ /' | sudo tee /etc/apt/sources.list.d/home:nikoneko:minutor.list
curl -fsSL https://download.opensuse.org/repositories/home:nikoneko:minutor/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_nikoneko_minutor.gpg > /dev/null
sudo apt update
sudo apt install minutor
Para Debian 12 corra o seguinte:
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
Para Debian 11 corra o seguinte:
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
Para Fedora Rawhide corra o seguinte como root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:nikoneko:minutor/Fedora_Rawhide/home:nikoneko:minutor.repo
dnf install minutor
Para Fedora 43 corra o seguinte como root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:nikoneko:minutor/Fedora_43/home:nikoneko:minutor.repo
dnf install minutor
Para Fedora 42 corra o seguinte como root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:nikoneko:minutor/Fedora_42/home:nikoneko:minutor.repo
dnf install minutor
Para Fedora 41 corra o seguinte como root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:nikoneko:minutor/Fedora_41/home:nikoneko:minutor.repo
dnf install minutor
Para openSUSE Tumbleweed corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:nikoneko:minutor/openSUSE_Tumbleweed/home:nikoneko:minutor.repo
zypper refresh
zypper install minutor
Para openSUSE Slowroll corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:nikoneko:minutor/openSUSE_Slowroll/home:nikoneko:minutor.repo
zypper refresh
zypper install minutor
Para 16.0 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:nikoneko:minutor/16.0/home:nikoneko:minutor.repo
zypper refresh
zypper install minutor
Para 15.6 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:nikoneko:minutor/15.6/home:nikoneko:minutor.repo
zypper refresh
zypper install minutor
Para xUbuntu 25.04 corra o seguinte:
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_25.04/ /' | sudo tee /etc/apt/sources.list.d/home:nikoneko:minutor.list
curl -fsSL https://download.opensuse.org/repositories/home:nikoneko:minutor/xUbuntu_25.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
Para xUbuntu 24.04 corra o seguinte:
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
Para xUbuntu 22.04 corra o seguinte:
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