LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 08-26-2005, 05:07 AM   #1
paterijk
LQ Newbie
 
Registered: Aug 2005
Posts: 3

Rep: Reputation: 0
kde problems in unstable


Hi,

I encountered the following problems while trying to install kdebase in unstable.

Code:
apt-get install kdebase
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  kdebase: Depends: kappfinder (>= 4:3.3.2-1) but it is not going to be installed
           Depends: kate (>= 4:3.3.2-1) but it is not going to be installed
           Depends: kcontrol (>= 4:3.3.2-1) but it is not going to be installed
           Depends: kdebase-bin (>= 4:3.3.2-1) but it is not going to be installed
           Depends: kdebase-kio-plugins (>= 4:3.3.2-1) but it is not going to be installed
           Depends: kdepasswd (>= 4:3.3.2-1) but it is not going to be installed           Depends: kdeprint (>= 4:3.3.2-1) but it is not going to be installed
           Depends: kdesktop (>= 4:3.3.2-1) but it is not going to be installed
           Depends: kfind (>= 4:3.3.2-1) but it is not going to be installed
           Depends: khelpcenter (>= 4:3.3.2-1) but it is not going to be installed
           Depends: kicker (>= 4:3.3.2-1) but it is not going to be installed
           Depends: klipper (>= 4:3.3.2-1) but it is not going to be installed
           Depends: kmenuedit (>= 4:3.3.2-1) but it is not going to be installed           Depends: konqueror-nsplugins (>= 4:3.3.2-1) but it is not going to be installed
           Depends: konqueror (>= 4:3.3.2-1) but it is not going to be installed           Depends: konsole (>= 4:3.3.2-1) but it is not going to be installed
           Depends: kpager (>= 4:3.3.2-1) but it is not going to be installed
           Depends: kpersonalizer (>= 4:3.3.2-1) but it is not going to be installed
           Depends: ksmserver (>= 4:3.3.2-1) but it is not going to be installed           Depends: ksplash (>= 4:3.3.2-1) but it is not going to be installed
           Depends: ksysguard (>= 4:3.3.2-1) but it is not going to be installed           Depends: ktip (>= 4:3.3.2-1) but it is not going to be installed
           Depends: kwin (>= 4:3.3.2-1) but it is not going to be installed
           Depends: libkonq4 (>= 4:3.3.2-1) but it is not going to be installed
E: Broken packages
When I try to install the last package libkonq4 manually I get ...

Code:
The following packages have unmet dependencies:
  libkonq4: 
Depends: kdelibs4 (>= 4:3.3.2-1) but it is not installable
Depends: libarts1 (>= 1.3.2) but it is not installable
            Depends: libqt3c102-mt (>= 3:3.3.3) but it is not installable
E: Broken packages
Then I try to install libqt3c102-mt and I get :

Code:
Package libqt3c102-mt is not available, but is referred to by another package.This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  libqt3-mt
E: Package libqt3c102-mt has no installation candidate
So I think the problem comes from this libqt3c102-mt ... it says libqt3-mt replaces it .. but what should I do.

Thank you for your help

Patrick
 
Old 08-26-2005, 05:11 AM   #2
paterijk
LQ Newbie
 
Registered: Aug 2005
Posts: 3

Original Poster
Rep: Reputation: 0
it's not all ...

I forgot to say that

Code:
apt-get install libarts1
Package libarts1 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  libarts1c2
E: Package libarts1 has no installation candidate
Code:
apt-get install kdelibs4
Package kdelibs4 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  kdelibs4c2
E: Package kdelibs4 has no installation candidate
so it seems that libkonq4 should be ready to be installed ... how should i proceed ???
 
Old 08-26-2005, 04:36 PM   #3
Xian
Member
 
Registered: Feb 2004
Location: 33.31N -111.97W
Distribution: SuSE
Posts: 919

Rep: Reputation: 32
Can you post the contents of your /etc/apt/sources.list please?

Also, what is the output of the following command
Be sure to first do an 'apt-get update'.

# apt-get -f install
 
Old 09-13-2005, 06:49 AM   #4
zvonSully
Member
 
Registered: Nov 2004
Location: Romania
Distribution: Debian maniak(apt-get upgrade)
Posts: 85

Rep: Reputation: 15
same problem

Quote:
zvonSully:/var/cache/apt/archives# apt-get install libqt3c102-mt
Reading package lists... Done
Building dependency tree... Done
Package libqt3c102-mt is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
libqt3-mt
E: Package libqt3c102-mt has no installation candidate
It says that libqt-mt should replace libqt3c102-mt, but some packages (kwin-baghira,valknut...) depend on libqt3c102-mt.
 
  


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
is ubuntu unstable less unstable than debian unstable? lefty.crupps Ubuntu 9 10-14-2005 01:38 PM
KDE 3.4.0 is it supposed to be real unstable? carl0ski Mandriva 9 06-10-2005 02:30 PM
kde 3.4 unstable irfanhab Slackware 2 04-30-2005 02:35 AM
KDE 3.2 unstable on RH9 manjusura Linux - Newbie 8 03-05-2004 11:13 AM
kde 3.0.1: unstable? gazurtoids Slackware 4 07-16-2002 10:12 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 08:00 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