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:
-rw-r--r--compilation-guide.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/compilation-guide.html b/compilation-guide.html
index 7ea532f..bcf38c1 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:05:41.896Z
+date: 2021-07-18T20:06:48.640Z
tags:
editor: code
dateCreated: 2021-07-18T10:35:58.314Z
@@ -94,7 +94,8 @@ dateCreated: 2021-07-18T10:35:58.314Z
<h4>apt</h4>
<pre>
- <code>sudo apt purge "?name(^remmina.*)" "?name(^libfreerdp.*)" "?name(^freerdp.*)" "?name(^libwinpr.*)"</code>
+ <code>sudo apt purge "?name(^remmina.*)" "?name(^libfreerdp.*)" \
+"?name(^freerdp.*)" "?name(^libwinpr.*)"</code>
</pre>
<h4>Third Tab</h4>