Jump to content

[Linux/Kali Linux] [x64] Installing WINE on Kali Linux X64


1 post in this topic

Recommended Posts

Updated (edited)

Installing WINE on Kali Linux X64

Hopefully this helps most of you who don't use windows but still want to use tools that are windows only/do not support linux.

Probably wont work for all things however should work for most.

 

Step 1:

Run the following commands below.

#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

 

Step 2:

After running all the commands above one at a time, run the following commands.

sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install wine-bin:i386

If sudo apt-get install wine-bin:i386 doesn't work then try this:

 apt-get install wine32

 

Step 3:

Usage

cd MyPath/Downloads
wine npp.*.exe

 

Credits:

OP (Original Post)

 

 

 

Updated by carpoa

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines