Hello *, i get following error: Downloading needed headers Resolving dependencies .....Unable to satisfy dependencies Package rpm-libs needs rpm = 4.2.3-13.WB2, this is not available. I switch from WhiteBox to Centos. How can resolve this problem?
> Package rpm-libs needs rpm = 4.2.3-13.WB2, this is not available.do "rpm -qa | grep ^rpm" see what rpm-related packages you have installed and redownload them and instal them from centos3. possibly also run "rpm -qa | grep -i WB" and reinstall all WB specific packages to (hopefully) get rid of such problems in the future... Cheers, MaZe.
ok, but how do I reinstall rpm-4.2.3-13.WB2.i386.rpm with rpm-4.2.3-21_nonptl.i386.rpm? When I do a 'rpm -e rpm' I can't install rpm's anymore. When I do a 'rpm -Uhv --force rpm-4.2.3-21_nonptl.i386.rpm' I have duplicate rpm-rpms. cheers, Thorsten
On Wed, 2005-06-22 at 11:13 +0200, thorsten at uni.de wrote:> Hello *, > > i get following error: > > Downloading needed headers > Resolving dependencies > .....Unable to satisfy dependencies > Package rpm-libs needs rpm = 4.2.3-13.WB2, this is not available. > > > I switch from WhiteBox to Centos. How can resolve this problem?That should be upgraded as well. Are you doing the switch now or are you upgrading CentOS after an already good switch? You have to upgrade from WBEL-3 to CentOS-3 ... or WBEL-4 to CentOS-4. Can't easily to a yum upgrade from WBEL-3 to CentOS-4. Looks like, from the package name, you are trying to upgrade a WBEL-3 machine. Here is a link with specific info: http://www.centos.org/modules/smartfaq/faq.php?faqid=19 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://lists.centos.org/pipermail/centos/attachments/20050622/89310b53/attachment-0003.sig>
>Are you doing the switch now or are you upgrading CentOS after an >already good switch?I switch sometime ago. With no Problems until this problem with rpm now.>Here is a link with specific info: >http://www.centos.org/modules/smartfaq/faq.php?faqid=19I switch following this instruction. Now I have this: :-( # rpm -qa | grep -i rpm- rpm-python-4.2.3-21_nonptl rpm-libs-4.2.3-13.WB2 rpm-python-4.2.3-13.WB2 rpm-4.2.3-21_nonptl rpm-4.2.3-13.WB2 rpm-libs-4.2.3-21_nonptl
>># rpm -qa | grep -i rpm- >>rpm-python-4.2.3-21_nonptl >>rpm-libs-4.2.3-13.WB2 >>rpm-python-4.2.3-13.WB2 >>rpm-4.2.3-21_nonptl >>rpm-4.2.3-13.WB2 >>rpm-libs-4.2.3-21_nonptl > > >rpm -Uvh --replacepkgs --replacefiles rpm....rpm rpm-libs....rpm rpm-python....rpmGREAT, this works. Now it is correct: # rpm -qa | grep -i rpm- rpm-4.2.3-21_nonptl rpm-libs-4.2.3-21_nonptl rpm-python-4.2.3-21_nonptl Thanks to all! cheers, Thorsten