retroshare-gui-unstable from home:Phenom 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):
[home_Phenom_Arch]
Server = https://download.opensuse.org/repositories/home:/Phenom/Arch/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:Phenom/Arch/$(uname -m)/home_Phenom_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_Phenom_Arch/retroshare-gui-unstable
For CentOS 8 Stream run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:Phenom/CentOS_8_Stream/home:Phenom.repo
yum install retroshare-gui-unstable
For CentOS 8 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:Phenom/CentOS_8/home:Phenom.repo
yum install retroshare-gui-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/home:/Phenom/Raspbian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:Phenom.list
curl -fsSL https://download.opensuse.org/repositories/home:Phenom/Raspbian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Phenom.gpg > /dev/null
sudo apt update
sudo apt install retroshare-gui-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/home:/Phenom/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:Phenom.list
curl -fsSL https://download.opensuse.org/repositories/home:Phenom/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Phenom.gpg > /dev/null
sudo apt update
sudo apt install retroshare-gui-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/home:/Phenom/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:Phenom.list
curl -fsSL https://download.opensuse.org/repositories/home:Phenom/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Phenom.gpg > /dev/null
sudo apt update
sudo apt install retroshare-gui-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/home:/Phenom/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:Phenom.list
curl -fsSL https://download.opensuse.org/repositories/home:Phenom/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Phenom.gpg > /dev/null
sudo apt update
sudo apt install retroshare-gui-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/home:/Phenom/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:Phenom.list
curl -fsSL https://download.opensuse.org/repositories/home:Phenom/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Phenom.gpg > /dev/null
sudo apt update
sudo apt install retroshare-gui-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/home:/Phenom/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:Phenom.list
curl -fsSL https://download.opensuse.org/repositories/home:Phenom/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Phenom.gpg > /dev/null
sudo apt update
sudo apt install retroshare-gui-unstable
For Fedora Rawhide run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:Phenom/Fedora_Rawhide/home:Phenom.repo
dnf install retroshare-gui-unstable
For Mageia 7 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:Phenom/Mageia_7/home:Phenom.repo
dnf install retroshare-gui-unstable
For Mageia 6 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:Phenom/Mageia_6/home:Phenom.repo
dnf install retroshare-gui-unstable
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:Phenom/openSUSE_Tumbleweed/home:Phenom.repo
zypper refresh
zypper install retroshare-gui-unstable
For openSUSE Leap 15.2 PowerPC run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:Phenom/openSUSE_Leap_15.2_PowerPC/home:Phenom.repo
zypper refresh
zypper install retroshare-gui-unstable
For openSUSE Leap 15.2 ARM run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:Phenom/openSUSE_Leap_15.2_ARM/home:Phenom.repo
zypper refresh
zypper install retroshare-gui-unstable
For 15.4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:Phenom/15.4/home:Phenom.repo
zypper refresh
zypper install retroshare-gui-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/home:/Phenom/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/home:Phenom.list
curl -fsSL https://download.opensuse.org/repositories/home:Phenom/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Phenom.gpg > /dev/null
sudo apt update
sudo apt install retroshare-gui-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/home:/Phenom/Raspbian_10/ /' | sudo tee /etc/apt/sources.list.d/home:Phenom.list
curl -fsSL https://download.opensuse.org/repositories/home:Phenom/Raspbian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Phenom.gpg > /dev/null
sudo apt update
sudo apt install retroshare-gui-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/home:/Phenom/xUbuntu_23.10/ /' | sudo tee /etc/apt/sources.list.d/home:Phenom.list
curl -fsSL https://download.opensuse.org/repositories/home:Phenom/xUbuntu_23.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Phenom.gpg > /dev/null
sudo apt update
sudo apt install retroshare-gui-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/home:/Phenom/xUbuntu_23.04/ /' | sudo tee /etc/apt/sources.list.d/home:Phenom.list
curl -fsSL https://download.opensuse.org/repositories/home:Phenom/xUbuntu_23.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Phenom.gpg > /dev/null
sudo apt update
sudo apt install retroshare-gui-unstable
For xUbuntu 22.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/home:/Phenom/xUbuntu_22.10/ /' | sudo tee /etc/apt/sources.list.d/home:Phenom.list
curl -fsSL https://download.opensuse.org/repositories/home:Phenom/xUbuntu_22.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Phenom.gpg > /dev/null
sudo apt update
sudo apt install retroshare-gui-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/home:/Phenom/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:Phenom.list
curl -fsSL https://download.opensuse.org/repositories/home:Phenom/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Phenom.gpg > /dev/null
sudo apt update
sudo apt install retroshare-gui-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/home:/Phenom/xUbuntu_21.10/ /' | sudo tee /etc/apt/sources.list.d/home:Phenom.list
curl -fsSL https://download.opensuse.org/repositories/home:Phenom/xUbuntu_21.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Phenom.gpg > /dev/null
sudo apt update
sudo apt install retroshare-gui-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/home:/Phenom/xUbuntu_21.04/ /' | sudo tee /etc/apt/sources.list.d/home:Phenom.list
curl -fsSL https://download.opensuse.org/repositories/home:Phenom/xUbuntu_21.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Phenom.gpg > /dev/null
sudo apt update
sudo apt install retroshare-gui-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/home:/Phenom/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:Phenom.list
curl -fsSL https://download.opensuse.org/repositories/home:Phenom/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Phenom.gpg > /dev/null
sudo apt update
sudo apt install retroshare-gui-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/home:/Phenom/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/home:Phenom.list
curl -fsSL https://download.opensuse.org/repositories/home:Phenom/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Phenom.gpg > /dev/null
sudo apt update
sudo apt install retroshare-gui-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/home:/Phenom/xUbuntu_16.04/ /' | sudo tee /etc/apt/sources.list.d/home:Phenom.list
curl -fsSL https://download.opensuse.org/repositories/home:Phenom/xUbuntu_16.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Phenom.gpg > /dev/null
sudo apt update
sudo apt install retroshare-gui-unstable