YUM
RPM 시반의 시스템을 위한 자동 업데이트 겸 패키지 설치도구이다.
1. 이전작업
패키지 저장소 확인
#rpm -qa | grep remi-release /*아무것도 뜨지 않으면 패키지 저장소가 없는 것*/
패키지 저장소 설치
# yum install http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
2. yum 명령어
패키지 설치
# yum install 패키지명
패키지 삭제
# yum remove 패키지명
여러 패키지 삭제
# yum remove *php* /*패키지 중간에 php가 들어간 패키지 전체 삭제*/
패키지 업데이트
# yum update 패키지명
패키지 정보 확인
# yum info 패키지명
패키지 검색
# yum search 검색어
설치된 패키지 목록 보기
# yum list installed
설치된 특정 패키지 목록 보기
# yum list installed *php* /*패키지 중간에 php가 들어간 패키지목록 반환*/
stall http://rpms.famillecollet.com/enterprise/remi-release-6.rpmumyum install http://rpms.famillecollet.com/enterprise/remi-release-6.rpm install http://rpms.famillecollet.com/enterprise/remi-release-6.rpm