PDA

View Full Version : FC3 (T2) and Yum


ssaady
2004-09-28, 01:12 PM CDT
I am having a bear of a time getting Yum to work on a new FC3 installation. It looks like there have been some big changes to Yum.

Does anyone have a good yum.conf that is working on FC3?

ilja
2004-09-28, 01:16 PM CDT
it is just a test version. So I would advice you not to use it. Normally all the yum.conf with normal servers should work.

*moved to fc2t3-forum*

Darkmage
2004-09-28, 01:26 PM CDT
[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
tolerant=1
exactarch=0
retries=1

#[base]
#name=Fedora Core $releasever - $basearch - Base
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/$releasever/$basearch/os/

#[updates-released]
#name=Fedora Core $releasever - $basearch - Released Updates
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/$releasever/$basearch/

#[updates-testing]
#name=Fedora Core $releasever - $basearch - Unreleased Updates
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/$releasever/$basearch/

[development]
name=Fedora Core $releasever - Development Tree
baseurl=ftp://ftp.gtlib.cc.gatech.edu/pub/fedora.redhat/linux/core/development/$basearch/
ftp://linux.nssl.noaa.gov/fedora/core/development/$basearch/
ftp://mirror.eas.muohio.edu/pub/fedora/linux/core/development/$basearch/
ftp://mirrors.kernel.org/fedora/core/development/$basearch/
ftp://redhat.secsup.org/pub/linux/redhat/fedora/core/development/$basearch/
# http://download.fedora.redhat.com/pub/fedora/linux/core/development/$basearch/
#gpgcheck=1

###i386_Repositories############################## ###################

[fedora-us-2]
name=Fedora Core 2 Stable-- Fedora US mirror
baseurl=http://download.fedora.us/fedora/fedora/latest/$basearch/RPMS.stable
gpgcheck=1

[fedora-us-2-updates]
name=Fedora Core 2 Updates -- Fedora US mirror
baseurl=http://download.fedora.us/fedora/fedora/latest/$basearch/RPMS.updates
gpgcheck=1

[fedora-us-2-stable]
name=Fedora Core 2 Testing -- Fedora US mirror
baseurl=http://download.fedora.us/fedora/fedora/latest/$basearch/RPMS.testing
gpgcheck=1

[fedora-us-2-updates-testing]
name=Fedora Core 2 Updates-Testing -- Fedora US mirror
baseurl=http://download.fedora.us/fedora/fedora/latest/$basearch/RPMS.updates-testing
gpgcheck=1

[livna-stable_i386]
name=Livna.org Fedora Compatible Packages i386 (stable)
baseurl= http://rpm.livna.org/fedora/2/$basearch/RPMS.stable
gpgcheck=1

[livna-unstable_i386]
name=Livna.org Fedora Compatible Packages (unstable)
baseurl=http://rpm.livna.org/fedora/2/$basearch/RPMS.unstable
gpgcheck=1

[livna-testing_i386]
name=Livna.org Fedora Compatible Packages (testing)
baseurl=http://rpm.livna.org/fedora/2/$basearch/RPMS.testing
gpgcheck=1

This is what I have and be aware I am also using testing and unstable repositories, if you desire not to use these repositories pleeeeeease comment them out
:cool:

foolish
2004-09-28, 03:09 PM CDT
You're not supposed to be using third party packages with test releases. Test releases are for testing the core packages and that only. Stick to the core packages, or use Core 2.

Darkmage
2004-09-28, 04:07 PM CDT
You're not supposed to be using third party packages with test releases. Test releases are for testing the core packages and that only. Stick to the core packages, or use Core 2.

Now could you explain why I should not use third party packages that are similar to core packages and do not create dependency problems. Also, Fedora core packages will never provide support for packages like mplayer which is why I go to other sources.
IMHO I see no reason not to use third party packages that do not create a dependency problem ..........knock on wood :-)
Almost forgot, the FC3T2 yum has a new feature that allows it to read apt repository like fedora.us and livna. This is more or less testing those features and these makes yum the better package management. :cool:

ssaady
2004-09-29, 06:27 AM CDT
What 3rd party packages? Yum came w/ FC3 T2, and besides, how else to update those core packages.

cybrjackle
2004-09-29, 07:56 AM CDT
You're not supposed to be using third party packages with test releases. Test releases are for testing the core packages and that only. Stick to the core packages, or use Core 2.


Some of us run Rawhide cause were insane.
:eek:

ewdi
2004-09-29, 08:07 AM CDT
that's including me :p, you will need to sacrafice stability for some bleeding edge packages

cybrjackle
2004-09-29, 08:29 AM CDT
that's including me :p, you will need to sacrafice stability for some bleeding edge packages

It's all about the packages.
:cool:

Sniffer
2004-10-06, 04:18 AM CDT
Thanks for your yum.conf.
Sniff.