opensnitch-ui on Linux Mint Xfce 19.2 and 19.3 (original) (raw)
Hi,
I'm able to install and run opensnitch-ui on both linux mint xfce 19.2 and 19.3
In order for python module grpcio to be installed successfully the followings need to be done before install opensnitch-ui on linux mint 19.2 or 19.3
- Install python3-dev
sudo apt-get install python3-dev - Install g++
sudo apt-get install g++ - Install python3-pip
sudo apt-get install python3-pip - Install python3 google module
python3 -m pip install google - install python3 protobuf module
python3 -m pip install protobuf - Install python3 wheel module
python3 -m pip install wheel
Hope this will help other users