-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
opensnitch-ui on Linux Mint Xfce 19.2 and 19.3 #16
Comments
Hey @jonau01 , thank you for the information! I was unable to install it. I'll add it to the docs :) |
The above didn't work for me in a fully updated Linux Mint 20 Cinnamon at time of writing. My working steps:
Hope this helps. Glad this is linked from the Wiki. |
hey, did you tested on Mint 20.1 ? (not worked for me) |
hi @electroheadfx , what error does dpkg/apt report?Can you post the error? |
hey @gustavo-iniguez-goya thanks for your message, yes finally I installed via your amd64 package. I did a sudo opensnitch-ui and it works great. I dont know if its the good command for start ? After restarted linux, opensnitch goes in startup application ! :) thanks for this toy |
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
The text was updated successfully, but these errors were encountered: