(→개요) |
(→같이 보기) |
||
47번째 줄: | 47번째 줄: | ||
* [[리눅스 traceroute]] | * [[리눅스 traceroute]] | ||
[[분류: CentOS 7]] | |||
[[분류: command not found]] | [[분류: command not found]] | ||
[[분류: yum install]] | [[분류: yum install]] | ||
[[분류: yum 패키지]] | [[분류: yum 패키지]] |
2020년 10월 7일 (수) 17:49 기준 최신판
1 개요[ | ]
- -bash: traceroute: command not found
Console
Copy
root@localhost:~# traceroute
-bash: traceroute: command not found
Console
Copy
root@localhost:~# yum install traceroute
...
Dependencies Resolved
====================================================================================================
Package Arch Version Repository Size
====================================================================================================
Installing:
traceroute x86_64 3:2.0.22-2.el7 base 59 k
Transaction Summary
====================================================================================================
Install 1 Package
Total download size: 59 k
Installed size: 92 k
Is this ok [y/d/N]: y
Downloading packages:
traceroute-2.0.22-2.el7.x86_64.rpm | 59 kB 00:00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : 3:traceroute-2.0.22-2.el7.x86_64 1/1
Verifying : 3:traceroute-2.0.22-2.el7.x86_64 1/1
Installed:
traceroute.x86_64 3:2.0.22-2.el7
Complete!
Console
Copy
root@localhost:~# traceroute -V
Modern traceroute for Linux, version 2.0.22
Copyright (c) 2008 Dmitry Butskoy, License: GPL v2 or any later
2 같이 보기[ | ]
로그인하시면 댓글을 쓸 수 있습니다.
- 분류 댓글:
- CentOS 7 (2)
- Yum install (2)
CentOS7 MariaDB 설치 ― 전귀현CentOS7 MariaDB 설치 ― Jmnote