CentOS 최소설치 시 추가할 패키지 명령어
1. pstree 명령어를 찾을 수 없을 때
명령 : yum -y install psmisc
2. ifconfig 명령어를 찾을 수 없을 때
명령 : yum -y install net-tools
3. autoconf 명령을 찾을 수 없을 때 (pecl 또는 phpize 명령 실행시 autoconf 는 필수 설치 항목이다.)
[에러 메시지]
Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF
environment variable is set correctly and then rerun this script.
해결 : yum -y install autoconf
4. scp 명령어를 찾을수 없을 때
해결 : yum -y install openssh-clients (설치되면 scp, sftp등이 설치된다.)
5. nslookup 명령어를 찾을 수 없을 때 (CentOS7 에서)
해결 : yum -y install bind-utils
6. wget 명령어를 찾을 수 없을 때
해결 : yum -y install wget
7. lspci 명령어를 찾을 수 없을 때
해결 : yum -y install pciutils
8. ntsysv 명령어를 찾을 수 없을 때
해결 : yum -y install ntsysv
9. smartctl 명령어를 찾을 수 없을 때
해결 : yum -y install smartmontools
10. hdparm 명령어를 찾을 수 없을 때
해결 : yum -y install hdparm
11. rdate 명령어를 찾을 수 없을 때
해결 : yum -y install rdate