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:
authorAntenore Gatta <antenore@simbiosi.org>2018-04-23 10:34:06 +0300
committerGitHub <noreply@github.com>2018-04-23 10:34:06 +0300
commitd4be212f411a02523e7ef9dbc10028383310f83a (patch)
tree688de52786c8bd3bf1b9efaaf33a38e689a7c723 /README.md
parent2564d60c923ea75d34904a9ad115c6e6503423e6 (diff)
Updated Fedora/Red Hat info
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 9 insertions, 4 deletions
diff --git a/README.md b/README.md
index 51ce7959a..cf851cf43 100644
--- a/README.md
+++ b/README.md
@@ -89,17 +89,22 @@ sudo add-apt-repository ppa:kedazo/libssh-0.7.x
sudo apt-get update
```
-### Fedora
+### Fedora and Red Hat
-As of March 2018 Remmina is available on most fedora testing and stable, we still have a (not updated) copr
-
-[Hubbitus](https://github.com/Hubbitus) (Pavel Alexeev) provided us a copr, to install just execute as root:
+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 just execute as root:
```sh
dnf copr enable hubbitus/remmina-next
dnf upgrade --refresh 'remmina*' 'freerdp*'
```
+On Red Hat you can enable the EPEL repository:
+
+```sh
+wget http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
+rpm -ivh epel-release-latest-7.noarch.rpm
+```
+
### Arch Linux based
Install [remmina-git](https://aur.archlinux.org/packages/remmina-git) from [AUR](https://aur.archlinux.org/)