linux mint 18.2 安装wireshark

Posted 学者先要会疑

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux mint 18.2 安装wireshark相关的知识,希望对你有一定的参考价值。

Method 1: Via PPA

Step 1: Add the official PPA
sudo add-apt-repository ppa:wireshark-dev/stable
Step 2: update the repository
sudo apt-get update
Step 3: Install Wireshark 2.4.2
sudo apt-get install wireshark
During the installation, it will require confirming security about allowing non-superuser to execute Wireshark.

Just confirm YES if you want to. If you check on NO, you must run Wireshark with sudo. Later, if you want to change this,
sudo dpkg-reconfigure wireshark-common

以上是关于linux mint 18.2 安装wireshark的主要内容,如果未能解决你的问题,请参考以下文章