CentOS 7, REHL 7 minimal installation 진행시

netstat, ifconfig 명령어 없음

 

yum 으로 net-tools package 설치

 

yum install net-tools

 

[root@test]# yum install net-tools
Loaded plugins: fastestmirror
Determining fastest mirrors
* base: mirror.kakao.com
* extras: mirror.kakao.com
* updates: mirror.kakao.com
base | 3.6 kB 00:00:00
extras | 2.9 kB 00:00:00
updates | 2.9 kB 00:00:00
(1/3): extras/7/x86_64/primary_db | 227 kB 00:00:00
(2/3): base/7/x86_64/primary_db | 6.1 MB 00:00:00
(3/3): updates/7/x86_64/primary_db | 6.5 MB 00:00:01
Resolving Dependencies
--> Running transaction check
---> Package net-tools.x86_64 0:2.0-0.25.20131004git.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

=============================================================================================================================================================================================================================================
Package Arch Version Repository Size
=============================================================================================================================================================================================================================================
Installing:
net-tools x86_64 2.0-0.25.20131004git.el7 base 306 k

Transaction Summary
=============================================================================================================================================================================================================================================
Install 1 Package

Total download size: 306 k
Installed size: 917 k
Is this ok [y/d/N]: y

Downloading packages:
net-tools-2.0-0.25.20131004git.el7.x86_64.rpm | 306 kB 00:00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : net-tools-2.0-0.25.20131004git.el7.x86_64 1/1
Verifying : net-tools-2.0-0.25.20131004git.el7.x86_64 1/1

Installed:
net-tools.x86_64 0:2.0-0.25.20131004git.el7

Complete!

yum install net-tools -y

-y : 무조건 yes 옵션

 

 

'server > linux' 카테고리의 다른 글

[linux] ssh 실행 오류  (0) 2021.12.01
[linux] Linux rpm, yum 이란  (0) 2021.03.30

+ Recent posts