1) yum을 사용하여 소프트웨어 설치 및 업데이트
yum search plot
yum info gnuplot
yum install gnuplot
yum remove gnuplot
yum remove gnuplot-common
or
yum history undo <ID>
yum groupinstall ‘Compatability Libraries”
yum history
yum history undo 3
2) yum 리포지토리 활성화
yum-config-manager —add-repo=“http://content.example.com/rhel7.0/x86_64/rht”
yum-config-manager —disable content.example.com_rhel7.0_x86_x64_rht
yum update
yum list kernel
uname -r
yum install rht-system
'Linux' 카테고리의 다른 글
mysql ( mariadb ) 설치 (0) | 2015.10.11 |
---|---|
rhel7 시스템 및 서비스 관리 (0) | 2015.09.21 |
rhel7 사용자 관리 (0) | 2015.09.21 |
rhel 7 네트워크 매니저 nmcli 관련 명령어 정리 (0) | 2015.09.21 |
Redhat, CentOS Mysql 설치 및 초기 패스워드 설정 (0) | 2015.09.02 |