kitscenarist from home:AndnoVember:KITScenarist 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_AndnoVember_KITScenarist_Arch]
Server = https://download.opensuse.org/repositories/home:/AndnoVember:/KITScenarist/Arch/$arch
Depois execute o seguinte como root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:AndnoVember:KITScenarist/Arch/$(uname -m)/home_AndnoVember_KITScenarist_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_AndnoVember_KITScenarist_Arch/kitscenarist
Para CentOS 8 Stream corra o seguinte como root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:AndnoVember:KITScenarist/CentOS_8_Stream/home:AndnoVember:KITScenarist.repo
yum install kitscenarist
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:/AndnoVember:/KITScenarist/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:AndnoVember:KITScenarist.list
curl -fsSL https://download.opensuse.org/repositories/home:AndnoVember:KITScenarist/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_AndnoVember_KITScenarist.gpg > /dev/null
sudo apt update
sudo apt install kitscenarist
Para Debian 10 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:/AndnoVember:/KITScenarist/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:AndnoVember:KITScenarist.list
curl -fsSL https://download.opensuse.org/repositories/home:AndnoVember:KITScenarist/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_AndnoVember_KITScenarist.gpg > /dev/null
sudo apt update
sudo apt install kitscenarist
Para Fedora 38 corra o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:AndnoVember:KITScenarist/Fedora_38/home:AndnoVember:KITScenarist.repo
dnf install kitscenarist
Para Mageia Cauldron corra o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:AndnoVember:KITScenarist/Mageia_Cauldron/home:AndnoVember:KITScenarist.repo
dnf install kitscenarist
Para Mageia 8 corra o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:AndnoVember:KITScenarist/Mageia_8/home:AndnoVember:KITScenarist.repo
dnf install kitscenarist
Para openSUSE Tumbleweed corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:AndnoVember:KITScenarist/openSUSE_Tumbleweed/home:AndnoVember:KITScenarist.repo
zypper refresh
zypper install kitscenarist
Para openSUSE Leap 15.2 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:AndnoVember:KITScenarist/openSUSE_Leap_15.2/home:AndnoVember:KITScenarist.repo
zypper refresh
zypper install kitscenarist
Para openSUSE Leap 15.1 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:AndnoVember:KITScenarist/openSUSE_Leap_15.1/home:AndnoVember:KITScenarist.repo
zypper refresh
zypper install kitscenarist
Para 15.5 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:AndnoVember:KITScenarist/15.5/home:AndnoVember:KITScenarist.repo
zypper refresh
zypper install kitscenarist
Para 15.4 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:AndnoVember:KITScenarist/15.4/home:AndnoVember:KITScenarist.repo
zypper refresh
zypper install kitscenarist
Para Raspbian 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:/AndnoVember:/KITScenarist/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/home:AndnoVember:KITScenarist.list
curl -fsSL https://download.opensuse.org/repositories/home:AndnoVember:KITScenarist/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_AndnoVember_KITScenarist.gpg > /dev/null
sudo apt update
sudo apt install kitscenarist
Para Raspbian 10 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:/AndnoVember:/KITScenarist/Raspbian_10/ /' | sudo tee /etc/apt/sources.list.d/home:AndnoVember:KITScenarist.list
curl -fsSL https://download.opensuse.org/repositories/home:AndnoVember:KITScenarist/Raspbian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_AndnoVember_KITScenarist.gpg > /dev/null
sudo apt update
sudo apt install kitscenarist
Para openSUSE Leap 15.3 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:AndnoVember:KITScenarist/openSUSE_Leap_15.3/home:AndnoVember:KITScenarist.repo
zypper refresh
zypper install kitscenarist
Para xUbuntu 23.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:/AndnoVember:/KITScenarist/xUbuntu_23.04/ /' | sudo tee /etc/apt/sources.list.d/home:AndnoVember:KITScenarist.list
curl -fsSL https://download.opensuse.org/repositories/home:AndnoVember:KITScenarist/xUbuntu_23.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_AndnoVember_KITScenarist.gpg > /dev/null
sudo apt update
sudo apt install kitscenarist
Para xUbuntu 22.10 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:/AndnoVember:/KITScenarist/xUbuntu_22.10/ /' | sudo tee /etc/apt/sources.list.d/home:AndnoVember:KITScenarist.list
curl -fsSL https://download.opensuse.org/repositories/home:AndnoVember:KITScenarist/xUbuntu_22.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_AndnoVember_KITScenarist.gpg > /dev/null
sudo apt update
sudo apt install kitscenarist
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:/AndnoVember:/KITScenarist/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:AndnoVember:KITScenarist.list
curl -fsSL https://download.opensuse.org/repositories/home:AndnoVember:KITScenarist/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_AndnoVember_KITScenarist.gpg > /dev/null
sudo apt update
sudo apt install kitscenarist
Para xUbuntu 21.10 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:/AndnoVember:/KITScenarist/xUbuntu_21.10/ /' | sudo tee /etc/apt/sources.list.d/home:AndnoVember:KITScenarist.list
curl -fsSL https://download.opensuse.org/repositories/home:AndnoVember:KITScenarist/xUbuntu_21.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_AndnoVember_KITScenarist.gpg > /dev/null
sudo apt update
sudo apt install kitscenarist
Para xUbuntu 21.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:/AndnoVember:/KITScenarist/xUbuntu_21.04/ /' | sudo tee /etc/apt/sources.list.d/home:AndnoVember:KITScenarist.list
curl -fsSL https://download.opensuse.org/repositories/home:AndnoVember:KITScenarist/xUbuntu_21.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_AndnoVember_KITScenarist.gpg > /dev/null
sudo apt update
sudo apt install kitscenarist
Para xUbuntu 20.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:/AndnoVember:/KITScenarist/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:AndnoVember:KITScenarist.list
curl -fsSL https://download.opensuse.org/repositories/home:AndnoVember:KITScenarist/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_AndnoVember_KITScenarist.gpg > /dev/null
sudo apt update
sudo apt install kitscenarist