Redhat上用yum install wireshark安装成功后,调用wireshark提示没有进程
[root@localhost wjm]# wireshark
bash: wireshark: command not found
重新安装提示已经安装成功了
[root@localhost wjm]# yum install wireshark
Loaded plugins: product-id, refresh-packagekit, security, subscription-manager
Updating certificate-based repositories.
Unable to read consumer identity
Setting up Install Process
Package wireshark-1.2.15-2.el6_2.1.x86_64 already installed and latest version
Nothing to do
which 命令查了一下确实没有wireshark
yum list | grep wireshark 查看
[root@localhost wjm]# yum list | grep wireshark
Unable to read consumer identity
wireshark.x86_64 1.2.15-2.el6_2.1 @rhel-6.3
wireshark.i686 1.2.15-2.el6_2.1 rhel-6.3
wireshark-gnome.x86_64 1.2.15-2.el6_2.1 rhel-6.3
把wireshark-gnome.x86_64也安装一下,wireshark就能找到了
[root@localhost wjm]# which wireshark
/usr/bin/wireshark
本文详细记录了在Redhat系统中使用yum安装Wireshark后遇到的无法运行问题,并提供了通过安装wireshark-gnome组件来解决该问题的方法。
626

被折叠的 条评论
为什么被折叠?



