Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
10-08-2004, 06:37 PM
|
#1
|
LQ Newbie
Registered: Sep 2004
Location: Warsaw, Poland
Distribution: Fedora
Posts: 4
Rep:
|
Not so YUMmy installs
Hi All!
I recently made a move from Windows to Linux. Well, it was basically a comeback because I had been using Linux on and off since 1996 and I thought it would be challenging to learn something new.
Well, I installed Fedora Core 1, and knowing the fact that Fedora 2 has been out for a while and that Fedora 3 (Testing) is quite stable, I thought that I'd download the .iso images and upgrade.
In order for me to burn the images, I need a CD Burning program. Sure, the command line may be a friend of many, but I'd really rather not waste time learning new commands. Fedora Core 1 includes a program called CD Writer. After the first few times I booted the system, it actually worked and detected my LiteON drive. Unfortunately, now it doesn't detect it for some reason. I thought I'd give K3B a try, but things have changed a little and the official K3B website recommends that I use yum.
Well, I went through most of the yum howto and typed in 'yum install k3b' after reading the instructions on the K3B site as well. The Yum howto gave all this insight about how wonderful and revolutionary yum is, and that it's even better than apt! Well, check out the following output:
Resolving dependencies
.....identical dependency loop exceeded
package k3b needs libFLAC++.so.2 (not provided)
package k3b needs libFLAC.so.4 (not provided)
package k3b needs libid3-3.8.so.3 (not provided)
Not so YUMmy, is it?
Should anyone be nice enough to know what to do with a dependency loop which I honestly don't feel like resolving myself, or better yet how to just install K3b, please let me know.
Thank you in advance,
Pawel
|
|
|
10-08-2004, 08:55 PM
|
#2
|
Senior Member
Registered: Nov 2003
Location: Orlando FL
Distribution: Debian
Posts: 1,765
Rep:
|
you could try to yum install libFLAC++.so.2 and so on seperatly. if you dont have then in your yum.conf file check the apt-get source list thread on this page. i have my older yum.conf on there and there is a link that tells you more about adding more URLs to your .conf file.
also cdrecord is extreemly easy to work with if you are willing to give it a try. i dont know if FC1 has it or not, but i believe it is part of the standard install for FC1.
|
|
|
10-09-2004, 12:55 AM
|
#3
|
Member
Registered: Apr 2004
Location: Camporotondo Etneo, Sicily
Distribution: SuSE 8.2 SuSE 9.1 Fedora C1 Slackware 10.1 Knoppix 3.9
Posts: 174
Rep:
|
You could add new repository editing the /etc/yum.conf file.
To insert a new repository write this:
[serverid]
name=description name of the server
baseurl=url
gpgcheck=1 or 0
let me give you some other tips:
serverid: must be an unique string of code
baseurl: it's important to specify if it is http:// or ftp://
gpgcheck: it's used for security reason. If you want to controll the package signature you must set it to 1. Otherwise set it to 0.
If you want to use gpgcheck you have to install the keys using the command:
rpm --import http://example.net/GPG-key
Finally I'll give you some examples and some repository url for Fedora:
Examples:
[livna-stable]
name=Livna.org Fedora Compatible Packages (stable)
baseurl= http://rpm.livna.org/fedora/$releasever/$basearch/yum/stable
gpgcheck=1
and:
rpm --import http://rpm.livna.org/RPM-LIVNA-GPG-KEY
Sites:
http://www.freshrpms.net/
http://people.ecsc.co.uk/~matt/
http://dag.wieers.com/home-made/
http://newrpms.sunsite.dk/
http://rpm.livna.org/
http://atrpms.physik.fu-berlin.de/
Enjoy !!!!!
|
|
|
10-09-2004, 05:10 AM
|
#4
|
LQ Newbie
Registered: Sep 2004
Location: Warsaw, Poland
Distribution: Fedora
Posts: 4
Original Poster
Rep:
|
Hi spariggio82 and Lleb_KCir!
Thank you both for your suggestions.
I added the repositories from freshrpms.net and yum was able to find the missing libraries that were needed. I did have a problem with the GPG key check, but I wanted to expedite the process so I simply set the gpgcheck parameter to 0 in yum.conf. I'm sure that this may not be the greatest idea, but I think that freshrpms.net can be trusted and I just need to burn some CDs. Once I do that, I can fiddle around with this some more.
Take care,
Pawel
|
|
|
All times are GMT -5. The time now is 06:49 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|