Thanks !!!!
if u have problems on installing wine
do these steps in terminal
1-write these codes
#echo deb http://http.kali.org/kali kali main non-free contrib > /etc/apt/sources.list
#echo deb-src http://http.kali.org/kali kali main non-free contrib >> /etc/apt/sources.list
#echo deb http://security.kali.org/kali-security kali/updates main contrib non-free >> /etc/apt/sources.list
#echo deb-src http://security.kali.org/kali-security kali/updates main contrib non-free >> /etc/apt/sources.list
2-write commands one after one
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install wine-bin:i386
Thanks !!!!
Getting these errors.
W: The repository 'http://security.kali.org/kali-security kali/updates Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: The repository 'http://http.kali.org/kali kali Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: Failed to fetch http://security.kali.org/kali-securi...source/Sources 404 Not Found
W: Failed to fetch http://security.kali.org/kali-securi...source/Sources 404 Not Found
W: Failed to fetch http://security.kali.org/kali-securi...source/Sources 404 Not Found
W: Failed to fetch http://security.kali.org/kali-securi...amd64/Packages 404 Not Found
W: Failed to fetch http://security.kali.org/kali-securi...-i386/Packages 404 Not Found
W: Failed to fetch http://security.kali.org/kali-securi...amd64/Packages 404 Not Found
W: Failed to fetch http://security.kali.org/kali-securi...-i386/Packages 404 Not Found
W: Failed to fetch http://http.kali.org/kali/dists/kali...source/Sources 404 Not Found
W: Failed to fetch http://http.kali.org/kali/dists/kali...source/Sources 404 Not Found
W: Failed to fetch http://http.kali.org/kali/dists/kali...source/Sources 404 Not Found
W: Failed to fetch http://http.kali.org/kali/dists/kali...amd64/Packages 404 Not Found
W: Failed to fetch http://http.kali.org/kali/dists/kali...-i386/Packages 404 Not Found
W: Failed to fetch http://http.kali.org/kali/dists/kali...amd64/Packages 404 Not Found
W: Failed to fetch http://http.kali.org/kali/dists/kali...-i386/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
first things you need to check your kali version
root@kali:~# uname -a
so this is for me
root@kali:~# uname -a
Linux kali 4.7.0-kali1-amd64 #1 SMP Debian 4.7.8-1kali1 (2016-10-24) x86_64 GNU/Linux
(2016-10-24) <-- you got this?
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
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
I am impressed by the First post.
It works smoothly.
if
apt-get install wine32:i386
do not work
then write this command
apt-get install wine32
it Should work.
I found "deb http://http.kali.org/kali kali-rolling main contrib non-free" was missing from my sources.list once I added it the install worked smoothly with:
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install wine32
its not working.... i am having following error
root@Fakhar:~# sudo apt-get install wine-bin:i386
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package wine-bin:i386
Really helpful. Thanks man!