Rock Roskam wrote:
I am not as well versed with the new update packagers for Fedora. Are yum, up2date, and apt-get compatible? Can you use all three without mashing up your dependencies. I am still looking at getting updates working for my system. Do I need to update my sources.lst, yum.conf to the same settings. Does it help to have multiple listing for sources as backups?

Rock


Yum works great. Here's my yum.conf file that allowed me to update Fedora Core, but I've only tried Core 1:


[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=fedora
tolerant=1
exactarch=1
exclude=kernel-source*,kernel*

[base]
name=Fedora_Core-Base
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/1/i386/os/
baseurl=ftp://ftp.dc.aleron.net/pub/linux/fedora/linux/core/1/i386/os/

[updates]
name=Fedora_Core-Updates
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/1/i386/
baseurl=ftp://ftp.dc.aleron.net/pub/linux/fedora/linux/core/updates/1/i386

Jeff

--
TriLUG mailing list        : http://www.trilug.org/mailman/listinfo/trilug
TriLUG Organizational FAQ  : http://trilug.org/faq/
TriLUG Member Services FAQ : http://members.trilug.org/services_faq/
TriLUG PGP Keyring         : http://trilug.org/~chrish/trilug.asc

Reply via email to