mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
commit
0bbd6e6be3
1 changed files with 5 additions and 0 deletions
|
@ -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)_
|
||||
|
|
Loading…
Add table
Reference in a new issue