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

  1. Install python3-dev
    sudo apt-get install python3-dev
  2. Install g++
    sudo apt-get install g++
  3. Install python3-pip
    sudo apt-get install python3-pip
  4. Install python3 google module
    python3 -m pip install google
  5. install python3 protobuf module
    python3 -m pip install protobuf
  6. Install python3 wheel module
    python3 -m pip install wheel

Hope this will help other users