Skip to content

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

Closed
@jonau01

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions