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

相关文章:

  • 2022-12-23
  • 2021-07-19
  • 2022-01-05
  • 2021-06-02
  • 2021-08-15
  • 2022-12-23
  • 2021-04-15
  • 2021-09-14
猜你喜欢
  • 2021-09-08
  • 2021-08-07
  • 2021-06-27
  • 2022-03-10
  • 2021-06-02
  • 2021-06-06
  • 2021-05-30
相关资源
相似解决方案