From bda4df44f0546ba418c404e2885203901238ccee Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 28 May 2021 10:37:52 +0200 Subject: [PATCH] Update linux.md --- portmaster/install/linux.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/portmaster/install/linux.md b/portmaster/install/linux.md index bfa1565..217ce2f 100644 --- a/portmaster/install/linux.md +++ b/portmaster/install/linux.md @@ -314,4 +314,21 @@ sudo /var/lib/portmaster/portmaster-start recover-iptables ### Uninstall -Uninstalling the package from your system will properly uninstall and remove the Portmaster. +Uninstalling the portmaster package from your system will properly uninstall and remove the Portmaster. + +###### GUI + +Most distros will have a graphical software and package manager. +You can easily find it by opening the "Start Menu" and searching for "software". + +###### Debian/Ubuntu + +``` +sudo apt purge portmaster +``` + +###### Arch + +``` +sudo pacman -Rnsu portmaster +```