GNU/Linux Debian Adding RetroShare Repo Guide
How to Add RetroShare Repository for Debian GNU/Linux Based OSes.
And RetroShare for Debian establish Encrypted Connections between you and your friends to create a P2P Network of Computers, and provides various distributed Services on top of it: Forums, Channels, Chat, eMail…
Last, this Repo Setup is valid for all the Debian-Based Platforms like:
- Kali
- MX Linux
- Deepin
- Parrot
- antiX
- SparkyLinux
- Q4OS
- Netrunner
- Voyager Debian
- MakuluLinux
- Elive
- LMDE
- Parsix

1. Launching Terminal
How to Quick Start with Command Line on Debian GNU/Linux:
2. Adding RetroShare GPG Key
Again to Add RetroShare GPG Signature Key
Do:wget -qO - http://download.opensuse.org/repositories/network:retroshare/Debian_${DEBIAN_VERSION}/Release.key | sudo tee /etc/apt/trusted.gpg.d/Retroshare.asc
Authenticate with the User’s Admin Pass.
If Got “User is Not in Sudoers file” then see: How to Enable sudo.3. Adding RetroShare Repo
Then to Add RetroShare Repository for Debian
Simply execute:sudo sh -c "echo 'deb http://download.opensuse.org/repositories/network:/retroshare/Debian_${DEBIAN_VERSION}/ /' > /etc/apt/sources.list.d/retroshare.list"
On Kali use the latest Debian release in place of ${DEBIAN_VERSION} in the above Command.
On others derivative replace it with the correspondi Debian base.
Next to Refresh Debian Apt Repo Sources
Play:sudo apt update
In case of Not found Issue then try to amend it manually with nano Editor:sudo nano /etc/apt/sources.list.d/retroshare.list
And for instance Change “trixie” in “testing”.
Ctrl+x to Save & Exit from nano Editor.
Last, refresh the Apt Sources again!
Last, in case of Not Solving see instead: RetroShare Flatpak Setup.4. RetroShare Getting Started
Finally, to RetroShare Quick Start for Debian-Based