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

gitlab.com/Remmina/wiki.remmina.org.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTukusej’s Sirs <tukusejssirs@protonmail.com>2021-07-18 23:09:08 +0300
committerRemmina Bot <admin@remmina.org>2021-07-18 23:09:08 +0300
commita4bd8f3f590d5ca3220d1baf26d08c278d69e31f (patch)
tree02da472659fb48c80a870e718f0385be1dbe22be
parent8f4392c12ed919a8e77e945954177a74276350cd (diff)
docs: update compilation-guide
-rw-r--r--compilation-guide.html19
1 files changed, 13 insertions, 6 deletions
diff --git a/compilation-guide.html b/compilation-guide.html
index f022045..7233a32 100644
--- a/compilation-guide.html
+++ b/compilation-guide.html
@@ -2,7 +2,7 @@
title: Compilation guide
description: A guide to compile Remmina from source on different operating systems
published: true
-date: 2021-07-18T20:07:36.897Z
+date: 2021-07-18T20:09:03.484Z
tags:
editor: code
dateCreated: 2021-07-18T10:35:58.314Z
@@ -87,19 +87,26 @@ dateCreated: 2021-07-18T10:35:58.314Z
<h3>Remmina/FreeRDP installed via package manager<h3>
<h3 class='tabset'>Tab</h3>
+ <h4>apt</h4>
+ <pre>
+ <code>sudo apt purge "?name(^remmina.*)" "?name(^libfreerdp.*)" "?name(^freerdp.*)" "?name(^libwinpr.*)"</code>
+ </pre>
+
+ <h4>dnf</h4>
+ <pre>
+ <code>sudo dnf -y remove freerdp\* remmina\*</code>
+ </pre>
+
<h4>pacman</h4>
<pre>
<code>sudo pacman -Rs remmina freerdp</code>
</pre>
- <h4>apt</h4>
+ <h4>yum</h4>
<pre>
- <code>sudo apt purge "?name(^remmina.*)" "?name(^libfreerdp.*)" \
-"?name(^freerdp.*)" "?name(^libwinpr.*)"</code>
+ <code>sudo yum -y remove freerdp\* remmina\*</code>
</pre>
- <h4>Third Tab</h4>
- <p>Any content here will go into the third tab...</p>
<h3>Remmina/FreeRDP installed from sources<h3>