that's what i'm looking for ... only problem is, it doesn't look like any of the other repositories i've seen (in terms of filesystem structure), so when i add the following to my /etc/yum.repos.d/CentOS-Base.repo file: [debuginfo] name=CentOS-$releasever - Debuginfo mirrorlist=http://vault.centos.org/debuginfo/$releasever/$basearch gpgcheck=0 enabled=1 ... and then do a "yum list" command, yum does go out to retrieve the contents of that repo, but it pukes on the input because it's not what yum is expecting (it says it's unparsable). other repos i've seen have 3 top-level directories: RPMS/ headers/ repodata/ .... and this one doesn't have the same filesystem structure, it just has a top-level directory with all of the packages in it. so long story short: how do i enable this repo in yum, given it doesn't look like it follows the standard repository structure? thanks for any/all help. On Dec 21, 2007, at 10:17 PM, Jon Stanley wrote: > On Dec 21, 2007 6:35 PM, Tom Laramee <laramee at pobox.com> wrote: > >> yum install httpd-symbols >> > > Well, once you enable or create (forget which) the debuginfo repo > that's available at http://vault.centos.org, then you can do a 'yum > install httpd-debuginfo' > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos