linphone-desktop from home:kimi:telephony-to-merge project
Seleccione o seu sistema operativo
Engadir repositorio e instalar manualmente
Para Arch Linux, edite /etc/pacman.conf e engada o seguinte (a orde dos repositorios é importante en pacman.conf, xa que pacman sempre descarga o primeiro paquete que atopa):
[home_kimi_telephony-to-merge_Arch] Server = https://download.opensuse.org/repositories/home:/kimi:/telephony-to-merge/Arch/$arch
Despois execute o seguinte como root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:kimi:telephony-to-merge/Arch/$(uname -m)/home_kimi_telephony-to-merge_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-to-merge_Arch/linphone-desktop
Obter paquetes binarios directamente
Engadir repositorio e instalar manualmente
Para Debian Unstable execute o seguinte:
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-to-merge/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:kimi:telephony-to-merge.list curl -fsSL https://download.opensuse.org/repositories/home:kimi:telephony-to-merge/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_kimi_telephony-to-merge.gpg > /dev/null sudo apt update sudo apt install linphone-desktop
Para Debian 12 execute o seguinte:
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-to-merge/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:kimi:telephony-to-merge.list curl -fsSL https://download.opensuse.org/repositories/home:kimi:telephony-to-merge/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_kimi_telephony-to-merge.gpg > /dev/null sudo apt update sudo apt install linphone-desktop
Obter paquetes binarios directamente
Engadir repositorio e instalar manualmente
Para openSUSE Tumbleweed execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:kimi:telephony-to-merge/openSUSE_Tumbleweed/home:kimi:telephony-to-merge.repo zypper refresh zypper install linphone-desktop
Obter paquetes binarios directamente
Engadir repositorio e instalar manualmente
Para Raspbian 12 execute o seguinte:
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-to-merge/Raspbian_12/ /' | sudo tee /etc/apt/sources.list.d/home:kimi:telephony-to-merge.list curl -fsSL https://download.opensuse.org/repositories/home:kimi:telephony-to-merge/Raspbian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_kimi_telephony-to-merge.gpg > /dev/null sudo apt update sudo apt install linphone-desktop
Obter paquetes binarios directamente
Engadir repositorio e instalar manualmente
Para openSUSE Leap 15.6 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:kimi:telephony-to-merge/openSUSE_Leap_15.6/home:kimi:telephony-to-merge.repo zypper refresh zypper install linphone-desktop
Obter paquetes binarios directamente
Engadir repositorio e instalar manualmente
Para xUbuntu 24.04 execute o seguinte:
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-to-merge/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:kimi:telephony-to-merge.list curl -fsSL https://download.opensuse.org/repositories/home:kimi:telephony-to-merge/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_kimi_telephony-to-merge.gpg > /dev/null sudo apt update sudo apt install linphone-desktop
Para xUbuntu 22.04 execute o seguinte:
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-to-merge/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:kimi:telephony-to-merge.list curl -fsSL https://download.opensuse.org/repositories/home:kimi:telephony-to-merge/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_kimi_telephony-to-merge.gpg > /dev/null sudo apt update sudo apt install linphone-desktop
Obter paquetes binarios directamente
Engadir repositorio e instalar manualmente
Para openSUSE Leap 16.0 execute o seguinte como root:
?