PDA

View Full Version : Creating YUM repos for FC3 using gedit


imdeemvp
18th November 2004, 03:53 AM
How to create you repo's using gedit. This is intended for our newbies. Dont forget to import the keys. Also you will learn how to enable and disable a particular repo which will be at the end of this thread. PLEASE NOTE THAT RECENTLY THERE HAS BEEN SOME CONFLICTING ISSUES WITH DAGS AND OTHER REPOSITORIES (http://forums.fedoraforum.org/forum/showthread.php?t=53499). It is recommended to use livna and fedora extras.

TIP: FOR fc5 I am trying just ONE REPO and it's working fine so far I've chosen freshrpms and livna BUT livna is disable all the time. A few major changes have been done to fedora so to install the repo just run this command:rpm -ivh http://ftp.freshrpms.net/pub/freshrpms/fedora/linux/5/freshrpms-release/freshrpms-release-1.1-1.fc.noarch.rpm
If you want to use livna just run this:rpm -ivh http://rpm.livna.org/livna-release-5.rpm
Please note GPG keys are imported when using the repo. It will ask you and you accept it "Y".
Atrpms has to be added manuallly as we have done in fc 3 and 4. As shown below.

1. THESE ARE THE COMMANDS TO USE YUM. (http://www.fedoraforum.org/forum/showthread.php?t=25880)

2. Open terminal and become root (su + roots password):

3. Type: gedit /etc/yum.repos.d/freshrpms.repo

copy and paste it and CLICK ON SAVE!!:

[freshrpms]
name=FreshRPMS-Fresh
baseurl=http://ayo.freshrpms.net/fedora/linux/$releasever/$basearch/freshrpms
enabled=1
gpgcheck=1

REPOSITORY PUBLIC KEY: rpm --import http://freshrpms.net/packages/RPM-GPG-KEY.txt
3. gedit /etc/yum.repos.d/dag.repo

copy and paste it

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

REPOSITORY PUBLIC KEY: rpm --import http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt
4. gedit /etc/yum.repos.d/livna.repo

copy and paste it:

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

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

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

REPOSITORY PUBLIC KEY: rpm --import http://rpm.livna.org/RPM-LIVNA-GPG-KEY

5. gedit /etc/yum.repos.d/atrpms.repo

copy and paste it:

[atrpms-stable]
name=ATrpms for Fedora Core $releasever stable
baseurl=http://apt.atrpms.net/fedora/$releasever/en/$basearch/at-stable
enabled=1
gpgcheck=1

REPOSITORY PUBLIC KEY: rpm --import http://atrpms.net/RPM-GPG-KEY.atrpms


This is my /etc/yum.conf for fedora updates


name=Fedora Core $releasever - $basearch - Base
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/$releasever/$basearch/os/
mirrorlist=http://fedora.redhat.com/download/mirrors/fedora-core-$releasever
enabled=1
gpgcheck=1
[updates-released]
name=Fedora Core $releasever - $basearch - Released Updates
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/$releasever/$basearch/
mirrorlist=http://fedora.redhat.com/download/mirrors/updates-released-fc$releasever
enabled=1
gpgcheck=1

REPOSITORY PUBLIC KEY: rpm --import /usr/share/doc/fedora-release-3/RPM-GPG-KEY*

Fedora Extras
gedit /etc/yum.repos.d/extras.repo
[extras]
name=Fedora Extras - $releasever - $basearch
baseurl=http://download.fedora.redhat.com/pub/fedora/linux/extras/$releasever/$basearch/
gpgcheck=1
gpgkey=http://download.fedora.redhat.com/pub/fedora/linux/extras/RPM-GPG-KEY-Fedora-Extras
enabled=1

REPOSITORY PUBLIC KEY: rpm --import http://download.fedora.redhat.com/pub/fedora/linux/extras/RPM-GPG-KEY-Fedora-Extras

cybrjacke has this thread using vi editor (http://www.fedoraforum.org/forum/showthread.php?t=26925)

Here are GPG-keys at fedora FAQ (http://www.fedorafaq.org/#gpgsig)

This is how you use yum to install and uninstall: here (http://www.fedoraforum.org/forum/showthread.php?t=25880)

These are the commands to enable or disable a particular repo:
Disable:
yum --disablerepo=repo_name_herefor example: yum --disablerepo=livna-stable if you want to install from a particular repo.

Enable:
yum --enablerepo=repo_name_herefor example: yum --enablerepo=livna-stable install xmms-mp3.

tchung's at www.fedoranews.org has 2 tutorials:

1st tutorial (http://www.fedoranews.org/tchung/yum-mirrorlist/)
2nd tutorial (http://www.fedoranews.org/tchung/yum-gpg/)

[B]My Fedora Core 4 Repos: # # Note: This file is no longer the entire yum configuration
# for fedorafaq.org. See http://www.fedorafaq.org/#yumconf
# for details on how to set up your system with the new
# yum configuration.

[main]
#cachedir=/var/cache/yum20
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
tolerant=1
exactarch=1
retries=20

#

[livna]
name=Livna.org Fedora Compatible Packages
baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/RPMS.lvn
gpgcheck=1
enabled=1

#
[atrpms]
name=Fedora Core 4 - i386 - ATrpms
baseurl=http://dl.atrpms.net/fc4-i386/atrpms/stable
failovermethod=priority


#
#
[release]
name=Fedora Core 4 - i386 - Base
baseurl=http://dl.atrpms.net/fc4-i386/redhat/release
http://ayo.freshrpms.net/fedora/linux/4/i386/os/
http://download.fedora.redhat.com/pub/fedora/linux/core/4/i386/os/
failovermethod=priority

#
#
[updates]
name=Fedora Core 4 - i386 - Released Updates
baseurl=http://dl.atrpms.net/fc4-i386/redhat/updates
http://ayo.freshrpms.net/fedora/linux/4/i386/updates/
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/4/i386/
failovermethod=priority



#
#
[extras]
name=Fedora Core 4 - i386 - Extras
baseurl=http://dl.atrpms.net/fc4-i386/redhat/extras
http://ayo.freshrpms.net/fedora/linux/4/i386/extras/
http://download.fedora.redhat.com/pub/fedora/linux/extras/4/i386/
failovermethod=priority

#
#
[freshrpms]
name=Fedora Core 4 - i386 - freshrpms
baseurl=http://ayo.freshrpms.net/fedora/linux/4/i386/freshrpms
http://freshrpms.atrpms.net/fedora/linux/4/i386/freshrpms
failovermethod=priority

#
#
[gstreamer]
name=Fedora Core 4 - i386 - GStreamer
baseurl=http://gstreamer.freedesktop.org/pkg/fedora/4/i386/yum/gst
failovermethod=priority

#
#
[jpackage-generic-free]
name=Fedora Core 4 - common - JPackage 1.6 generic/free
baseurl=http://mirrors.sunsite.dk/jpackage/1.6/generic/free
ftp://jpackage.hmdc.harvard.edu/JPackage/1.6/generic/free
failovermethod=priority

#
#
[jpackage-generic-devel]
name=Fedora Core 4 - common - JPackage 1.6 generic/devel
baseurl=http://mirrors.sunsite.dk/jpackage/1.6/generic/devel
ftp://jpackage.hmdc.harvard.edu/JPackage/1.6/generic/devel
failovermethod=priority

#
#
[jpackage-distspecific-free]
name=Fedora Core 4 - common - JPackage 1.6
baseurl=http://mirrors.sunsite.dk/jpackage/1.6/fedora-4/free
ftp://jpackage.hmdc.harvard.edu/JPackage/1.6/fedora-4/free
failovermethod=priority

#
#
# [jpackage-distspecific-devel]
# name=Fedora Core 4 - i386 - JPackage 1.6
# baseurl=http://mirrors.sunsite.dk/jpackage/1.6/fedora-4/devel
# ftp://jpackage.hmdc.harvard.edu/JPackage/1.6/fedora-4/devel
# failovermethod=priority

#
# There are also testing and unstable repos
# testing requires stable, and unstable requires testing
#
[kde-redhat]
name=Fedora Core 4 - i386 - kde-redhat
baseurl=http://apt.kde-redhat.org/apt/kde-redhat/fedora/4/i386/stable
failovermethod=priority

#
# There are also testing and unstable repos
# testing requires stable, and unstable requires testing
#
[kde-redhat-all]
name=Fedora Core 4 - i386 - kde-redhat distribution independent
baseurl=http://apt.kde-redhat.org/apt/kde-redhat/all/stable
failovermethod=priority

#
#
[newrpms]
name=Fedora Core 4 - i386 - NewRPMS
baseurl=http://newrpms.atrpms.net/apt/redhat/en/i386/fc4
http://newrpms.sunsite.dk/apt/redhat/en/i386/fc4
failovermethod=priority

#
# alternatives to production: testing and experimental
# there is also a graveyard repo
#

[root@laptopFC4 imdeemvp]#

Heon2574
18th November 2004, 11:43 AM
Thanks but a few problems.

I had already installed some rpms from the freshrpms repo in your post (mplayer, xine, etc...), added the other 3 repos and did "yum check-update" and was surprised at how many updates packages were there for my system. Is this normal? Did you get as many packages?

Also, I'm getting lots of "Error: Missing Dependency" messages when I do "yum update." How can I get those dependencies resolved?

Error: Missing Dependency: libasound.so.2 is needed by package xine-lib
Error: Missing Dependency: libxml2.so.2 is needed by package dia
Error: Missing Dependency: libxml2.so.2 is needed by package libgnomeprint22
Error: Missing Dependency: libxml2.so.2 is needed by package gnome-kerberos
Error: Missing Dependency: libxml2.so.2 is needed by package gimp
Error: Missing Dependency: libasound.so.2 is needed by package kdeaddons
Error: Missing Dependency: libxml2.so.2 is needed by package rhn-applet
Error: Missing Dependency: libasound.so.2 is needed by package mplayer
Error: Missing Dependency: libxml2.so.2 is needed by package libxklavier
Error: Missing Dependency: libxml2.so.2 is needed by package eog
Error: Missing Dependency: libxml2.so.2 is needed by package usermode-gtk
Error: Missing Dependency: libasound.so.2 is needed by package SDL_mixer
Error: Missing Dependency: libxml2.so.2 is needed by package bluez-pin
Error: Missing Dependency: libasound.so.2 is needed by package esound
Error: Missing Dependency: libxml2.so.2 is needed by package libgsf
Error: Missing Dependency: libxml2.so.2 is needed by package gnome-session
Error: Missing Dependency: libasound.so.2(ALSA_0.9) is needed by package control-center
Error: Missing Dependency: libasound.so.2(ALSA_0.9) is needed by package pwlib
Error: Missing Dependency: libasound.so.2 is needed by package SDL_image
Error: Missing Dependency: libasound.so.2 is needed by package control-center
Error: Missing Dependency: libasound.so.2 is needed by package kdepim
Error: Missing Dependency: libasound.so.2(ALSA_0.9.0rc8) is needed by package alsa-lib
Error: Missing Dependency: libFLAC.so.4 is needed by package kdemultimedia
Error: Missing Dependency: libasound.so.2(ALSA_0.9.5) is needed by package alsa-lib
Error: Missing Dependency: libFLAC.so.4 is needed by package xine-lib
Error: Missing Dependency: libFLAC++.so.2 is needed by package k3b
Error: Missing Dependency: libFLAC.so.4 is needed by package k3b
Error: Missing Dependency: libFLAC.so.4 is needed by package vorbis-tools
Error: Missing Dependency: libFLAC.so.4 is needed by package gstreamer-plugins

hawley
18th November 2004, 04:57 PM

thanks for writing that guide.
but i have a problem with getting yum to work. here is the error im getting:
[hawley@localhost ~]$ su
Password:
[root@localhost hawley]# yum install mplayer
Setting up Install Process
Setting up Repo: freshrpms
repomd.xml 100% |=========================| 843 B 00:00
Setting up Repo: dag
repomd.xml 100% |=========================| 951 B 00:00
Setting up Repo: livna-stable
repomd.xml 100% |=========================| 951 B 00:00
Setting up Repo: atrpms-stable
repomd.xml 100% |=========================| 951 B 00:00
Reading repository metadata in from local files
primary.xml.gz 100% |=========================| 129 kB 00:01
http://ayo.freshrpms.net/fedora/linux/3/i386/freshrpms/repodata/primary.xml.gz: [Errno -1] Metadata file does not match checksum
Trying other mirror.
Error: failure: repodata/primary.xml.gz from freshrpms: [Errno 256] No more mirrors to try.

this happens with every repo i try to use, anyone know how i can fix this?

indygreen
18th November 2004, 05:58 PM
thanks for writing that guide.
but i have a problem with getting yum to work. here is the error im getting:

this happens with every repo i try to use, anyone know how i can fix this?

same problem here, as well.

ilja
18th November 2004, 06:03 PM
to solve it :
gpgcheck=0
at freshrpms.

imdeemvp
18th November 2004, 08:22 PM
Yes the gpgcheck=1 and enabled=1 can be disabled on all of them if you wish. Make changes by commenting out the "1" and inserting a "0".

Evil-I
20th November 2004, 03:42 PM
Error: Missing Dependency: libasound.so.2 is needed by package xine-lib
Error: Missing Dependency: libxml2.so.2 is needed by package dia
Error: Missing Dependency: libxml2.so.2 is needed by package libgnomeprint22
Error: Missing Dependency: libxml2.so.2 is needed by package gnome-kerberos
Error: Missing Dependency: libxml2.so.2 is needed by package gimp
Error: Missing Dependency: libasound.so.2 is needed by package kdeaddons
Error: Missing Dependency: libxml2.so.2 is needed by package rhn-applet
Error: Missing Dependency: libasound.so.2 is needed by package mplayer
Error: Missing Dependency: libxml2.so.2 is needed by package libxklavier
Error: Missing Dependency: libxml2.so.2 is needed by package eog
Error: Missing Dependency: libxml2.so.2 is needed by package usermode-gtk
Error: Missing Dependency: libasound.so.2 is needed by package SDL_mixer
Error: Missing Dependency: libxml2.so.2 is needed by package bluez-pin
Error: Missing Dependency: libasound.so.2 is needed by package esound
Error: Missing Dependency: libxml2.so.2 is needed by package libgsf
Error: Missing Dependency: libxml2.so.2 is needed by package gnome-session
Error: Missing Dependency: libasound.so.2(ALSA_0.9) is needed by package control-center
Error: Missing Dependency: libasound.so.2(ALSA_0.9) is needed by package pwlib
Error: Missing Dependency: libasound.so.2 is needed by package SDL_image
Error: Missing Dependency: libasound.so.2 is needed by package control-center
Error: Missing Dependency: libasound.so.2 is needed by package kdepim
Error: Missing Dependency: libasound.so.2(ALSA_0.9.0rc8) is needed by package alsa-lib
Error: Missing Dependency: libFLAC.so.4 is needed by package kdemultimedia
Error: Missing Dependency: libasound.so.2(ALSA_0.9.5) is needed by package alsa-lib
Error: Missing Dependency: libFLAC.so.4 is needed by package xine-lib
Error: Missing Dependency: libFLAC++.so.2 is needed by package k3b
Error: Missing Dependency: libFLAC.so.4 is needed by package k3b
Error: Missing Dependency: libFLAC.so.4 is needed by package vorbis-tools
Error: Missing Dependency: libFLAC.so.4 is needed by package gstreamer-plugins


I'm getting similar dependency issues, are there any issues with the repositories above running concurrently? How would I go about sorting these dependency issues?

Many Thanks,

E-I

stricjux
20th November 2004, 05:39 PM
same problem here, how do I solve the dependancies problem.

fyrie
20th November 2004, 11:11 PM
same here on that last example of dependancies

imdeemvp
21st November 2004, 06:30 AM
Guys please disable the enable=1 and change to be enable=0 same applies to gpgcheck=1 change to be gpgcheck=0.

That will fix your problem I have noted at the end of the post.

k.512
21st December 2004, 08:24 AM
Thank you, that guide helped me a lot.

But I also have a problem with dependencies, when I do «yum update».

I have a few packages to update, but when I turn off «enabled» and «gpgcheck», it seems to not verify updates at all... That resolves the dependency problem, of course, but yum doesn't detect any update to do after.

I also find something interesting there :
http://lists.terrasoftsolutions.com/pipermail/yellowdog-newbie/Week-of-Mon-20040802/005698.html

After, I tried to comment out «obsolete=1», then I can update without dependency error. But there's another problem : sometimes we still need this option for version upgrades (ref.: «man yum»)


Do you have any other solution?


k.512

imdeemvp
21st December 2004, 08:31 AM
Can you post your fc3 yum.conf?

luiscorujo
28th December 2004, 02:21 AM
I have 2 questions

1. Why do you have al those yum.repo files, when in the Fedora FAQ (http://www.fedorafaq.org/) they are all together in their yum.conf (http://www.fedorafaq.org/samples/yum.conf) ?

2. I use a local yum.conf (http://fedora.paradigma.co.pt/artigos/files/3/yum.conf) (from Portugal). Is there any problem if I use the yum.repo file you' ve created in this topic/paste them into my yum.conf?

imdeemvp
28th December 2004, 02:52 AM
IN FC3 the yum.conf changed. Now repos are setup separetely.

ThersOnly1Hutch
7th January 2005, 12:51 PM
Are these repositories using gedit still usable ,as I tried them and all I get back is a blank white screen, but when I go to close the white screen I get asked if I want to save it or discard,am I supposed to have something set up for gedit to add these repos ,Im new to this way of adding repos, and dont understand how to set up repos for yum ,infact I tried adding keys one time and got nowhere. can you help some how

imdeemvp
7th January 2005, 06:39 PM
They should work. From the thread you have to copy the repo and paste it in the blank screen and save it. Also there is link the shows how to do it using vi.

bearau
8th January 2005, 12:30 PM
no matter what repos i use i can't seem to get past the 404/256 error, pretty soon i'm going to give up on this and go back to suse

imdeemvp
8th January 2005, 10:00 PM
no matter what repos i use i can't seem to get past the 404/256 error, pretty soon i'm going to give up on this and go back to suse
I read your original thread and I think your problem is you are using FC3 T3 which was only for testing. I suggest to use fc3. Now if you cant setup you repos start by using up2date. But download fc3.

ThersOnly1Hutch
9th January 2005, 02:09 PM
I copied and pasted as shown with repos using gedit,is there any chance you can discern the problem I have pasted from terminal after typing yum update,
Traceback (most recent call last):
File "/usr/bin/yum", line 8, in ?
yummain.main(sys.argv[1:])
File "/usr/share/yum-cli/yummain.py", line 51, in main
base.getOptionsConfig(args)
File "/usr/share/yum-cli/cli.py", line 133, in getOptionsConfig
self.conf = yumconf(configfile = yumconffile, root=root)
File "/usr/lib/python2.3/site-packages/yum/config.py", line 227, in __init__
self._doFileRepo(fn)
File "/usr/lib/python2.3/site-packages/yum/config.py", line 292, in _doFileRepo
repoconf.readfp(repoparsed)
File "/usr/lib/python2.3/ConfigParser.py", line 280, in readfp
self._read(fp, filename)
File "/usr/lib/python2.3/ConfigParser.py", line 484, in _read
raise e
ConfigParser.ParsingError: File contains parsing errors: file://///etc/yum.repos.d/atrpms.repo
[line 2]: ' name=ATrpms for Fedora Core $releasever stable\n'
[line 3]: ' baseurl=http://apt.atrpms.net/fedora/$releasever/en/$basearch/at-stable\n'
[line 4]: ' enabled=0\n'
[line 5]: ' gpgcheck=0\n'
[root@localhost ~]#
I hope someone can understand this ,as I could use yum before with a couple of repos I already had before I tried this post (good Luck) Anyone

ThersOnly1Hutch
23rd January 2005, 10:01 AM
I want to say sorry 4 my last post, I think I did something wrong which had to do with another set of repositories I got from another post like this one ,and somehow using different stratigies to add repos ect they got damaged somehow I dont know how but I reinstalled and followed your setup 4 adding repos and GPG KEYS and now it seems to be working properly ,Except for Jpackage.From the tutorial when I added the Jpackage GPG KEY 4 it I got a error ,so I will look in to it further, anyway if a person follows your tutorial 4 adding repositories 4 Yum the way you described then there should not be any problems. Thanks Jason

imdeemvp
23rd January 2005, 10:05 AM
Except for JpackageI dont have a repo for java I do it this way (http://www.fedoraforum.org/forum/showthread.php?t=29928) and sometimes it takes a second installation to get thing going the right way. ;)

nuaing
11th July 2005, 07:28 AM
Hi... this is interesting...
I setup yum stuff according to this How to and this is the result. I want to install XMMS
[root@client-x ywandanoe]# yum search xmms
Repository atrpms-stable already added, not adding again
Repository freshrpms already added, not adding again
Repository livna already added, not adding again
Repository atrpms-stable already added, not adding again
Repository extras already added, not adding again
Repository updates-released already added, not adding again
Repository base already added, not adding again
Repository freshrpms already added, not adding again
Searching Packages:
Setting up repositories
freshrpms 100% |=========================| 951 B 00:00
Reading repository metadata in from local files


bmp-mp3.i386 0.9.7-1.2.fc4 freshrpms
Matched from:
This package contains an MP3 playback plugin for BMP (Beep Media Player),
a media player that uses a skinned user interface based on Winamp 2.x skins,
and is based on ("forked off") XMMS.


xmms-aac.i386 2.0-4.2.fc4 freshrpms
Matched from:
xmms-aac
This xmms plugin reads AAC files with and without ID3 tags (version 2.x).
AAC files are MPEG2 or MPEG4 files that can be found in MPEG4 audio files
(.mp4). MPEG4 files with AAC inside can be read by RealPlayer or Quicktime.


bmp-musepack.i386 1.2-0.1.RC1.2.fc4 freshrpms
Matched from:
This package contains an MPC playback plugin for BMP (Beep Media Player),
a media player that uses a skinned user interface based on Winamp 2.x skins,
and is based on ("forked off") XMMS.


xmms-musepack.i386 1.2-0.1.RC1.2.fc4 freshrpms
Matched from:
xmms-musepack


xmms-wma.i386 1.0.4-2.2.fc4 freshrpms
Matched from:
xmms-wma
http://mcmcc.bat.ru/xmms-wma/


bmp-aac.i386 0-1.20041215.2.fc4 freshrpms
Matched from:
This package contains an AAC/MP4 playback plugin for BMP (Beep Media Player),
a media player that uses a skinned user interface based on Winamp 2.x skins,
and is based on ("forked off") XMMS.
[root@client-x ywandanoe]#


then....
[root@client-x ywandanoe]# yum install xmms
Repository atrpms-stable already added, not adding again
Repository freshrpms already added, not adding again
Repository livna already added, not adding again
Repository atrpms-stable already added, not adding again
Repository extras already added, not adding again
Repository updates-released already added, not adding again
Repository base already added, not adding again
Repository freshrpms already added, not adding again
Setting up Install Process
Setting up repositories
freshrpms 100% |=========================| 951 B 00:00
Reading repository metadata in from local files
Parsing package install arguments
No Match for argument: xmms
Nothing to do
[root@client-x ywandanoe]#
since till now I'm learning & learing and I have set 0 to 1 to each repo configuration....

Above result is coming from this configuration (gedit /etc/yum.repos.d/freshrpms.repo):
[freshrpms]
name=FreshRPMS-Fresh
baseurl=http://ayo.freshrpms.net/fedora/linux/$releasever/$basearch/freshrpms
enabled=1
gpgcheck=1


REPOSITORY PUBLIC KEY: rpm --import http://freshrpms.net/packages/RPM-GPG-KEY.txt

this make me wonder why? Is xmms is not available from freshrpms? I try another installation for bluefish the result is just the same.

Other repos result in common error that any body has, but in my FC4 only freshrpms works fine but why it can tot install xmms or bluefish for example?

nuaing
14th July 2005, 02:11 AM
Hi... all....
Step by step I'm learning yum.... I've set up yum.conf and repos based on this Howto.
And now my FC4 is more and more better....!

Thanks to you all! :)

Mr Tux
1st September 2005, 01:23 PM
I am learning yum to !

I don't realy now, but is it not nessecary to do :
yum clean all
after a configuration with repos and other yum stuff ?

bkorb
24th October 2006, 07:15 PM
# rpm -ivh http://rpm.livna.org/livna-release-5.rpm
Retrieving http://rpm.livna.org/livna-release-5.rpm
Preparing... ########################################### [100%]
file /etc/yum.repos.d/livna-devel.repo from install of livna-release-5-8 conflicts with file from package livna-release-5-6
file /etc/yum.repos.d/livna-testing.repo from install of livna-release-5-8 conflicts with file from package livna-release-5-6
file /etc/yum.repos.d/livna.repo from install of livna-release-5-8 conflicts with file from package livna-release-5-6


*sigh*. Now, what, please? Thank you.

bkorb
24th October 2006, 07:29 PM
``to solve it :
gpgcheck=0
at freshrpms.''

What does that mean?

kevin tough
19th January 2007, 02:05 PM
Does one just replace the 5's with 6's for fc6?

Will the new packages then be available in pirut from the Fedora Main Menu item "Add/Remove Software"?

Namaste,
Kevin Tough

p.s. I am searching for some multimedia packages but most important Gutenprint-5.0.0, as the sourgeforge server didn't work for me an hour ago.