Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11
Hello everyone, For some wierd reason, my apt's not working correctly. I can't pinpoint the problem, but hopefully this will help: Code: %apt-get install kde Reading package lists... Building dependency ...
  1. #1
    Linux Engineer Javasnob's Avatar
    Join Date
    Jul 2005
    Location
    Wisconsin
    Posts
    942

    apt woes



    Hello everyone,

    For some wierd reason, my apt's not working correctly. I can't pinpoint the problem, but hopefully this will help:

    Code:
    %apt-get install kde
    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:
    
    The following packages have unmet dependencies:
      kde: Depends: kde-core but it is not going to be installed
           Depends: kde-amusements but it is not going to be installed
           Depends: kdeaddons but it is not going to be installed
           Depends: kdeadmin but it is not going to be installed
           Depends: kdeartwork but it is not going to be installed
           Depends: kdegraphics but it is not going to be installed
           Depends: kdemultimedia but it is not going to be installed
           Depends: kdenetwork but it is not going to be installed
           Depends: kdepim but it is not going to be installed
           Depends: kdeutils but it is not going to be installed
           Depends: kdewebdev but it is not going to be installed
    E: Broken packages
    When I did this for the first time a few months ago, it worked fine. What's going on?

    Thanks for any and all help you can offer!

  2. #2
    Linux User
    Join Date
    Apr 2005
    Location
    Ohio
    Posts
    326
    Are you running unstable/sid by chance ?

    if so this happens occasionally. give it a few days for the maintainers to update the packages on the repository and try again.. Odds are in a few days it will work fine, at least that's been my experience.
    far...out

  3. #3
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    Yop, got the same problem with Debian Etch.

    I had the desktop package installed (that contains only Gnome in Etch), and it was impossible to install KDE (same error exactly).

    But, without Gnome, no problem, I could install KDE.

    Weird...

    Then again it is possible that I'm pulling the wrong conclusion from this situation...
    "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

    -Bruce Lee

  4. #4
    Linux Guru bryansmith's Avatar
    Join Date
    Nov 2004
    Location
    /Ontario/Canada
    Posts
    2,621
    Maybe they are upgrading KDE to 3.4.3. I would wait a while.

    Has everything else worked fine?

    Bryan
    Looking for a distro? Look here.
    "There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
    Queen's University - Arts and Science 2008 (Sociology)
    Registered Linux User #386147.

  5. #5
    Linux Engineer Javasnob's Avatar
    Join Date
    Jul 2005
    Location
    Wisconsin
    Posts
    942
    Yes, it's just KDE.

  6. #6
    Linux Engineer Javasnob's Avatar
    Join Date
    Jul 2005
    Location
    Wisconsin
    Posts
    942
    Ok, I've waited a few days, and although I've gotten over the loss of KDE (which I still can't get with apt), I would very much like the SDL development libraries. However, when I try to get those, this is what happens:

    Code:
    Rob:/home/rob# apt-get install libsdl1.2-dev
    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:
      libsdl1.2-dev: Depends: libxt-dev but it is not going to be installed or
                              xlibs-dev (> 4.1.0) but it is not going to be installed
    E: Broken packages
    I've tried 5 or 6 different mirrors, but the same results every time. What am I to do?

    By the way, I'm currently running Etch.
    Thanks for any and all help you can offer!

  7. #7
    Linux Engineer Javasnob's Avatar
    Join Date
    Jul 2005
    Location
    Wisconsin
    Posts
    942
    Will no one hear my plea? =(

  8. #8
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    try running
    Code:
    apt-get -f install
    Also, can you post your
    Code:
     /etc/apt/sources.list
    I know you said you tired different mirrors, but I just want to see
    Brilliant Mediocrity - Making Failure Look Good

  9. #9
    Linux Guru bryansmith's Avatar
    Join Date
    Nov 2004
    Location
    /Ontario/Canada
    Posts
    2,621
    Have you tried using apt-setup to setup your sources.list? If so, then you should have a nicely formatted sources.list.

    If not, then try (as root):
    Code:
    apt-setup
    Bryan
    Looking for a distro? Look here.
    "There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
    Queen's University - Arts and Science 2008 (Sociology)
    Registered Linux User #386147.

  10. #10
    Linux Engineer Javasnob's Avatar
    Join Date
    Jul 2005
    Location
    Wisconsin
    Posts
    942
    I tried apt-get -f install and apt-setup, but to no avail. =(

    Here's my sources.list, as requested:

    Code:
    deb http://security.debian.org/ stable/updates main contrib non-free 
    
    deb ftp://mirror.cs.wisc.edu/pub/mirrors/linux/debian/ testing main
    deb-src ftp://mirror.cs.wisc.edu/pub/mirrors/linux/debian/ testing main
    
    deb ftp://ftp.debian.org/debian/ testing main
    deb-src ftp://ftp.debian.org/debian/ testing main

Page 1 of 2 1 2 LastLast

Posting Permissions

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