linphone-desktop from home:kimi:linphone-desktop project
Select Your Operating System
Add repository and install manually
For Arch Linux, edit /etc/pacman.conf and add the following (note that the order of repositories in pacman.conf is important, since pacman always downloads the first found package):
[home_kimi_linphone-desktop_Arch] Server = https://download.opensuse.org/repositories/home:/kimi:/linphone-desktop/Arch/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:kimi:linphone-desktop/Arch/$(uname -m)/home_kimi_linphone-desktop_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-desktop_Arch/linphone-desktop
Grab binary packages directly
Add repository and install manually
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:kimi:linphone-desktop/openSUSE_Tumbleweed/home:kimi:linphone-desktop.repo zypper refresh zypper install linphone-desktop
For openSUSE Slowroll run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:kimi:linphone-desktop/openSUSE_Slowroll/home:kimi:linphone-desktop.repo zypper refresh zypper install linphone-desktop
Grab binary packages directly
Add repository and install manually
For openSUSE Leap 15.6 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:kimi:linphone-desktop/openSUSE_Leap_15.6/home:kimi:linphone-desktop.repo zypper refresh zypper install linphone-desktop