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:
Diffstat (limited to 'compilation-guide.html')
-rw-r--r--compilation-guide.html19
1 files changed, 7 insertions, 12 deletions
diff --git a/compilation-guide.html b/compilation-guide.html
index 7d85d02..7ea532f 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-18T19:53:59.166Z
+date: 2021-07-18T20:05:41.896Z
tags:
editor: code
dateCreated: 2021-07-18T10:35:58.314Z
@@ -87,20 +87,15 @@ dateCreated: 2021-07-18T10:35:58.314Z
<h3>Remmina/FreeRDP installed via package manager<h3>
<h3 class='tabset'>Tab</h3>
- <h4>Arch Linux</h4>
- <div class='code'>
-pacman -Rs remmina freerdp
-echo asdf
-sed 's/a/b/' asdf/asdf
- </div>
+ <h4>pacman</h4>
<pre>
- <code>pacman -Rs remmina freerdp
-echo asdf
-sed 's/a/b/' asdf/asdf</code>
+ <code>sudo pacman -Rs remmina freerdp</code>
</pre>
- <h4>Second Tab</h4>
- <p>Any content here will go into the second tab...</p>
+ <h4>apt</h4>
+ <pre>
+ <code>sudo apt purge "?name(^remmina.*)" "?name(^libfreerdp.*)" "?name(^freerdp.*)" "?name(^libwinpr.*)"</code>
+ </pre>
<h4>Third Tab</h4>
<p>Any content here will go into the third tab...</p>