bctoolbox from home:kimi:telephony-ithod project

Seleziona il sistema operativo

Per Arch Linux, modificare /etc/pacman.conf e aggiungere quanto segue (si noti che l'ordine dei repository in pacman.conf è fondamentale, dato che pacman scarica sempre il primo pacchetto trovato):
[home_kimi_telephony-ithod_Arch]
Server = https://download.opensuse.org/repositories/home:/kimi:/telephony-ithod/Arch/$arch
Quindi eseguire quanto segue come 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
Per Fedora 42 eseguire quanto segue come 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

Pacchetti per Fedora 42:

Per openSUSE Tumbleweed eseguire quanto segue come root:
zypper addrepo https://download.opensuse.org/repositories/home:kimi:telephony-ithod/openSUSE_Tumbleweed/home:kimi:telephony-ithod.repo
zypper refresh
zypper install bctoolbox
Per Raspbian 12 eseguire quanto segue:
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
Per xUbuntu 24.04 eseguire quanto segue:
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
Per xUbuntu 22.04 eseguire quanto segue:
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