Contents

Views 1402 Comment 0
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
1. 명령어를 이용한 패키지 업데이트 제외
 - 아래 2개 이상 패키지를 제외하고자 할 경우  ","를 이용
[root@leetra.net]# yum --exclude=kernel*,crmsh*,upstart  update

2. yum 메인 구성파일 내 옵션 삽입
 - 아래 2개 이상의 패키지를 제외하고자 할경우 "," 혹은 [Space Bar] 를 이용
 - 단. exclude 옵션은 마지막 1줄만 인식(아래의 2줄 삽입 시 kernel과 httpd 만 제외)
[root@leetra.net]# echo "exclude=kernel*,mysql*" >> /etc/yum.conf
[root@leetra.net]# echo "exclude=kernel*,httpd" >> /etc/yum.conf

?

  1. How to Install and Use wget on Mac

  2. RPA란? 어디에 어떻게 쓰이고 누가 만드나?

  3. Configure Postfix to Use Gmail SMTP on Ubuntu 18.04

  4. [mac] Mac OS 패키지 매니저, HomeBrew

  5. [linux] yum 업데이트 시 커널 제외하기

  6. [linux] iptables 초간단 세팅 스크립트

  7. Enable the Develop Menu in Safari

  8. 맥에서 포트 확인하고 닫기 (mac)

  9. [mac] VirtualBox 실행 스크립트와 bash_profile 설정

  10. [mac] Homebrew/rvm/cocoapod setting

  11. [mac] OS X 엘 캐피탄에서 Soudflower 사용하기

  12. [svn] Can't convert string from native encoding to 'UTF-8' 메시지가 나오는 경우

Board Pagination Prev 1 ... 8 9 10 11 12 13 14 15 16 17 Next
/ 17