Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #44629
    s4mu_
    Participant

    Hey there. I just downloaded the custom kali image from zaid. and i can´t install the majority of programs.

    root@kali:~# apt-get update
    Hit:1 http://kali.download/kali kali-last-snapshot InRelease
    Reading package lists… Done
    root@kali:~# apt-get install veil
    Reading package lists… Done
    Building dependency tree
    Reading state information… 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.
    The following information may help to resolve the situation:

    The following packages have unmet dependencies:
    veil : Depends: wine
    E: Unable to correct problems, you have held broken packages.
    root@kali:~# apt-get install wine
    Reading package lists… Done
    Building dependency tree
    Reading state information… 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.
    The following information may help to resolve the situation:

    The following packages have unmet dependencies:
    wine : Depends: wine64 (>= 5.0-4) but it is not going to be installed or
    wine32 (>= 5.0-4)
    Depends: wine64 (< 5.0-4.1~) but it is not going to be installed or
    wine32 (< 5.0-4.1~)
    E: Unable to correct problems, you have held broken packages.

    #44649
    Diego PérezDiego Pérez
    Moderator

    Hi!
    Can you try this solution:

    apt update
    apt install -y aptitude
    aptitude install -y veil

    You have to run this commands in a fresh custom kali.

    Let me know how it goes!
    Diego

    #44653
    s4mu_
    Participant

    Thanks it worked!!
    Only one last question, do I have to run this command each time I want to install a tool or can I use apt-get install?
    Thanks for the support

    #44685
    Diego PérezDiego Pérez
    Moderator

    Hi!
    You can use aptitude if you want, but most of the tools are installed properly using apt-get install.

    Greetings!
    Diego

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.