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

gitlab.com/Remmina/remmina-wiki.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2020-03-24 11:45:26 +0300
committerAntenore Gatta <antenore@simbiosi.org>2020-03-24 11:45:26 +0300
commit99b31d06d5f5315953265b5f7d9879489426f455 (patch)
treea5989579a12b7b23c8c91ea8ca27b57b02745943
parent775ba6e7db9f1b4d7fa4b9f1564083a4aa094ffc (diff)
Updating doc
-rw-r--r--Home.md44
1 files changed, 33 insertions, 11 deletions
diff --git a/Home.md b/Home.md
index ac9d134..7f66fbf 100644
--- a/Home.md
+++ b/Home.md
@@ -11,18 +11,23 @@ Usually Remmina is [included in your distribution](https://repology.org/project/
## [Ubuntu](https://ubuntu.com/) and [Linux Mint](https://linuxmint.com/)
-The latest Remmina release can be installed from an official PPA by copying and pasting this in a terminal:
+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 this instead:
+To test a daily built development version, do the above, but start with
+
```
ppa:remmina-ppa-team/remmina-next-daily
```
@@ -34,6 +39,7 @@ ppa:remmina-ppa-team/remmina-next-daily
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
@@ -67,7 +73,7 @@ This is a system agnostic package that works on just about every distribution.
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
# In order to have H.264 codecs
flatpak install org.freedesktop.Platform
-flatpak install org.freedesktop.Platform.openh264
+flatpak install org.freedesktop.Platform.openh264
flatpak install --user flathub org.remmina.Remmina
flatpak run --user org.remmina.Remmina
```
@@ -102,6 +108,7 @@ sudo snap connect remmina:cups-control :cups-control # printing
sudo snap connect remmina:mount-observe :mount-observe # mount management
sudo snap connect remmina:password-manager-service :password-manager-service # password manager
```
+
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/
@@ -117,7 +124,7 @@ sudo snap install remmina --edge
sudo snap refresh remmina --channel=edge # use --channel=stable otherwise
```
-Snaps are updated with the system and include both the latest `FreeRDP` Git and the latest `libssh 0.7` release (for better security).
+Snaps are updated with the system and include both latest `FreeRDP` Git and the latest `libssh 0.7` release (for better security).
## [Fedora](https://getfedora.org/) and [Red Hat](https://www.redhat.com)
@@ -138,12 +145,15 @@ rpm -ivh epel-release-latest-7.noarch.rpm
```
## [Gentoo](https://www.gentoo.org/)
-* To build and install
+
+To build and install
+
```shell
emerge -av net-misc/remmina
```
-* To build a binary and install
+To build a binary and install
+
```shell
emerge -avb net-misc/remmina
```
@@ -155,6 +165,7 @@ emerge -avk =net-misc/remmina-#??Version number
```
## [Sabayon](https://www.sabayon.org/)
+
```
equo -i net-misc/remmina
```
@@ -172,16 +183,27 @@ sudo eopkg update-repo
sudo eopkg install remmina
```
-## [Build from source](https://gitlab.com/Remmina/Remmina/-/branches)
+## [Build from source](https://gitlab.com/Remmina/Remmina/-/wikis/Compilation/Compilation)
+
+* [Compilation · Wiki · Remmina / Remmina · GitLab](https://gitlab.com/Remmina/Remmina/-/wikis/Compilation/Compilation)
-* How to compile "master" branch on [Ubuntu 14.04](Compile-on-Ubuntu-14.04), [Ubuntu 16.04](Compile-on-Ubuntu-16.04) and [Fedora 20](Compile-on-Fedora-20).
+* [Compilation guide for CentOS](https://gitlab.com/Remmina/Remmina/-/wikis/Compilation/Compilation-guide-for-CentOS)
+* [Compile on Arch Linux](https://gitlab.com/Remmina/Remmina/-/wikis/Compilation/Compile-on-Arch-Linux)
+* [Compile on Debian 10 Buster](https://gitlab.com/Remmina/Remmina/-/wikis/Compilation/Compile-on-Debian-10-Buster)
+* [Compile on Debian 9 Stretch](https://gitlab.com/Remmina/Remmina/-/wikis/Compilation/Compile-on-Debian-9-Stretch)
+* [Compile on Fedora 20 ~ 26](https://gitlab.com/Remmina/Remmina/-/wikis/Compilation/Compile-on-Fedora-20-~-26)
+* [Compile on FreeBSD](https://gitlab.com/Remmina/Remmina/-/wikis/Compilation/Compile-on-FreeBSD)
+* [Compile on Ubuntu 14.04](https://gitlab.com/Remmina/Remmina/-/wikis/Compilation/Compile-on-Ubuntu-14.04)
+* [Compile on Ubuntu 16.04](https://gitlab.com/Remmina/Remmina/-/wikis/Compilation/Compile-on-Ubuntu-16.04)
+* [Compile on Ubuntu 18.04](https://gitlab.com/Remmina/Remmina/-/wikis/Compilation/Compile-on-Ubuntu-18.04)
+* [Compile on Ubuntu 20.04](https://gitlab.com/Remmina/Remmina/-/wikis/Compilation/Compile-on-Ubuntu-20.04)
-* Code development and bugfixes take place on the master branch.
- It compiles with the current FreeRDP master branch, and will compile with [FreeDRP](http://www.freerdp.com/) 2.0 when released as stable.
+Code development and bugfixes take place on the master branch.
+It compiles with the current FreeRDP master branch, and will compile with [FreeDRP](http://www.freerdp.com/) 2.0 when released as stable.
# Links
- [Remmina website](https://www.remmina.org/)
- [Remmina subreddit](https://reddit.com/r/Remmina)
- [Remmina Development Doc](https://remmina.gitlab.io/remminadoc.gitlab.io)
-- [Versions for various operating systems](https://repology.org/project/remmina/versions) \ No newline at end of file
+- [Versions for various operating systems](https://repology.org/project/remmina/versions)