retroshare-service-unstable from network:retroshare project

Select Your Operating System

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):
[network_retroshare_Arch_Community_standard]
Server = https://download.opensuse.org/repositories/network:/retroshare/Arch_Community_standard/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/network:retroshare/Arch_Community_standard/$(uname -m)/network_retroshare_Arch_Community_standard.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 network_retroshare_Arch_Community_standard/retroshare-service-unstable
For CentOS 8 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/network:retroshare/CentOS_8/network:retroshare.repo
yum install retroshare-service-unstable
For Raspbian 9.0 run the following:
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/network:/retroshare/Raspbian_9.0/ /' | sudo tee /etc/apt/sources.list.d/network:retroshare.list
curl -fsSL https://download.opensuse.org/repositories/network:retroshare/Raspbian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/network_retroshare.gpg > /dev/null
sudo apt update
sudo apt install retroshare-service-unstable
For Debian Unstable run the following:
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/network:/retroshare/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/network:retroshare.list
curl -fsSL https://download.opensuse.org/repositories/network:retroshare/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/network_retroshare.gpg > /dev/null
sudo apt update
sudo apt install retroshare-service-unstable
For Debian Testing run the following:
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/network:/retroshare/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/network:retroshare.list
curl -fsSL https://download.opensuse.org/repositories/network:retroshare/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/network_retroshare.gpg > /dev/null
sudo apt update
sudo apt install retroshare-service-unstable
For Debian 9.0 run the following:
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/network:/retroshare/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/network:retroshare.list
curl -fsSL https://download.opensuse.org/repositories/network:retroshare/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/network_retroshare.gpg > /dev/null
sudo apt update
sudo apt install retroshare-service-unstable
For Debian 8.0 run the following:
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/network:/retroshare/Debian_8.0/ /' | sudo tee /etc/apt/sources.list.d/network:retroshare.list
curl -fsSL https://download.opensuse.org/repositories/network:retroshare/Debian_8.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/network_retroshare.gpg > /dev/null
sudo apt update
sudo apt install retroshare-service-unstable
For Debian 12 run the following:
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/network:/retroshare/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/network:retroshare.list
curl -fsSL https://download.opensuse.org/repositories/network:retroshare/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/network_retroshare.gpg > /dev/null
sudo apt update
sudo apt install retroshare-service-unstable
For Debian 11 run the following:
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/network:/retroshare/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/network:retroshare.list
curl -fsSL https://download.opensuse.org/repositories/network:retroshare/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/network_retroshare.gpg > /dev/null
sudo apt update
sudo apt install retroshare-service-unstable
For Debian 10 run the following:
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/network:/retroshare/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/network:retroshare.list
curl -fsSL https://download.opensuse.org/repositories/network:retroshare/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/network_retroshare.gpg > /dev/null
sudo apt update
sudo apt install retroshare-service-unstable
For Fedora Rawhide run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/network:retroshare/Fedora_Rawhide/network:retroshare.repo
dnf install retroshare-service-unstable
For Fedora 39 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/network:retroshare/Fedora_39/network:retroshare.repo
dnf install retroshare-service-unstable
For Fedora 38 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/network:retroshare/Fedora_38/network:retroshare.repo
dnf install retroshare-service-unstable
For Mageia Cauldron run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/network:retroshare/Mageia_Cauldron/network:retroshare.repo
dnf install retroshare-service-unstable
For Mageia 9 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/network:retroshare/Mageia_9/network:retroshare.repo
dnf install retroshare-service-unstable
For Mageia 8 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/network:retroshare/Mageia_8/network:retroshare.repo
dnf install retroshare-service-unstable
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/network:retroshare/openSUSE_Tumbleweed/network:retroshare.repo
zypper refresh
zypper install retroshare-service-unstable
For openSUSE Leap 15.2 PowerPC run the following as root:
zypper addrepo https://download.opensuse.org/repositories/network:retroshare/openSUSE_Leap_15.2_PowerPC/network:retroshare.repo
zypper refresh
zypper install retroshare-service-unstable
For openSUSE Leap 15.2 ARM run the following as root:
zypper addrepo https://download.opensuse.org/repositories/network:retroshare/openSUSE_Leap_15.2_ARM/network:retroshare.repo
zypper refresh
zypper install retroshare-service-unstable
For openSUSE Factory zSystems run the following as root:
zypper addrepo https://download.opensuse.org/repositories/network:retroshare/openSUSE_Factory_zSystems/network:retroshare.repo
zypper refresh
zypper install retroshare-service-unstable
For openSUSE Factory PowerPC run the following as root:
zypper addrepo https://download.opensuse.org/repositories/network:retroshare/openSUSE_Factory_PowerPC/network:retroshare.repo
zypper refresh
zypper install retroshare-service-unstable
For openSUSE Factory ARM run the following as root:
zypper addrepo https://download.opensuse.org/repositories/network:retroshare/openSUSE_Factory_ARM/network:retroshare.repo
zypper refresh
zypper install retroshare-service-unstable
For 15.5 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/network:retroshare/15.5/network:retroshare.repo
zypper refresh
zypper install retroshare-service-unstable
For 15.4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/network:retroshare/15.4/network:retroshare.repo
zypper refresh
zypper install retroshare-service-unstable
For Raspbian 11 run the following:
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/network:/retroshare/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/network:retroshare.list
curl -fsSL https://download.opensuse.org/repositories/network:retroshare/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/network_retroshare.gpg > /dev/null
sudo apt update
sudo apt install retroshare-service-unstable
For Raspbian 10 run the following:
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/network:/retroshare/Raspbian_10/ /' | sudo tee /etc/apt/sources.list.d/network:retroshare.list
curl -fsSL https://download.opensuse.org/repositories/network:retroshare/Raspbian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/network_retroshare.gpg > /dev/null
sudo apt update
sudo apt install retroshare-service-unstable
For xUbuntu 23.10 run the following:
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/network:/retroshare/xUbuntu_23.10/ /' | sudo tee /etc/apt/sources.list.d/network:retroshare.list
curl -fsSL https://download.opensuse.org/repositories/network:retroshare/xUbuntu_23.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/network_retroshare.gpg > /dev/null
sudo apt update
sudo apt install retroshare-service-unstable
For xUbuntu 23.04 run the following:
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/network:/retroshare/xUbuntu_23.04/ /' | sudo tee /etc/apt/sources.list.d/network:retroshare.list
curl -fsSL https://download.opensuse.org/repositories/network:retroshare/xUbuntu_23.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/network_retroshare.gpg > /dev/null
sudo apt update
sudo apt install retroshare-service-unstable
For xUbuntu 22.04 run the following:
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/network:/retroshare/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/network:retroshare.list
curl -fsSL https://download.opensuse.org/repositories/network:retroshare/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/network_retroshare.gpg > /dev/null
sudo apt update
sudo apt install retroshare-service-unstable
For xUbuntu 21.10 run the following:
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/network:/retroshare/xUbuntu_21.10/ /' | sudo tee /etc/apt/sources.list.d/network:retroshare.list
curl -fsSL https://download.opensuse.org/repositories/network:retroshare/xUbuntu_21.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/network_retroshare.gpg > /dev/null
sudo apt update
sudo apt install retroshare-service-unstable
For xUbuntu 21.04 run the following:
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/network:/retroshare/xUbuntu_21.04/ /' | sudo tee /etc/apt/sources.list.d/network:retroshare.list
curl -fsSL https://download.opensuse.org/repositories/network:retroshare/xUbuntu_21.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/network_retroshare.gpg > /dev/null
sudo apt update
sudo apt install retroshare-service-unstable
For xUbuntu 20.04 run the following:
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/network:/retroshare/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/network:retroshare.list
curl -fsSL https://download.opensuse.org/repositories/network:retroshare/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/network_retroshare.gpg > /dev/null
sudo apt update
sudo apt install retroshare-service-unstable
For xUbuntu 18.04 run the following:
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/network:/retroshare/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/network:retroshare.list
curl -fsSL https://download.opensuse.org/repositories/network:retroshare/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/network_retroshare.gpg > /dev/null
sudo apt update
sudo apt install retroshare-service-unstable
For xUbuntu 16.04 run the following:
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/network:/retroshare/xUbuntu_16.04/ /' | sudo tee /etc/apt/sources.list.d/network:retroshare.list
curl -fsSL https://download.opensuse.org/repositories/network:retroshare/xUbuntu_16.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/network_retroshare.gpg > /dev/null
sudo apt update
sudo apt install retroshare-service-unstable