Results 1 to 3 of 3

Thread: Package Updater Error

  1. #1
    Join Date
    2016-Nov
    Posts
    2

    Package Updater Error

    I have a fresh install of Kali Linux 2016.2 64-bit and when I run the Package Updater I get the same error.

    The following packages have unmet dependencies:
    w3af-console: Depends: python-darts.lib.utils.lru (>= 0.5-4) but it is not going to be installed

    I have attempted to run the sudo apt-get update command and it runs without issue. Although, I still get the above error message when attempting to update.

  2. #2
    Join Date
    2016-Oct
    Posts
    15
    Hi zone,

    With Kali (and any other distro of *nix), I would highly recommend you use the terminal for package management. I've never used the package manager myself so I'm afraid I can't comment on that aspect. Try this, open up a terminal and type
    Code:
    apt-get update && apt-get upgrade -y
    .

    Post any error's you get and it should be a little easier to help out.

  3. #3
    Join Date
    2016-Nov
    Posts
    2
    I was able to the the command:

    apt-get upgrade -y

    After running the above command, everything updated correctly for me.

    Thank you for the assistance!

Similar Threads

  1. Replies: 0
    Last Post: 2021-12-20, 21:35
  2. Updater app won't launch (Kali 2017.1)
    By AnonVendetta in forum TroubleShooting Archive
    Replies: 2
    Last Post: 2017-06-25, 05:31
  3. Replies: 12
    Last Post: 2017-03-05, 03:28
  4. getting error on package install
    By kokoko in forum TroubleShooting Archive
    Replies: 3
    Last Post: 2015-11-21, 21:25
  5. How to fix No Package Headers Error
    By uwnthesis in forum How-To Archive
    Replies: 0
    Last Post: 2013-08-17, 17:30

Posting Permissions

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