Skip to content
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

Closed
jonau01 opened this issue May 8, 2020 · 5 comments
Closed

opensnitch-ui on Linux Mint Xfce 19.2 and 19.3 #16

jonau01 opened this issue May 8, 2020 · 5 comments

Comments

@jonau01
Copy link

jonau01 commented May 8, 2020

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

@jonau01 jonau01 closed this as completed May 8, 2020
@gustavo-iniguez-goya
Copy link
Owner

Hey @jonau01 , thank you for the information!

I was unable to install it. I'll add it to the docs :)

@ghost
Copy link

ghost commented Nov 19, 2020

The above didn't work for me in a fully updated Linux Mint 20 Cinnamon at time of writing.

My working steps:

  • sudo apt install python3-pip python3-grpcio python3-protobuf python3-slugify libqt5sql5-sqlite python3-setuptools python3-pyqt5 python3-pyqt5.qtsql python3-pyinotify libnetfilter-queue1

  • Download the two correct DEBs for your architecture (e.g. opensnitch_*_amd64.deb and python3-opensnitch-ui_*_all.deb)

  • Both DEBs can be installed (i.e. opened) with GDebi just fine! OpenSnitch then can be opened, and works.

Hope this helps. Glad this is linked from the Wiki.

@electroheadfx
Copy link

hey, did you tested on Mint 20.1 ? (not worked for me)
maybe Iam wrong, when you say : "Download the two correct DEBs for your architecture" where do you put these files ? is it before or after install ? thanks

@gustavo-iniguez-goya
Copy link
Owner

hi @electroheadfx , what error does dpkg/apt report?Can you post the error?

@electroheadfx
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants