centos6-wireshark

centos6-wireshark

1)有沒有簡單的方法在centos 6上安裝wireshark-1.8.3?

我嘗試了 wget 實用程序,我得到了對 gtk 的依賴,而 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 等)?如果只有 shell 存取權限,則無法使用wireshark。您應該按照 fuero 的建議使用 tcpdump。

如果您有 CentOS 盒子的圖形存取權。我剛剛在我的 CentOS 機器上進行了測試,我執行了“yum searchwireshark”,它找到了它。我安裝它沒有任何問題。

那麼,為什麼要使用wireshark呢?您有什麼要找的嗎?

相關內容