PDA

View Full Version : More yum.. yum yum!!


Muahdib
23rd January 2005, 03:09 AM
well after playing and playing with yum.conf I finaly got yum to do something.. what it did Im not really sure.

I am running FC3_64.. this is the problem.. all I really wanted to do was get something to work.. so after reading and reading.. hacking and hacking I came up with this yum.conf
---------------------------------------------------------------------------------------------
[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=fedora-release
tolerant=1
exactarch=1

[livna-stable]
name=Livna.org - Fedora Compatible Packages (stable)
baseurl=http://rpm.livna.org/fedora/3/i386/RPMS.stable
http://livna.cat.pdx.edu/fedora/$releasever/$basearch/RPMS.stable
#gpgcheck=1

[livna-unstable]
name=Livna.org - Fedora Compatible Packages (unstable)
baseurl=http://rpm.livna.org/fedora/3/i386/RPMS.unstable
http://livna.cat.pdx.edu/fedora/$releasever/$basearch/RPMS.unstable
#gpgcheck=1

[livna-testing]
name=Livna.org - Fedora Compatible Packages (testing)
baseurl=http://rpm.livna.org/fedora/3/i386/RPMS.testing
http://livna.cat.pdx.edu/fedora/$releasever/$basearch/yum/testing
#gpgcheck=1

####Gstreamer

[gstreamer-deps]
name=Fedora Core $releasever - $basearch - GStreamer dependencies
baseurl=http://gstreamer.freedesktop.org/pkg/fedora/3/i386/yum/deps

[gstreamer]
name=Fedora Core $releasever - $basearch - GStreamer
baseurl=http://gstreamer.freedesktop.org/pkg/fedora/3/i386/yum/gst

####Dag

[dag]
name=Dag Wieers RPM Repo
baseurl=http://apt.sw.be/fedora/$releasever/en/$basearch/dag
enabled=1
gpgcheck=1
-------------------------------------------------------------------------------------------------------

its short and sweet.. the problem I kept running into was on the repos there are no /fedora/3/x86_64/ directorys.. so I put in what you see up above.

I did yum install xine and everything seems to be going well untill the very end where is says
----------------------------------------------------------------------------------------------
Running Transaction Test
Finished Transaction Test
Transaction Check Error: package libfame-0.9.1-4.1.fc3.rf (which is newer than libfame-0.9.1-0.lvn.2.3) is already installed
file /etc/rc.d/init.d/winbind from install of samba-common-3.0.10-1.fc3 conflicts with file from package samba-common-3.0.8-0.pre1.3
file /usr/share/man/man1/ntlm_auth.1.gz from install of samba-common-3.0.10-1.fc3 conflicts with file fr om package samba-common-3.0.8-0.pre1.3
file /usr/share/man/man1/wbinfo.1.gz from install of samba-common-3.0.10-1.fc3 conflicts with file from package samba-common-3.0.8-0.pre1.3
file /usr/share/man/man5/smb.conf.5.gz from install of samba-common-3.0.10-1.fc3 conflicts with file fro m package samba-common-3.0.8-0.pre1.3
file /usr/share/man/man8/net.8.gz from install of samba-common-3.0.10-1.fc3 conflicts with file from pac kage samba-common-3.0.8-0.pre1.3
file /usr/share/man/man8/winbindd.8.gz from install of samba-common-3.0.10-1.fc3 conflicts with file fro m package samba-common-3.0.8-0.pre1.3
file /usr/bin/artsdsp from install of arts-1.3.1-1 conflicts with file from package arts-1.3.0-4

----------------------------------------------------------------------------------------------

can someone tell me what this is? and how do I fix it?

thanks

Muahdib
23rd January 2005, 07:43 AM
never mind

I got it now