You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after that
root@kali: # dpkg --add-architecture i386
root@kali:# apt update
root@kali:# wine
it looks like wine32 is missing, you should install it.
as root, please execute "apt-get install wine32"
Usage: wine PROGRAM [ARGUMENTS...] Run the specified program
wine --help Display this help and exit
wine --version Output version information and exit
root@kali:#apt-get install wine32 -y
first things you need to check your kali version
root@kali:~# uname -a
so this is for me
┌──(root㉿ikali)-[~]
└─# uname -a
Linux kali 6.8.11-amd64 #1 SMP PREEMPT_DYNAMIC Kali 6.8.11-1kali2 (2024-05-30) x86_64 GNU/Linux
then you must read
http://security.kali.org/kali-security/README
then find your sources.list kali version (im using kali rolling)
http://docs.kali.org/general-use/kal...t-repositories
after that
root@kali:
# dpkg --add-architecture i386# apt updateroot@kali:
root@kali:
# wine#apt-get install wine32 -yit looks like wine32 is missing, you should install it.
as root, please execute "apt-get install wine32"
Usage: wine PROGRAM [ARGUMENTS...] Run the specified program
wine --help Display this help and exit
wine --version Output version information and exit
root@kali: