Results 1 to 5 of 5

Thread: command install error

  1. #1
    Join Date
    2023-Jan
    Posts
    3

    command install error

    sudo apt install curl
    Loading package lists? Done
    Building the dependency tree? Done
    Loading status information... Done
    You can run "apt --fix-broken install" to fix it.
    The following packages have unmet dependencies:
    libc-bin : Depends on: libc6 (< 2.34) but 2.34-4 is installed
    libc6:i386 : Depends on: libgcc-s1:i386 but not installed
    Recommends: libidn2-0:i386 (>= 2.0.5~) but not installed
    locales : Depends on: libc-bin (> 2.34)
    E: Unfulfilled dependencies. Try running "apt --fix-broken install" without packages (or suggest a solution).


    sudo apt --fix-broken install
    Loading package lists? Done
    Building the dependency tree? Done
    Loading status information... Done
    Fixing dependencies? failed.
    The following packages have unmet dependencies:
    libc-bin : Depends on: libc6 (< 2.34) but 2.34-4 is installed
    libc6:i386 : Depends on: libgcc-s1:i386 but not installed
    Recommends: libidn2-0:i386 (>= 2.0.5~) but not installed
    locales : Depends on: libc-bin (> 2.34)
    E: Error, pkgProblemResolver::Resolve crashes, this may be caused by held packages.
    E: Unable to fix dependencies
    NEED HELP PLEASE

  2. #2
    have you tried

    Code:
    apt update
    before trying
    Code:
    apt upgrade
    , or if that does not work try
    Code:
    apt dist-upgrade
    may help

  3. #3
    Join Date
    2023-Jan
    Posts
    3
    dont work bro

  4. #4
    Just noticed that I should have added sudo to all those commands.

    I run kali as root so I don't need to add sudo

  5. #5
    Join Date
    2023-Jan
    Posts
    3
    Quote Originally Posted by sml156 View Post
    Just noticed that I should have added sudo to all those commands.

    I run kali as root so I don't need to add sudo
    it also doesn't work even though I used root and without it I don't know anymore

Similar Threads

  1. help with dist-upgrade command,error with packages
    By thantserpelis in forum TroubleShooting Archive
    Replies: 3
    Last Post: 2015-08-13, 12:09
  2. error while running command show:
    By OS-13115 in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2014-10-25, 01:13

Posting Permissions

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