yum install

Etc/Problem Solving

[Linux] ip: command not found 오류 해결 방법

도커 실행후 ip link show 명령어를 실행 하려고 하는데 오류가 발생했다. 현상 >> docker run --cap-add NET_ADMIN -it -h node1 --dns 8.8.8.8 --dns-search=example.com ubuntu_net root@node1:/# ip link show bash: ip: command not found ip 명령어가 존재하지 않는 오류가 발생한것으로 관련된 라이브러리를 설치해준다. 이를 해결하기위해 iproute 를 설치하면 되는데 명령어는 아래와 같다 > yum install iproute >> yum install iproute bash: yum: command not found 혹시 yum 패키지가 설치되어있지 않다면 아래 방법으로도 가능하다...

개발하는 채찡
'yum install' 태그의 글 목록