linphone-desktop from home:kimi:linphone-desktop5 project

Seleccioneu el sistema operatiu

Per aArch Linux, editeu /etc/pacman.conf i afegiu-hi el següent (tingueu present que l'ordre dels repositoris dins de pacman.conf és important, ja que el Pacman sempre descarrega el primer paquet que troba):
[home_kimi_linphone-desktop5_Arch]
Server = https://download.opensuse.org/repositories/home:/kimi:/linphone-desktop5/Arch/$arch
Llavors executeu el següent com a root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:kimi:linphone-desktop5/Arch/$(uname -m)/home_kimi_linphone-desktop5_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_linphone-desktop5_Arch/linphone-desktop
Per a Debian 12 executeu el següent:
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:/linphone-desktop5/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:kimi:linphone-desktop5.list
curl -fsSL https://download.opensuse.org/repositories/home:kimi:linphone-desktop5/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_kimi_linphone-desktop5.gpg > /dev/null
sudo apt update
sudo apt install linphone-desktop
Per a Fedora 43 executeu el següent com a root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:kimi:linphone-desktop5/Fedora_43/home:kimi:linphone-desktop5.repo
dnf install linphone-desktop
Per a openSUSE Tumbleweed executeu el següent com a root:
zypper addrepo https://download.opensuse.org/repositories/home:kimi:linphone-desktop5/openSUSE_Tumbleweed/home:kimi:linphone-desktop5.repo
zypper refresh
zypper install linphone-desktop
Per a openSUSE Slowroll executeu el següent com a root:
zypper addrepo https://download.opensuse.org/repositories/home:kimi:linphone-desktop5/openSUSE_Slowroll/home:kimi:linphone-desktop5.repo
zypper refresh
zypper install linphone-desktop
Per a 16.0 executeu el següent com a root:
zypper addrepo https://download.opensuse.org/repositories/home:kimi:linphone-desktop5/16.0/home:kimi:linphone-desktop5.repo
zypper refresh
zypper install linphone-desktop
Per a Raspbian 12 executeu el següent:
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:/linphone-desktop5/Raspbian_12/ /' | sudo tee /etc/apt/sources.list.d/home:kimi:linphone-desktop5.list
curl -fsSL https://download.opensuse.org/repositories/home:kimi:linphone-desktop5/Raspbian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_kimi_linphone-desktop5.gpg > /dev/null
sudo apt update
sudo apt install linphone-desktop
Per a xUbuntu 24.04 executeu el següent:
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:/linphone-desktop5/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:kimi:linphone-desktop5.list
curl -fsSL https://download.opensuse.org/repositories/home:kimi:linphone-desktop5/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_kimi_linphone-desktop5.gpg > /dev/null
sudo apt update
sudo apt install linphone-desktop
Per a xUbuntu 22.04 executeu el següent:
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:/linphone-desktop5/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:kimi:linphone-desktop5.list
curl -fsSL https://download.opensuse.org/repositories/home:kimi:linphone-desktop5/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_kimi_linphone-desktop5.gpg > /dev/null
sudo apt update
sudo apt install linphone-desktop