michellechouu 2019-12-16
sudo apt-add-repository ppa:wireshark-dev/stable
sudo apt-get update
sudo apt-get install wireshark
如果不行的话,尝试使用
sudo aptitude install wireshark
sudo groupadd wireshark //安装已完成 sudo chgrp wireshark /usr/bin/dumpcap //安装已完成 sudo chmod 4755 /usr/bin/dumpcap sudo gpasswd -a your_username wireshark
具体怎么用,还要研究一下。