Results 1 to 10 of 12
Hi. I'm new to Linux and was trying to get up and running. I understand there's a bug in the Fedora Core 1 version that prevents you from reading data ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-31-2004 #1Just Joined!
- Join Date
- Dec 2004
- Posts
- 68
Help installing the package manager bug
Hi. I'm new to Linux and was trying to get up and running. I understand there's a bug in the Fedora Core 1 version that prevents you from reading data on the installation disks. I got an update from http://ayo.freshrpms.net/fedora/linu.../RPMS.updates/ (it's the redhat-config-packages-1.2.7-1.noarch.rpm file), saved it, and tried to install it, but it gave me an error telling me that I "have selected a package for removal that is depended upon by a necessary system package." Any idea what's going on here? Thanks.
- 12-31-2004 #2
can you paste the output of installing it from the terminal:
-lakerdonaldCode:rpm -iv redhat-config-packages-1.2.7-1.noarch.rpm
- 01-02-2005 #3Just Joined!
- Join Date
- Dec 2004
- Posts
- 68
error: cannot get exclusive lock on /var/lib/rpm/Packages
error: cannot open Packages index using db3 - Operation not permitted (1)
error: cannot open Packages database in /var/lib/rpm
- 01-02-2005 #4Just Joined!
- Join Date
- Dec 2004
- Posts
- 68
Oh, I just switched to root and tried it again and got this:
file /usr/share/redhat-config-packages/method.py from install of redhat-config-packages-1.2.7-1 conflicts with file from package redhat-config-packages-1.2.6-1
That seems a bit more helpful.
- 01-02-2005 #5Linux Engineer
- Join Date
- May 2003
- Location
- Greece / Athens
- Posts
- 1,169
so remove the package that conflicts with the new one except you need it.
Linux For Ever!
- 01-02-2005 #6Just Joined!
- Join Date
- Dec 2004
- Posts
- 68
I moved 1.2.6 to the trash, but I still get the same error message when I try to install 1.2.7 through the Terminal.
- 01-03-2005 #7Linux Enthusiast
- Join Date
- Jun 2004
- Location
- Windsor, CO
- Posts
- 656
You could just avoid the entire thing by upgrading to Fedora Core 2 or Fedora Core 3... I don't know if that's feasible, but's that's my suggestion.
Emotions are the key to the soul.
Registered Linux User #375050
- 01-03-2005 #8
er:
-lakerdonaldCode:rpm -iv redhat-config-packages-1.2.7-1.noarch.rpm --force replacefiles --replacepkgs
- 01-08-2005 #9Just Joined!
- Join Date
- Dec 2004
- Posts
- 68
It tells me that:
error: open of replacefiles failed: No such file or directory
Is there an error in the code you gave me?
- 01-08-2005 #10
whoops.
it should be:
Code:rpm -iv redhat-config-packages-1.2.7-1.noarch.rpm --force --replacefiles --replacepkgs


Reply With Quote
