apt-get -- automatically resolve dependencies when installing KDE3

Ask a Question related to Linux Setup, Configuration & Administration, Design and Development.

  1. #1

    Default apt-get -- automatically resolve dependencies when installing KDE3

    Hello,

    I'm afraid, but I still need help for my Linux system. Please note that I'm
    completely new to Linux.

    After setting sources.list as described on the KDE-website I have removed
    all KDE2 packages (at least I hope I have) with dselect. I then have tryed
    to reinstall KDE with dselect but this did not work. So I decided to use
    APT to install KDE3 as described in
    [url]http://www.debian.org/doc/manuals/apt-howto/ch-apt-get.en.html#s-install[/url]

    The page says that "APT will check the dependencies and install the needed
    packages" if the package that is to be installed depends on other packages.
    So I type at the prompt:

    apt-get install kdebase

    But this produces the output that can be seen at the end of this message.
    I've found a discussion on the web where the install procedure I used
    worked:
    [url]http://www.linuxquestions.org/questions/archive/26/2003/07/1/68399[/url]

    Can anyone please help me and tell me why the installation doesn't work on
    my machine? What do I have to do in order to get apt-get to automatically
    resolve dependency problems?

    I'm looking forward to your help,
    Robert


    ==============================
    The output of "apt-get install kdebase" was:

    Reading Package Lists...
    Building Dependency Tree...
    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:

    Sorry, but the following packages have unmet dependencies:
    kdebase: Depends: kappfinder (>= 4:3.1.3-0woody1) but it is not going to
    be installed
    Depends: kate (>= 4:3.1.3-0woody1) but it is not going to be
    installed
    Depends: kcontrol (>= 4:3.1.3-0woody1) but it is not going to be
    installed
    Depends: kdebase-bin (>= 4:3.1.3-0woody1) but it is not going to
    be installed
    Depends: kdebase-kio-plugins (>= 4:3.1.3-0woody1) but it is not
    going to be installed
    Depends: kdeprint (>= 4:3.1.3-0woody1) but it is not going to be
    installed
    Depends: kdesktop (>= 4:3.1.3-0woody1) but it is not going to be
    installed
    Depends: kfind (>= 4:3.1.3-0woody1) but it is not going to be
    installed
    Depends: khelpcenter (>= 4:3.1.3-0woody1) but it is not going to
    be installed
    Depends: kicker (>= 4:3.1.3-0woody1) but it is not going to be
    installed
    Depends: klipper (>= 4:3.1.3-0woody1) but it is not going to be
    installed
    Depends: kmenuedit (>= 4:3.1.3-0woody1) but it is not going to
    be installed
    Depends: konqueror-nsplugins (>= 4:3.1.3-0woody1) but it is not
    going to be installed
    Depends: konqueror (>= 4:3.1.3-0woody1) but it is not going to
    be installed
    Depends: konsole (>= 4:3.1.3-0woody1) but it is not going to be
    installed
    Depends: kpager (>= 4:3.1.3-0woody1) but it is not going to be
    installed
    Depends: kpersonalizer (>= 4:3.1.3-0woody1) but it is not going
    to be installed
    Depends: ksmserver (>= 4:3.1.3-0woody1) but it is not going to
    be installed
    Depends: ksplash (>= 4:3.1.3-0woody1) but it is not going to be
    installed
    Depends: ksysguard (>= 4:3.1.3-0woody1) but it is not going to
    be installed
    Depends: ktip (>= 4:3.1.3-0woody1) but it is not going to be
    installed
    Depends: kwin (>= 4:3.1.3-0woody1) but it is not going to be
    installed
    Depends: libkonq4 (>= 4:3.1.3-0woody1) but it is not going to be
    installed
    Robert Bamler Guest

  2. Similar Questions and Discussions

    1. [RFC] Devel::Dependencies
      Hello, after reading my article "A Timely Start" (http://www.perl.com/pub/a/2005/12/21/a_timely_start.html) some people have expressed the wish...
    2. pg_dump dependencies
      Hi all, I have a question about pg_dump. I am backing up a database using pg_dump in text mode, which works perfectly for me, with one exception....
    3. rpms and dependencies
      "J. Zidar" <zee@email.si> writes: You can't directly install RPM files in Debian. Use 'alien' to convert them to .deb packages first, then use...
    4. kde3.1.2 - fonts
      Hello. I have kde 3.1.2 and the problem: in konsole and other places like admin mod in control center, kdm i havent fonts. I can see only blank...
    5. Settings for Konsole? Where are they? (KDE3.1.2 Debian sid)
      On Sat, Jul 12, 2003 at 11:06:14PM +0200, Kay Obermueller wrote: I notice that you are from Germany, so you are probably using a character set...
  3. #2

    Default Re: apt-get -- automatically resolve dependencies when installing KDE3

    On Wed, 10 Sep 2003 22:18:01 +0200, Robert Bamler <robert.bamler@gmx.de> wrote:


    You might try apt-get update and then run it again.

    Are you sure you have sources.list correct? It's touchy.


    Alan C


    --

    take control of your mailbox ----- elrav1 ----- [url]http://tinyurl.com/l55a[/url]


    Alan Connor Guest

  4. #3

    Default Re: apt-get -- automatically resolve dependencies when installing KDE3

    Robert Bamler wrote:
    > Hello,
    >
    > I'm afraid, but I still need help for my Linux system. Please note that
    > I'm completely new to Linux.
    >
    > After setting sources.list as described on the KDE-website I have removed
    > all KDE2 packages (at least I hope I have) with dselect. I then have tryed
    > to reinstall KDE with dselect but this did not work. So I decided to use
    > APT to install KDE3 as described in
    > [url]http://www.debian.org/doc/manuals/apt-howto/ch-apt-get.en.html#s-install[/url]
    >
    > The page says that "APT will check the dependencies and install the needed
    > packages" if the package that is to be installed depends on other
    > packages. So I type at the prompt:
    >
    > apt-get install kdebase
    >
    > But this produces the output that can be seen at the end of this message.
    > I've found a discussion on the web where the install procedure I used
    > worked:
    > [url]http://www.linuxquestions.org/questions/archive/26/2003/07/1/68399[/url]
    >
    > Can anyone please help me and tell me why the installation doesn't work on
    > my machine? What do I have to do in order to get apt-get to automatically
    > resolve dependency problems?
    >
    > I'm looking forward to your help,
    > Robert
    >
    Hi Robert,

    as far as I know KDE3 is currently coming with Debian-unstable (sid) only.
    So if you have testing (sarge) or stable (woody) entries in your /etc/apt
    soruces.list you need to follow the information you can find here:

    [url]http://wiki.debian.net/index.cgi?DebianKDE[/url]

    Kind regards, Joerg.

    Joerg Morbitzer Guest

  5. #4

    Default Re: apt-get -- automatically resolve dependencies when installing KDE3

    Hello,

    Thank you very much for your reply.

    > You might try apt-get update and then run it again.
    Yes, I've already tried this some times but that didn't help

    > Are you sure you have sources.list correct? It's touchy.
    I don't think that there are any problems with KDE or the KDE sources. I
    think the problem is that I don't know how to use apt properly.
    Surprisingly, the installation finally worked after I had run "apt-config"
    (or was it "apt-setup"?). I had found this command by random. But then I
    tried to install gaim out of the GUI K package manager. And here again,
    some dependency errors hindered me to do so.

    So the thing I do not understand is simply: If apt knows that a specific
    package is missing and if it knows the name and version of this missing
    package, why can't it simply download and install this package
    automatically and then download and install the package that depends on the
    former?

    In other words: How do I have to use apt in order to resolve these
    depencency problems automatically? I can't imagine that this is not
    supported by apt since it is such an obvious requirement.

    I hope you can help me.

    Robert
    Robert Bamler Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139