Tagged: error veil wine kali custom
- This topic has 3 replies, 2 voices, and was last updated 4 years, 3 months ago by Diego Pérez.
- AuthorPosts
- August 25, 2020 at 7:41 pm #44629s4mu_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.August 26, 2020 at 4:24 am #44649Diego PérezModeratorHi!
Can you try this solution:apt update
apt install -y aptitude
aptitude install -y veilYou have to run this commands in a fresh custom kali.
Let me know how it goes!
DiegoAugust 26, 2020 at 10:06 am #44653s4mu_ParticipantThanks 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 supportAugust 27, 2020 at 3:34 am #44685Diego PérezModeratorHi!
You can use aptitude if you want, but most of the tools are installed properly using apt-get install.Greetings!
Diego - AuthorPosts
- You must be logged in to reply to this topic.