linphone from home:kimi:telephony-ithod project

Proszę wybrać system operacyjny

Dla Arch Linuksa, edytuj /etc/pacman.conf i dodaj następujące (pamiętaj, że kolejność repozytoriów w pacman.conf jest ważna, ponieważ pacman zawsze pobiera pierwszą znalezioną paczkę):
[home_kimi_telephony-ithod_Arch]
Server = https://download.opensuse.org/repositories/home:/kimi:/telephony-ithod/Arch/$arch
Uruchom następujący program jako 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/linphone
Dla Debian Unstable uruchom następujący program:
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/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:kimi:telephony-ithod.list
curl -fsSL https://download.opensuse.org/repositories/home:kimi:telephony-ithod/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_kimi_telephony-ithod.gpg > /dev/null
sudo apt update
sudo apt install linphone
Dla Debian Testing uruchom następujący program:
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/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:kimi:telephony-ithod.list
curl -fsSL https://download.opensuse.org/repositories/home:kimi:telephony-ithod/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_kimi_telephony-ithod.gpg > /dev/null
sudo apt update
sudo apt install linphone
Dla Debian 12 uruchom następujący program:
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/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:kimi:telephony-ithod.list
curl -fsSL https://download.opensuse.org/repositories/home:kimi:telephony-ithod/Debian_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 linphone

Pakiety dla Debian Unstable:

Pakiety dla Debian Testing:

Pakiety dla Debian 12:

Dla Fedora 39 uruchom następujący program jako root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:kimi:telephony-ithod/Fedora_39/home:kimi:telephony-ithod.repo
dnf install linphone

Pakiety dla Fedora 39:

Dla openSUSE Tumbleweed uruchom następujący program jako root:
zypper addrepo https://download.opensuse.org/repositories/home:kimi:telephony-ithod/openSUSE_Tumbleweed/home:kimi:telephony-ithod.repo
zypper refresh
zypper install linphone
Dla xUbuntu 23.10 uruchom następujący program:
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_23.10/ /' | sudo tee /etc/apt/sources.list.d/home:kimi:telephony-ithod.list
curl -fsSL https://download.opensuse.org/repositories/home:kimi:telephony-ithod/xUbuntu_23.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_kimi_telephony-ithod.gpg > /dev/null
sudo apt update
sudo apt install linphone
Dla xUbuntu 22.04 uruchom następujący program:
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 linphone

Pakiety dla xUbuntu 23.10:

Pakiety dla xUbuntu 22.04: