- This topic has 5 replies, 2 voices, and was last updated 4 years, 4 months ago by Diego Pérez.
- AuthorPosts
- July 14, 2020 at 8:50 pm #42070Peter QueenParticipant
Hello Diego,
I get this error when i try to use wine:
root@kali:~/Downloads# wine msiexec /i python-2.7.18.msi bash: wine: command not found root@kali:~/Downloads#
Please advise
Thanks
July 15, 2020 at 3:39 am #42086Diego PérezModeratorHi Peter!
You have to install wine. But first, are you sure you are using the latest custom kali image provided by Zaid? If so use this commands:apt update
apt install wineLet me know how it goes!
DiegoJuly 15, 2020 at 7:28 pm #42204Peter QueenParticipantHello Diego,
I installed Wine and then i needed to install wine32, once I tried i got this error:
root@kali:~/Downloads# apt-get install wine32 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: wine32:i386 : Depends: libc6:i386 (>= 2.28) but it is not going to be installed Depends: libwine:i386 (= 5.0-4) but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@kali:~/Downloads#
please advise
July 16, 2020 at 4:09 am #42242Diego PérezModeratorHi Peter!
Which kali version are you using?Also did you try to install wine first? I mean not the wine32 version.
Let me know.
DiegoJuly 16, 2020 at 6:27 am #42248Peter QueenParticipantHi Diego,
Yes I did install Wine first and then I was asked to install Wine32.
This is the version:
r`oot@kali:~# cat /etc/os-release
PRETTY_NAME=”Kali GNU/Linux Rolling”
NAME=”Kali GNU/Linux”
ID=kali
VERSION=”2020.1″
VERSION_ID=”2020.1″
VERSION_CODENAME=”kali-rolling”
ID_LIKE=debian
ANSI_COLOR=”1;31″
HOME_URL=”https://www.kali.org/”
SUPPORT_URL=”https://forums.kali.org/”
BUG_REPORT_URL=”https://bugs.kali.org/”
root@kali:~#`July 17, 2020 at 4:00 am #42393Diego PérezModeratorHi Peter!
Yeah, official kali release has a lot of python compatibility issues, wine is one of them, you can do some google research and find it out by your self. I would suggest to install custom kali v1.2 which will solve this issues.Greetings!
Diego - AuthorPosts
- You must be logged in to reply to this topic.