bcunit from home:kimi:telephony-ithod project

Pilih Sistem Operasi Anda

Untuk Arch Linux, sunting /etc/pacman.conf dan tambahkan berikut ini (perhatikan bahwa urutan repositori di pacman.conf adalah penting, karena pacman selalu mengunduh paket yang pertama kali ditemukan):
[home_kimi_telephony-ithod_Arch]
Server = https://download.opensuse.org/repositories/home:/kimi:/telephony-ithod/Arch/$arch
Kemudian jalankan berikut sebagai 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/bcunit
Untuk Fedora 42 jalankan berikut ini sebagai 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 bcunit

Paket untuk Fedora 42:

Untuk openSUSE Tumbleweed jalankan berikut ini sebagai root:
zypper addrepo https://download.opensuse.org/repositories/home:kimi:telephony-ithod/openSUSE_Tumbleweed/home:kimi:telephony-ithod.repo
zypper refresh
zypper install bcunit
Untuk Raspbian 12 jalankan berikut ini:
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 bcunit
Untuk openSUSE Leap 15.6 jalankan berikut ini sebagai root:
zypper addrepo https://download.opensuse.org/repositories/home:kimi:telephony-ithod/openSUSE_Leap_15.6/home:kimi:telephony-ithod.repo
zypper refresh
zypper install bcunit

Paket untuk openSUSE Leap 15.6:

Untuk xUbuntu 24.04 jalankan berikut ini:
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 bcunit
Untuk xUbuntu 22.04 jalankan berikut ini:
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 bcunit