LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-02-2013, 09:46 AM   #1
Glaedr
Member
 
Registered: Jun 2011
Distribution: OpenSuse 11.4
Posts: 64

Rep: Reputation: Disabled
Dependency problems with KPackageKit


Yesterday I searched for updates since I hadn't seen any alerts for a while, bought up a list and tried to install them. All but one refused to install. They all claimed to need two packages which were not provided by anything KPackageKit had access to. I googled the names at the time and attempted to download and install these two files, but they depended on other things, which depended on other things, which depended on other things etc. Eventually I came across two files that seemed both to depend on each other.

So I gave up for the day and tried again to install the updates today so that I could copy and paste the error message again, which is:

Code:
nothing provides libarchive.so.12 needed by libpackagekit-glib2-14-0.7.4-2.12.1.i586
nothing provides libstdc++.so.6(GLIBCXX_3.4.15) needed by PackageKit-backend-zypp-0.7.4-2.12.1.i586
I came across a couple of bug reports. It seems to have started happening a year or two ago for some people. But none of the pages I've come across so far provide any kind of solution or workaround. I don't know if it's related at all, but recently Wine has stopped loading Photoshop which used to load perfectly, and /usr/lib/kde4/plugins/ seems to have completely vanished. I've remade the directory itself but I don't know if anything was inside it. I suspect the missing dependencies might have been but I don't know Linux well enough yet to be sure.

I use Opensuse 11.4. Does anyone have any idea how I might be able to fix this please? Preferably without having to reinstall the operating system as it took me a while to get the Wireless card to work last time around. Thanks.

Last edited by Glaedr; 01-02-2013 at 09:47 AM. Reason: typo
 
Old 01-02-2013, 05:44 PM   #2
purevw
Member
 
Registered: Jan 2007
Location: Texas
Distribution: OpenSuSE Tumbleweed, Kernel 4.14*
Posts: 137

Rep: Reputation: 52
It may be possible that your package system has had a corruption that might cause this problem. In a terminal run: sudo rpmdb --rebuilddb It will verify and repair your package database if needed. It never hurts to run it once in a while.

If you want a gui for updating, I would use Yast update rather than kpackage manager. If you don't mind using a terminal, I would: zypper refresh, then: zypper verify, to see if the package system sees any problems. If it has problems, you will be given options to repair the system. If there are no problems, then you can: zypper up to check for updates.
If it still complains about missing dependencies, you could then do your search.

Rather than google for packages that would probably lead to more problems, go to: software.opensuse.org

After the page loads, there is a search box at the top of the page. There is a drop-down menu next to it (looks like a wrench). Use the drop-down to select 11.4 and then search for your package. If I remember correctly, 11.4 can use the "one click install" option. You will be downloading a "ymp" file. When you click on it and the download manager asks you what to open it with, choose the default, which should be yast package manager. It will automatically get the correct package architecture for your system. You'll be prompted to add the repository and cautioned about the possible security risks.
Hope this helps.
 
Old 01-03-2013, 12:24 AM   #3
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Quote:
I use Opensuse 11.4
that right there is the problem

11.4 is a dead version .
It went End Of Life back in Nov. 05, 2012
http://en.opensuse.org/Lifetime

Please stay current and install a supported version
OpenSUSE 12.2 is the current version


Quote:
So I gave up for the day and tried again to install the updates today
there have been no updates since it went EOL
And there never will be any .

Last edited by John VV; 01-03-2013 at 12:26 AM.
 
Old 01-03-2013, 03:24 AM   #4
muzhmuzh
LQ Newbie
 
Registered: Jan 2003
Distribution: Linux From Scratch
Posts: 4

Rep: Reputation: 0
I note that later versions of OpenSuse use Apper rather than Packagekit.
Is it possible that Packagekit is terminally broken?
 
Old 01-03-2013, 04:33 AM   #5
Glaedr
Member
 
Registered: Jun 2011
Distribution: OpenSuse 11.4
Posts: 64

Original Poster
Rep: Reputation: Disabled
Thanks for the replies. Ran the first suggested command, got no error messages but it's still not updating. I didn't realise the version was already unsupported though. In the past I've seen people mention using older versions after 11.4 came out and they didn't seem to be having problems. But I'll try updating it and see how it goes. I guess that explains why I hadn't had an alert for a while.
 
Old 01-03-2013, 12:12 PM   #6
purevw
Member
 
Registered: Jan 2007
Location: Texas
Distribution: OpenSuSE Tumbleweed, Kernel 4.14*
Posts: 137

Rep: Reputation: 52
11.4 is at the end of support as mentioned, even though it still has packages available from software.opensuse. If your fear of updating is because of your wireless setup, you might be surprised about what the newer versions offer. There is a fair chance that your wireless will work "out of the box", or at least with minimal headaches. There is good support at forums.opensuse.org in case you do have problems.
One thing that I would strongly recommend is to do a fresh install of 12.2 rather than upgrade. Upgrade may not even be possible from 11.4 to 12.2. The reason for a fresh install is that many of the "config" files in your home directory may cause problems with newer versions of the same packages. I would just backup all your docs, etc., and then start fresh. I apologize if I got a little bit "off subject". Best of luck.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Backtrack: kPackageKit hitmen Linux - Newbie 7 08-21-2012 10:41 AM
KPackageKit not finding correct IP address leongoogs Linux - Newbie 5 08-21-2010 02:45 AM
LXer: Kpackagekit - First Impressions and Troubleshoots LXer Syndicated Linux News 0 05-24-2009 10:30 PM
kpackagekit authentication failed Mustafa^Qasim Linux - Software 6 05-01-2009 01:37 AM
Kpackagekit Install problems mickeyboa Fedora 1 12-11-2008 10:25 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:23 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration