Skip to content

Commit

Permalink
Merge pull request #1151 from carmcc/wiki
Browse files Browse the repository at this point in the history
Update Installation.md
  • Loading branch information
gustavo-iniguez-goya committed Jul 3, 2024
2 parents 6529dc2 + 08e8797 commit 0bbd6e6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions wiki/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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)_

0 comments on commit 0bbd6e6

Please sign in to comment.