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

gitlab.com/Remmina/remmina-web.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/_pages
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2019-03-13 00:07:00 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-03-13 00:07:00 +0300
commit8353a033914228eaf039514395f5792049c42acf (patch)
treea53e19963fc8fa9f8e098b72790fe946b995f857 /_pages
parente5f42aad2a23968af514b28e9a1ec93960dade25 (diff)
Debian fixes
Diffstat (limited to '_pages')
-rw-r--r--_pages/installation.md16
1 files changed, 12 insertions, 4 deletions
diff --git a/_pages/installation.md b/_pages/installation.md
index 3a570f5..b8a98fd 100644
--- a/_pages/installation.md
+++ b/_pages/installation.md
@@ -20,7 +20,7 @@ To install it, just copy and paste the following three lines on a terminal windo
```
sudo apt-add-repository ppa:remmina-ppa-team/remmina-next
sudo apt update
-sudo apt install remmina remmina-plugin-rdp remmina-plugin-secret
+sudo apt install remmina remmina-plugin-rdp remmina-plugin-secret remmina-plugin-spice
```
Don't forget to exit/kill al your running instances of remmina. The best way to do it is to **reboot** your PC. Or, if you cannot reboot, kill all running remmina with
```
@@ -34,9 +34,13 @@ The remmina-next PPA can be used for Raspberry Pi 2 and 3, provided that you are
Whether it’s high-speed streaming, browsing, security, file sharing, or privacy; you get everything with <a href="http://click.linksynergy.com/fs-bin/click?id=fMWFIv3E5G8&offerid=586017&type=3&subid=0">PureVPN</a><img border="0" width="1" height="1" src="http://ad.linksynergy.com/fs-bin/show?id=fMWFIv3E5G8&bids=586017&type=3&subid=0">!
-## For Debian 9 (Stretch) users, Remmina is available from the Backports repository
+## Debian
-Remmina is not available on the default Debian repositories.
+Remmina is available in the official repository (testing and unstable) and in the backports for the Debian Stretch (stable).
+
+### Debian Stable (Stretch)
+
+Remmina is not available on Debian stable (Stretch) through the default Debian repositories.
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.
@@ -45,9 +49,13 @@ To install Remmina from Debian Backports, just copy and paste the following line
```
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-secret
+sudo apt install -t stretch-backports remmina remmina-plugin-rdp remmina-plugin-secret remmina-plugin-spice
```
+### Debian Testing (Buster) e Unstable (Sid)
+
+Remmina is available on the official Testing and Unstable repositories.
+
## Raspberry Pi
We have our Remmina package repository for Raspbian Pixel 9.X (stretch), tested on RPi 3B and 3B+, use the following commands to add our repository to your Raspbian: