Help please with worked repo

General support questions including new installations
Post Reply
logros
Posts: 1
Joined: 2017/05/30 07:13:30

Help please with worked repo

Post by logros » 2017/05/30 07:22:13

Hi, please send an URL to work repo for centos 5.11.
Realy thanks

User avatar
TrevorH
Site Admin
Posts: 33202
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Help please with worked repo

Post by TrevorH » 2017/05/30 10:08:46

CentOS 5 is End of Life and there will be no more updates to it. All content from the CentOS yum mirrors has been moved to vault.centos.org but re-pointing your repo definitions to there is only a short term solution as there will be no more updates to CentOS 5 ever. This means that it will get progressively less and less secure as time goes by and it already contains unpatched security vulnerabilities.

Migrate soon.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

IgorA100
Posts: 1
Joined: 2017/05/30 16:26:59

Re: Help please with worked repo

Post by IgorA100 » 2017/05/30 16:31:55

Correct paths:
[base]
name=CentOS-$releasever - Base
baseurl=http://vault.centos.org/5.11/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5

#released updates
[updates]
name=CentOS-$releasever - Updates
baseurl=http://vault.centos.org/5.11/updates/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5

#additional packages that may be useful
[extras]
name=CentOS-$releasever - Extras
baseurl=http://vault.centos.org/5.11/extras/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5

But you will not get updates!

Post Reply