Merge pull request #1151 from carmcc/wiki

Update Installation.md
This commit is contained in:
Gustavo Iñiguez Goia 2024-07-03 12:17:43 +00:00 committed by GitHub
commit 0bbd6e6be3
Failed to generate hash of commit

View file

@ -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)_