사용 가능한 패키지로 samba4를 업데이트하려고 할 때 오류가 발생했습니다.

사용 가능한 패키지로 samba4를 업데이트하려고 할 때 오류가 발생했습니다.

우리 프로덕션 환경에서는 최신 samba4 패키지로 업데이트하여 보안 패치를 적용해야 합니다. centOS 6 빌드에서.

내가 할 때 samba4에 사용 가능한 패키지가 있다는 것을 알고 있습니다. (냠 정보 samba4)

[root@server ~]# yum info samba4
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
 * base: ftpmirror.your.org
 * epel: archive.linux.duke.edu
 * extras: ftp.osuosl.org
 * updates: bay.uchicago.edu
Available Packages
Name        : samba4
Arch        : x86_64
Version     : 4.2.10
Release     : 12.el6_9
Size        : 428 k
Repo        : updates
Summary     : Server and Client software to interoperate with Windows machines
URL         : http://www.samba.org/
License     : GPLv3+ and LGPLv3+
Description : Samba is the standard Windows interoperability suite of programs for Linux and Unix.

그런데 가서 업데이트를 해도 설치가 되지 않습니다.

[root@server ~]# yum update samba4
Loaded plugins: fastestmirror, security
Setting up Update Process
Loading mirror speeds from cached hostfile
 * base: ftpmirror.your.org
 * epel: archive.linux.duke.edu
 * extras: ftp.osuosl.org
 * updates: bay.uchicago.edu
Package(s) samba4 available, but not installed.
No Packages marked for Update

이 상자에 삼바가 설치되어 있다는 것을 알고 있습니다

[root@server ~]$ rpm -qa | grep samba
samba-winbind-3.6.23-45.el6_9.x86_64
samba-common-3.6.23-45.el6_9.x86_64
samba-client-3.6.23-45.el6_9.x86_64
samba4-libs-4.2.10-11.el6_9.x86_64
samba-winbind-clients-3.6.23-45.el6_9.x86_64

samba4를 업데이트할 수 없는 이유에 대한 아이디어가 있습니까?

감사해요

답변1

yum update samba4이(가) 설치되어 있지 samba4않아 목록에 표시되고 available packages설치하려고 할 때 메시지가 표시되므로 할 수 없습니다 .

samba4필요한 명령을 원한다면 다음과 같습니다.

yum install samba4

관련 정보