Results 1 to 5 of 5

Thread: Kali Update && Upgrade && dist-upgrade Error

  1. #1
    Join Date
    2017-Jul
    Posts
    1

    Kali Update && Upgrade && dist-upgrade Error

    I have since encountered an error after performing an update-upgrade of my kali linux 2017. the following is my output:

    After this operation, 108 MB of additional disk space will be used.
    (Reading database ... 345733 files and directories currently installed.)
    Preparing to unpack .../python3-cairo_1.10.0+dfsg-5+b2_amd64.deb ...
    Unpacking python3-cairo (1.10.0+dfsg-5+b2) ...
    dpkg: error processing archive /var/cache/apt/archives/python3-cairo_1.10.0+dfsg-5+b2_amd64.deb (--unpack):
    trying to overwrite '/usr/lib/python2.7/dist-packages/debconf.py', which is also in package debconf 1.5.61
    dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
    Errors were encountered while processing:
    /var/cache/apt/archives/python3-cairo_1.10.0+dfsg-5+b2_amd64.deb
    E: Sub-process /usr/bin/dpkg returned an error code (1)

    I need help to resolve this..please help..Thanks

  2. #2
    Join Date
    2016-Dec
    Posts
    806
    Open a bug on bugs.kali.org with this and show the command you ran too.

  3. #3
    Join Date
    2016-Oct
    Location
    /dev/sda
    Posts
    1,012
    apt-get autoclean && apt-get autoremove && apt-get update

  4. #4
    Join Date
    2017-Jan
    Posts
    4
    # whereis python3
    ...
    ... if the package is installed already, remove/uninstall it.
    ... reinstall python3
    ...
    # apt-get install python3
    ...
    ...
    # apt-get update && apt-get autoremove && apt-get autoclean

  5. #5
    good day. ... I have the following problems. with the upgrade of sana on rolling. I have adapted the sources.list deb http://http.kali.org/kali kali-rolling main non-free contrib and get this error message apt-get update_ apt-get upgrade_ apt-get dist-upgrade_
    package configuration configuring libc6 kernel must be upgrade
    this verison of the gnu libc requires kenel version 3.2 or later.
    what can I do now to these problems Thank you so much

    dpkg: error processing archive /var/cache/pt/archives/libc6_2.24-17_armhf.deb (--unpack):
    subprocess new pre-installation script retuned error exit status 1
    processing triggers for man-db (2.7.6.1-2) ...
    processing triggers for libc-bin (2.19.-18) ...
    errors were encountered while processing
    /var/cache/pt/archives/libc6_2.24-17_armhf.deb
    e: sub-process /usr/bin/dpkg returned an error code (1)



    you might want to run apt-get -f install to correct these
    the following packages have unmet dependencies:
    libc-dev-bin: depends: libc6 (> 2.24) but 2.19-18 is installed
    libc-dev : depends: libc6 (= 2.24-17) but 2.19-18 is installed
    locales : depens: libc-bin (> 2.24) but 2.19-18 is installed
    e: unmet dependencies. try using -f.



    Preconfiguring packages ...
    dpkg: warning ldconfig not found in PATH or not executable
    dpkg: error: 1 expected program not found in PATH or not executable
    Note: root s PATH should usually contain /usr/local/sbin, /usr/sbin and /sbin
    E: Sub-process /usr/bin/dpkg returned an error code (2)
    Last edited by matchspoiler; 2017-09-12 at 14:17.

Similar Threads

  1. Replies: 5
    Last Post: 2017-07-13, 11: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
  •