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:05:46 +0300
committerRemmina Bot <admin@remmina.org>2021-07-18 23:05:46 +0300
commit469333d1af5f7a4b9c99907782fe7dc7570c32fa (patch)
treedf353d883f5ff84d285dba96337a92c5e57c3bcb
parent762025044c37740d2d826ed6c31a65900f670f48 (diff)
docs: update compilation-guide
-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>