1、环境说明
操作系统:红帽7.0 GUI
远程连接工具:MobaXterm
[[email protected] ~]# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.0 (Maipo)
2、操作步骤及截图
2.1制作本地yum源
[[email protected] ~]# mkdir /media/cdrom
[[email protected] ~]# vim /etc/yum.repos.d/rhel7.repo
[rhel]
name=rhel7
baseurl=file:///media/cdrom
enabled=1
gpgcheck=0
[[email protected] ~]# mount /dev/sr0 /media/cdrom
2.2安装wireshark
[[email protected] ~]# yum install wireshark
[[email protected] ~]# yum install wireshark-gnome.x86_64
3、运行wireshark
在系统GUI页面和MobaXterm工具均可以
[[email protected] ~]# wireshark
4、总结
可用于Redhat图形化界面安装wireshark用于分析操作系统网络问题。
参考资料:
https://blog.csdn.net/nicelumberjack/article/details/48573123
《Linux就该这么学》
原文地址:https://www.cnblogs.com/hutao0810/p/12663759.html
时间: 2024-10-10 22:40:33