From a995b7ae7737e0c38f31d2ab19800cb694d0b219 Mon Sep 17 00:00:00 2001 From: Antenore Gatta Date: Tue, 26 May 2020 20:16:59 +0000 Subject: Update Home --- Home.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 1530252..847e19c 100644 --- a/Home.md +++ b/Home.md @@ -135,7 +135,7 @@ dnf copr enable hubbitus/remmina-next dnf upgrade --refresh 'remmina*' 'freerdp*' ``` -## [Red Hat](https://www.redhat.com) +## [Red Hat/CentOS](https://www.redhat.com) Install Remmina from the EPEL repository by pasting this in a terminal: @@ -144,6 +144,16 @@ wget http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm rpm -ivh epel-release-latest-7.noarch.rpm ``` +A more updated version is available thanks to @castorsky through a [COPR repo](https://copr.fedorainfracloud.org/coprs/castor/remmina/) + +To install Remmina on RHEL/CentOS 8 enable EPEL and COPR repo then install package with following commands: + +```shell +dnf install epel-release +dnf copr enable castor/remmina +dnf install 'remmina*' +``` + ## [Gentoo](https://www.gentoo.org/) To build and install -- cgit v1.2.3