kitscenarist from home:AndnoVember:KITScenarist project

إختر نظام التشغيل

من أجل Arch Linux، حرر/etc/pacman.conf وأضف التالي (لاحظ أن ترتيب المستودعات في pacman.conf مهم، منذ أن أصبح pacman يقوم دوماً بتحميل الحزم التي يعثر عليها أولاً):
[home_AndnoVember_KITScenarist_Arch]
Server = https://download.opensuse.org/repositories/home:/AndnoVember:/KITScenarist/Arch/$arch
ثم قم بتشغيل التالي كجذر
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
لـCentOS 8 Stream شغل التالي كـ جذر:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:AndnoVember:KITScenarist/CentOS_8_Stream/home:AndnoVember:KITScenarist.repo
yum install kitscenarist
من أجلDebian 11 شغل ما يلي:
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
من أجلDebian 10 شغل ما يلي:
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
لـFedora 38 شغل التالي كـ جذر:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:AndnoVember:KITScenarist/Fedora_38/home:AndnoVember:KITScenarist.repo
dnf install kitscenarist
لـMageia Cauldron شغل التالي كـ جذر:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:AndnoVember:KITScenarist/Mageia_Cauldron/home:AndnoVember:KITScenarist.repo
dnf install kitscenarist
لـMageia 8 شغل التالي كـ جذر:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:AndnoVember:KITScenarist/Mageia_8/home:AndnoVember:KITScenarist.repo
dnf install kitscenarist
لـopenSUSE Tumbleweed شغل التالي كـ جذر:
zypper addrepo https://download.opensuse.org/repositories/home:AndnoVember:KITScenarist/openSUSE_Tumbleweed/home:AndnoVember:KITScenarist.repo
zypper refresh
zypper install kitscenarist
لـopenSUSE Leap 15.2 شغل التالي كـ جذر:
zypper addrepo https://download.opensuse.org/repositories/home:AndnoVember:KITScenarist/openSUSE_Leap_15.2/home:AndnoVember:KITScenarist.repo
zypper refresh
zypper install kitscenarist
لـopenSUSE Leap 15.1 شغل التالي كـ جذر:
zypper addrepo https://download.opensuse.org/repositories/home:AndnoVember:KITScenarist/openSUSE_Leap_15.1/home:AndnoVember:KITScenarist.repo
zypper refresh
zypper install kitscenarist
لـ15.5 شغل التالي كـ جذر:
zypper addrepo https://download.opensuse.org/repositories/home:AndnoVember:KITScenarist/15.5/home:AndnoVember:KITScenarist.repo
zypper refresh
zypper install kitscenarist
لـ15.4 شغل التالي كـ جذر:
zypper addrepo https://download.opensuse.org/repositories/home:AndnoVember:KITScenarist/15.4/home:AndnoVember:KITScenarist.repo
zypper refresh
zypper install kitscenarist
من أجلRaspbian 11 شغل ما يلي:
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
من أجلRaspbian 10 شغل ما يلي:
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
لـopenSUSE Leap 15.3 شغل التالي كـ جذر:
zypper addrepo https://download.opensuse.org/repositories/home:AndnoVember:KITScenarist/openSUSE_Leap_15.3/home:AndnoVember:KITScenarist.repo
zypper refresh
zypper install kitscenarist
من أجلxUbuntu 23.04 شغل ما يلي:
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
من أجلxUbuntu 22.10 شغل ما يلي:
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
من أجلxUbuntu 22.04 شغل ما يلي:
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
من أجلxUbuntu 21.10 شغل ما يلي:
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
من أجلxUbuntu 21.04 شغل ما يلي:
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
من أجلxUbuntu 20.04 شغل ما يلي:
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