Find the answer to your Linux question:
Results 1 to 3 of 3
I installed debconf and then went to install modutils package and it listed a load of dependencies that were not met. I then tried to run synaptic and it wouldnt ...
  1. #1
    Just Joined!
    Join Date
    Apr 2009
    Posts
    1

    i installed a package and now nothing works

    I installed debconf and then went to install modutils package and it listed a load of dependencies that were not met. I then tried to run synaptic and it wouldnt open and now trying to install any packages it just lists a load of dependencies not met i have tried apt-get -f install to no avail
    help please

  2. #2
    Just Joined!
    Join Date
    Apr 2009
    Posts
    16
    try apt-get remove debconf
    an any other broken app.

  3. #3
    Just Joined! alpha-X-geek's Avatar
    Join Date
    Apr 2009
    Location
    England, UK
    Posts
    28
    Which version of Debian do you have? You might have success with the following command:
    Code:
    apt-get update && apt-get dist-upgrade
    I've left the standard ''apt-get upgrade'' command out as it won't be aggressive enough to cure the dependency problem. Take notice of which packages apt-get wants to install/remove, though.

Posting Permissions

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