After I successfully installed Wireshark on my Oracle Linux 6 machine (yum install wireshark), I was unable to run the wireshark application. There was no application installed anywhere, although I had the documentation and the libraries available.
Solution:
To run the wireshark application, I also need to install the gnome part of it (yum install wireshark-gnome). I found this out by entering
[root ~]# yum list wireshark\*
Loaded plugins: security
Installed Packages
wireshark.x86_64 1.2.15-2.0.1.el6_2.1 @ol6_latest_local
Available Packages
wireshark.i686 1.2.15-2.0.1.el6_2.1 ol6_latest_local
wireshark-devel.i686 1.2.15-2.0.1.el6_2.1 ol6_latest_local
wireshark-devel.x86_64 1.2.15-2.0.1.el6_2.1 ol6_latest_local
wireshark-gnome.x86_64 1.2.15-2.0.1.el6_2.1 ol6_latest_local
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgq4uZFMv_qsH4UNuC7IkGCX1ck2mHmOYDR_WUvnr2vt5zc3JgymcPTYDD3f_1A_aacXUVyUXI6pQq5lpbdrk5ZdW5XsqGTNtGNcvUnmdwj3Qp_qJgZv8-YXhplye91s8-l2UWlDw/s400/Bildschirmfoto-The+Wireshark+Network+Analyzer.png)
1 comment:
Thanks it helped!!
Post a Comment