From 9bc8bbffa0f2acd51364262e5f674fb519424979 Mon Sep 17 00:00:00 2001 From: Antenore Gatta Date: Wed, 12 Aug 2020 07:39:40 +0000 Subject: PPA freeze --- Home.md | 120 ++++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 63 insertions(+), 57 deletions(-) diff --git a/Home.md b/Home.md index 847e19c..e419347 100644 --- a/Home.md +++ b/Home.md @@ -5,66 +5,11 @@ Remmina is developed on [GitLab](https://gitlab.com/Remmina/Remmina), as of the Use these [wiki](https://gitlab.com/Remmina/Remmina/wikis/home) and [issues](https://gitlab.com/Remmina/Remmina/issues) links instead of GitHub equivalents. --- + Usually Remmina is [included in your distribution](https://repology.org/project/remmina/versions), or in an external repository you can add. [![Packaging status](https://repology.org/badge/vertical-allrepos/remmina.svg?columns=4&minversion=1.3?allow_ignored=1)](https://repology.org/project/remmina/versions) -## [Ubuntu](https://ubuntu.com/) and [Linux Mint](https://linuxmint.com/) - -An official PPA with the latest Remmina release can be install by copying and pasting this in a terminal: - -``` -sudo apt-add-repository ppa:remmina-ppa-team/remmina-next -sudo apt update -sudo apt install remmina remmina-plugin-rdp remmina-plugin-secret -``` - -Make sure Remmina is not running. Either close it, reboot, or kill it by pasting this in a terminal: - -``` -sudo killall remmina -``` - -List available plugins with `apt-cache search remmina-plugin`. By default RDP, SSH and SFTP are installed. -To test a daily built development version, do the above, but start with - -``` -ppa:remmina-ppa-team/remmina-next-daily -``` - -## [Debian](https://www.debian.org/) - -### 10 [Buster](https://wiki.debian.org/DebianBuster) (stable), [Bullseye](https://wiki.debian.org/DebianBullseye) (testing), and [Sid](https://wiki.debian.org/DebianUnstable) (unstable) - -Remmina is in the official stable, testing and unstable repositories. - -### 9 [Stretch](https://wiki.debian.org/DebianStretch) (oldstable) - -Here Remmina can be [installed from backports](https://www.remmina.org/debian-the-boys-are-backport-in-town/) by copying and pasting this in a terminal: -``` -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 remmina-plugin-spice -``` - -## [Raspberry Pi](https://www.raspberrypi.org/) - -Remmina operates its own package repository for Raspbian Buster (10.x) you can install by copying and pasting this in a terminal: -``` -sudo apt install dirmngr -sudo apt-key adv --fetch-keys https://www.remmina.org/raspbian/remmina_raspbian.asc -sudo bash -c 'echo "deb https://www.remmina.org/raspbian/ buster main" > /etc/apt/sources.list.d/remmina_raspbian.list' -sudo apt update -sudo apt install remmina -``` -(Tested on RPi 3B and 3B+) -It is strongly advised to also install gnome-keyring to let Remmina save encrypted passwords in a safer place than .remmina textfiles in the /home user folder. -``` -sudo apt install gnome-keyring -``` - -(The remmina-next PPA can be used on Raspberry Pi 2 and 3, provided you are running one of the supported *buntu derivatives.) - ## [Flatpak](https://flathub.org/) This is a system agnostic package that works on just about every distribution. @@ -112,7 +57,7 @@ sudo snap connect remmina:password-manager-service :password-manager-service # p Some features just don't work on Snap, for example accessing your personal ~/.ssh directory is not possible. You have to manually copy your ~/.ssh/* files to ~/snap/remmina/common/.ssh/ -If you want to install latest Git revision of Remmina as Snap, get it from the `edge` channel: +If you want to install the latest Git revision of Remmina as Snap, get it from the `edge` channel: ```shell sudo snap install remmina --edge @@ -126,6 +71,67 @@ sudo snap refresh remmina --channel=edge # use --channel=stable otherwise Snaps are updated with the system and include both latest `FreeRDP` Git and the latest `libssh 0.7` release (for better security). +## [Ubuntu](https://ubuntu.com/) and [Linux Mint](https://linuxmint.com/) + +**Remmina will no longer be available as a PPA package after the release of version 1.4.8.** + +An official PPA with Remmina 1.4.7 release can be installed by copying and pasting this in a terminal: + +``` +sudo apt-add-repository ppa:remmina-ppa-team/remmina-next +sudo apt update +sudo apt install remmina remmina-plugin-rdp remmina-plugin-secret +``` + +Make sure Remmina is not running. Either close it, reboot, or kill it by pasting this in a terminal: + +``` +sudo killall remmina +``` + +List available plugins with `apt-cache search remmina-plugin`. By default RDP, SSH and SFTP are installed. +To test a daily built development version, do the above, but start with + +``` +ppa:remmina-ppa-team/remmina-next-daily +``` + +## [Debian](https://www.debian.org/) + +### 10 [Buster](https://wiki.debian.org/DebianBuster) (stable), [Bullseye](https://wiki.debian.org/DebianBullseye) (testing), and [Sid](https://wiki.debian.org/DebianUnstable) (unstable) + +Remmina is in the official stable, testing and unstable repositories. + +### 9 [Stretch](https://wiki.debian.org/DebianStretch) (oldstable) + +Here Remmina can be [installed from backports](https://www.remmina.org/debian-the-boys-are-backport-in-town/) by copying and pasting this in a terminal: +``` +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 remmina-plugin-spice +``` + +## [Raspberry Pi](https://www.raspberrypi.org/) + +Remmina operates its own package repository for Raspbian Buster (10.x) you can install by copying and pasting this in a terminal: + +``` +sudo apt install dirmngr +sudo apt-key adv --fetch-keys https://www.remmina.org/raspbian/remmina_raspbian.asc +sudo bash -c 'echo "deb https://www.remmina.org/raspbian/ buster main" > /etc/apt/sources.list.d/remmina_raspbian.list' +sudo apt update +sudo apt install remmina +``` + +(Tested on RPi 3B and 3B+) +It is strongly advised to also install gnome-keyring to let Remmina save encrypted passwords in a safer place than .remmina textfiles in the /home user folder. + +``` +sudo apt install gnome-keyring +``` + +(The remmina-next PPA can be used on Raspberry Pi 2 and 3, provided you are running one of the supported *buntu derivatives.) + ## [Fedora](https://getfedora.org/) and [Red Hat](https://www.redhat.com) As of March 2018 Remmina is available on most Fedora testing and stable, we still have a (not updated) Copr provided by [Hubbitus](https://github.com/Hubbitus) (Pavel Alexeev), to install, paste this in a terminal as root: -- cgit v1.2.3