linux 路由跟踪下令
traceroute www.qq.com
但有的办事器没有安置traceroute 办事
呈现错误:-bash: traceroute: command not found
就必要安置: 依据你的体系选择安置
-
#Debian
-
apt-get install traceroute
-
-
#Ubuntu
-
apt-get install traceroute
-
-
#Alpine
-
apk add traceroute
-
-
#Arch Linux
-
pacman -S traceroute
-
-
#Kali Linux
-
apt-get install traceroute
-
-
#CentOS
-
yum install traceroute
-
-
#Fedora
-
dnf install traceroute
-
-
#OS X
-
brew install traceroute
-
-
#Raspbian
-
apt-get install traceroute