bctoolbox from home:kimi:telephony-ithod project

Sélectionnez votre système d'exploitation

Pour Arch Linux, modifiez /etc/pacman.conf et ajoutez (remarque : l'ordre des dépôts est important dans pacman.conf, puisque pacman télécharge toujours le premier paquet trouvé) :
[home_kimi_telephony-ithod_Arch]
Server = https://download.opensuse.org/repositories/home:/kimi:/telephony-ithod/Arch/$arch
Puis exécutez en tant que root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:kimi:telephony-ithod/Arch/$(uname -m)/home_kimi_telephony-ithod_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_kimi_telephony-ithod_Arch/bctoolbox
Pour Fedora 42, exécutez en tant que root :
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:kimi:telephony-ithod/Fedora_42/home:kimi:telephony-ithod.repo
dnf install bctoolbox

Paquets pour Fedora 42 :

Pour openSUSE Tumbleweed, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:kimi:telephony-ithod/openSUSE_Tumbleweed/home:kimi:telephony-ithod.repo
zypper refresh
zypper install bctoolbox
Pour Raspbian 12, exécutez :
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:/kimi:/telephony-ithod/Raspbian_12/ /' | sudo tee /etc/apt/sources.list.d/home:kimi:telephony-ithod.list
curl -fsSL https://download.opensuse.org/repositories/home:kimi:telephony-ithod/Raspbian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_kimi_telephony-ithod.gpg > /dev/null
sudo apt update
sudo apt install bctoolbox
Pour xUbuntu 24.04, exécutez :
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:/kimi:/telephony-ithod/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:kimi:telephony-ithod.list
curl -fsSL https://download.opensuse.org/repositories/home:kimi:telephony-ithod/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_kimi_telephony-ithod.gpg > /dev/null
sudo apt update
sudo apt install bctoolbox
Pour xUbuntu 22.04, exécutez :
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:/kimi:/telephony-ithod/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:kimi:telephony-ithod.list
curl -fsSL https://download.opensuse.org/repositories/home:kimi:telephony-ithod/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_kimi_telephony-ithod.gpg > /dev/null
sudo apt update
sudo apt install bctoolbox