linux + yum update - 이 명령은 무엇을 다루나요?

linux + yum update - 이 명령은 무엇을 다루나요?

누락된 보안 패치를 다음과 같이 확인했습니다.

yum updateinfo list security available
Loaded plugins: product-id, rhnplugin, security, subscription-manager
This system is receiving updates from RHN Classic or RHN Satellite.
RHSA-2016:0073 security bind-libs-32:9.8.2-0.37.rc1.el6_7.6.x86_64
RHSA-2016:0073 security bind-utils-32:9.8.2-0.37.rc1.el6_7.6.x86_64
RHSA-2016:0428 security libssh2-1.4.2-2.el6_7.1.x86_64
RHSA-2016:0007 security nss-3.19.1-8.el6_7.x86_64
RHSA-2016:0007 security nss-sysinit-3.19.1-8.el6_7.x86_64
RHSA-2016:0007 security nss-tools-3.19.1-8.el6_7.x86_64
RHSA-2016:0370 security nss-util-3.19.1-5.el6_7.x86_64
RHSA-2016:0063 security ntp-4.2.6p5-5.el6_7.4.x86_64
RHSA-2016:0063 security ntpdate-4.2.6p5-5.el6_7.4.x86_64
RHSA-2016:0008 security openssl-1.0.1e-42.el6_7.2.x86_64
RHSA-2016:0301 security openssl-1.0.1e-42.el6_7.4.x86_64
RHSA-2016:0005 security rpcbind-0.2.0-11.el6_7.x86_64
updateinfo list done

두 가지 질문이 있습니다.

다음 yum 명령을 실행하면:

yum update -y

이 yum 명령은 누락된 보안 패치를 모두 설치합니까? (목록에서 언급했듯이)

yum update -y모든 패치 설치를 완료한 후,

이는 내 Linux Redhat 시스템 버전 6.x가 모든 패치로 완전히 업데이트되었음을 ​​의미합니까?

답변1

전반적으로 둘 다입니다. 바라보다RHEL의 yum에 대한 문서

일반적으로 이렇게 말하는 이유는 연결하는 저장소와 같은 백엔드의 많은 요소에 의존하기 때문입니다. 이는 일반적으로 Red Hat이 승인한 시스템이므로 모든 올바른 업데이트를 받을 것이라는 어느 정도 확신을 가질 수 있습니다. RPM을 통해 수동으로 패키지를 설치했는데 해당 패키지가 연결된 저장소의 것이 아닌 경우 업데이트되지 않을 수 있습니다.

관련 정보