-bash: traceroute: command not found

Jmnote (토론 | 기여)님의 2020년 10월 7일 (수) 17:41 판 (→‎개요)

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 같이 보기

  • CentOS7 MariaDB 설치
    안녕하세요! 질문이 있어서 글을 남기게 됩니다!! http://yum.mariadb.org/10.3 로 이동하면 안에 centos7,centos73,centos74 와 같이 나뉘어져 있더라고요!! 이게 버전을 명칭하는거 같은데...(제 생각으로는..) 버전을 명칭하는게 맞는지?! 전귀현
  • CentOS7 MariaDB 설치
    CentOS 7.6에서 MariaDB 10.4을 설치해보니 잘 됩니다. repo를 추가하고 yum install MariaDB하면 가장 적절한 패키지를 찾아서 설치해줍니다. (이게 yum이라는 패키지 매니저의 역할이죠). 결과적으로 설치된 rpm패키지명은 MariaDB-server-10J Jmnote