首先要基于
https://www.jianshu.com/p/bdf6cd63de44 文章, 把XLaunch安装配置好
命令行安装wireshark
sudo apt-add-repository ppa:wireshark-dev/stable
sudo apt-get update
sudo apt-get install wireshark
sudo apt-get install libqt5core5a
sudo strip --remove-section=.note.ABI-tag /lib/x86_64-linux-gnu/libQt5Core.so.5
安装过程中弹出设置框,选择是
, 表示允许普通用户使用wireshark抓包
【1】将普通用户添加到wireshark组中(将用户infuq添加到wireshark组)
infuq替换成读者自己的名称
【2】在/etc/profile末尾增加两句
【3】启动
备注: 不用忘记开启XLaunch