Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Rodriguez <magicfab@legoutdulibre.com>2017-12-09 00:37:37 +0300
committerGitHub <noreply@github.com>2017-12-09 00:37:37 +0300
commit771be32e328f288da0d4a0fe3678c526d483d5be (patch)
tree9398c7721de42d415190a604493b960b49feba9a /README.md
parent64c1411ac97abb01a2c8377d1815e1207ef337ad (diff)
Updated README.MD with Debian install instructions
Added instructions for installation from Debian backports repository.
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7a4dc47c0..8678a06c1 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,20 @@ Usually remmina is included in your linux distribution or in an external reposit
Do not ask for distribution packages or precompiled binaries here.
This is a development site.
+### Debian ###
+
+Remmina is not available on the default Debian 9 (Stretch) repositories. It can be installed from the Backports repository.
+
+The [Debian Backports](https://backports.debian.org/Instructions/) repository must be enabled to install it, see [this blog post](https://www.remmina.org/wp/debian-the-boys-are-backport-in-town/) for more information.
+
+To install Remmina from Debian Backports, just copy and paste the following lines on a terminal window:
+
+```
+echo 'deb http://ftp.debian.org/debian stretch-backports main' | sudo tee --append /etc/apt/sources.list.d/stretch-backports.list >> /dev/null
+sudo apt update
+sudo apt install -t stretch-backports remmina remmina-plugin-rdp remmina-plugin-gnome libfreerdp-plugins-standard
+```
+
### Ubuntu
#### Using Snap Package (also for other [supported distros](https://snapcraft.io/docs/core/install))