yum 업데이트를 실행할 수 없습니다

yum 업데이트를 실행할 수 없습니다

벌써부터 머리를 키보드로 치고 있어요! 저는 CentOS 6.5 x86_64에서 작업하고 있습니다.

php먼저 쉬운 아파치를 업데이트 하고 사용해 보았습니다 apache. 업데이트가 빨리 실패해서 평소처럼 인터넷으로 검색을 계속했습니다. 나도 도망칠 수는 없을 것 같다 yum update. 읽기의 맨 아래는 다음과 같습니다.

Error: Package: glibc-utils-2.12-1.132.el6_5.2.x86_64 (updates)
       Requires: libgd.so.2()(64bit)
       Removing: gd-2.0.35-11.el6.x86_64 (@base)
           libgd.so.2()(64bit)
       Updated By: gd-2.1.0-1.el6.x86_64 (CentALT)
           Not found
Error: Package: cpanel-webalizer-2.23_05-2.cp1136.x86_64 (installed)
       Requires: libgd.so.2()(64bit)
       Removing: gd-2.0.35-11.el6.x86_64 (@base)
           libgd.so.2()(64bit)
       Updated By: gd-2.1.0-1.el6.x86_64 (CentALT)
           Not found
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

달려보려고 했는데 rpm -Va --nofiles --nodigest잘 안 됐어요.

내가 읽은 것 중 많은 부분이 저장소에 대해 언급했습니다. 다음 저장소가 설치되어 있습니다.

CentOS-Base.repo
CentOS-Vault.repo
mod-pagespeed.repo
CentOS-Debuginfo.repo
epel.repo
remi.repo
centalt.repo
CentOS-Media.repo
epel-testing.repo

centalt.repo기본 URL에 액세스하려고 하면 메시지가 표시되므로 문제가 있다는 것을 알고 있습니다 403:forbidden.

wgetinstall을 사용해 보았 gd-2.0.35-11.el6.x86_64.rpm으나 이미 설치되어 있다고 나옵니다. 나에게 이것은 libgd.so.2()(64bit)또한 설치되어야 함을 의미합니다 (에 따르면http://www.rpmfind.net//linux/RPM/centos/6.5/x86_64/Packages/gd-2.0.35-11.el6.x86_64.html).

정말 막혔어요...누군가가 이 문제를 해결하는 데 도움을 줄 수 있기를 바랍니다. 클라이언트용 PHP를 업데이트해야 합니다.

답변1

방금 .repoCentALT 파일을 미러 중 하나로 리디렉션했습니다. 기본 저장소가 다운된 것 같습니다. 최상위 URL만 찾아볼 수 있으며 모든 YUM URL은 403 Forbidden을 반환합니다.

다음과 같은 거울이 있습니다.

/etc/yum.repo.d/centos.alt.ru.repo다음과 같이 파일을 변경할 수 있습니다 .

[CentALT]
name=CentALT Packages for Enterprise Linux 6 - $basearch
baseurl=http://mirror.neu.edu.cn/CentALT/6/$basearch/
enabled=1
gpgcheck=0

인용하다

관련 정보