centos6-wireshark

centos6-wireshark

1) Centos 6에 Wireshark-1.8.3을 쉽게 설치할 수 있는 방법이 있습니까?

wget 유틸리티를 사용해 보니 gtk에 대한 종속성이 발생합니다. 그러면 glib, atk, pango 및 cairo에 대한 종속성이 있습니다.

2) yuminstall도 망가진 것 같네요.. yum.conf 파일은 다음과 같습니다..

[main]
cachedir=/var/cache/yum
keepcache=0
debuglevel=2
logfile=/var/log/yum.log
distroverpkg=redhat-release
tolerant=1
exactarch=1
obsoletes=1
gpgcheck=1
plugins=1
bugtracker_url=http://bugs.centos.org/yum5bug

# Note: yum-RHN-plugin doesn't honor this.
metadata_expire=1h

installonly_limit = 5

# PUT YOUR REPOS HERE OR IN separate files named file.repo
# in /etc/yum.repos.d

답변1

Wireshark는 그래픽 애플리케이션이므로 Xserver(kde/gnome 등)를 실행하고 있습니까? 쉘 액세스 권한만 있으면 Wireshark를 사용할 수 없습니다. fuero에서 제안한 대로 tcpdump를 사용해야 합니다.

CentOS 상자에 대한 그래픽 액세스 권한이 있는 경우. 방금 CentOS 상자에서 테스트했고 'yum searchwireshark'를 실행하여 찾았습니다. 설치하는데 아무런 문제가 없습니다.

그렇다면 왜 Wireshark를 사용하고 싶습니까? 찾고 있는 것이 있나요?

관련 정보