From 469333d1af5f7a4b9c99907782fe7dc7570c32fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tukusej=E2=80=99s=20Sirs?= Date: Sun, 18 Jul 2021 20:05:46 +0000 Subject: docs: update compilation-guide --- compilation-guide.html | 19 +++++++------------ 1 file 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

Remmina/FreeRDP installed via package manager

Tab

-

Arch Linux

-
-pacman -Rs remmina freerdp -echo asdf -sed 's/a/b/' asdf/asdf -
+

pacman

-				pacman -Rs remmina freerdp
-echo asdf
-sed 's/a/b/' asdf/asdf
+				sudo pacman -Rs remmina freerdp
 			
-

Second Tab

-

Any content here will go into the second tab...

+

apt

+
+				sudo apt purge "?name(^remmina.*)" "?name(^libfreerdp.*)" "?name(^freerdp.*)" "?name(^libwinpr.*)"
+			

Third Tab

Any content here will go into the third tab...

-- cgit v1.2.3