YUM 업데이트시에 kernel 제외하고 업데이트 하는 방법 > 서버관리 Tip

본문 바로가기
 

YUM 업데이트시에 kernel 제외하고 업데이트 하는 방법

페이지 정보

작성자 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 댓글 0건 조회 15,081회 작성일 14-09-08 10:59

본문

 

How to exclude Kernel from yum updates on a Linux System

There are two ways to exclude kernel being updated by yum:
1) You can edit /etc/yum.conf file
Use a text editor such like pico or nano to edit /etc/yum.conf:
# nano -w /etc/yum.conf
Append/modify exclude directive line under [main] section, enter:
exclude=kernel*
Save and close the file. Try, updating the system without updating the Linux kernel:
# yum -y update
This is a permanent option, so you don’t need pass the -x option to yum command.
2) Provide the -x parameter to exclude kernel from updates via yum
The command is as follows to skip kernel update on CLI:
# yum -x ‘kernel*’ update

댓글목록

등록된 댓글이 없습니다.

Total 159건 1 페이지
서버관리 Tip 목록
번호 제목 글쓴이 조회 날짜
159 no_profile 차동박(14) 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 3 09-29
158 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 14644 04-17
157 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 7997 11-01
156 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 15167 10-04
155 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 9029 09-20
154 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 16232 09-20
153 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8060 09-20
152 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8219 09-20
151 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8783 09-20
150 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8369 09-11
열람중 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 15082 09-08
148 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 14479 08-20
147 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 17898 07-14
146 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 15319 12-07
145 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 18015 12-07
144 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 20728 11-28
143 no_profile 차동박 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 20018 11-24
142 no_profile 차동박 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 19544 08-05
게시물 검색