Skip to content

Install on Linux

Giuliano Bellini edited this page Mar 25, 2024 · 2 revisions

Would you like to install Sniffnet on Linux?

You can easily do that by following the next steps:

  1. download a Linux-compatible version of the application, available from the official website or GitHub releases

  2. open the downloaded package (DEB or RPM depending on your distribution) with the native Software Install utility and click Install

  3. and... you are finally ready to comfortably monitor your Internet traffic with Sniffnet! 🕵️‍♂️


Note

Installing Sniffnet via the provided packages should automatically add all the needed dependencies; if this is not the case, check the required dependencies page.

Warning

If you decide to download Sniffnet in an alternative way (e.g., using a dedicated package manager), remember that you may need to set capabilities to correctly inspect a network adapter:

sudo setcap cap_net_raw,cap_net_admin=eip <your/Sniffnet/executable/path>