evilsocket / opensnitch

OpenSnitch is a GNU/Linux interactive application firewall inspired by Little Snitch.
GNU General Public License v3.0
10.74k stars 498 forks source link

How to uninstall ? #278

Closed skaox closed 3 years ago

skaox commented 5 years ago

Hi, simple question how to uninstall ? Thank you in advance

gustavo-iniguez-goya commented 5 years ago

Hi skaox,

Reverse the installation steps https://github.com/evilsocket/opensnitch/blob/master/daemon/Makefile:

        systemctl stop opensnitchd
    rm -rf /etc/opensnitchd/
    rm /usr/local/bin/opensnitchd
    rm /etc/systemd/system/opensnitchd.service
        pip3 uninstall opensnitch-ui
        rm -rf ~/.opensnitch/
gustavo-iniguez-goya commented 3 years ago

Following the above instructions should solve this issue.