From 08e87973c9aa8ea72e8f2e6f6a799a7c9b0ad473 Mon Sep 17 00:00:00 2001 From: Carmcc Official Date: Mon, 1 Jul 2024 14:01:52 +0200 Subject: [PATCH] Update Installation.md --- wiki/Installation.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wiki/Installation.md b/wiki/Installation.md index 5facdfec64..8c26ad096c 100644 --- a/wiki/Installation.md +++ b/wiki/Installation.md @@ -22,6 +22,8 @@ dnf: (You can also double-click on the downloaded files) +#### Arch Linux +> $ sudo pacman -S opensnitch ➡️ Then lanch the GUI: `$ opensnitch-ui` or launch it from the Applications menu. @@ -132,6 +134,9 @@ Remove the packages + rules + configuration: - Dnf: `sudo dnf remove opensnitch opensnitch-ui` - Zypper: `sudo zypper remove opensnitch opensnitch-ui` +**pacman packages** +- pacman: `sudo pacman -R opensnitch` + If you installed pip packages: - `pip3 uninstall grpcio-tools unicode_slugify pyinotify` - `pip3 uninstall grpcio PyQt5 Unidecode`_(transient dependencies, can check with `pip show` to validate how original installation was done. If you find installation location is not `/usr/lib/` then these are not installed through apt)_