Have you been trying to figure out the easiest way to install Wine on
Kali Linux and Debian 8?. This guide will show you how to get wine
working on Kali Linux. It’s also essential for running i386 packages on
an amd64 version of Kali or Debian Distribution
Wine enables you to run Windows Applications on a Linux box. It’s just a Windows emulator on top of Linux. Wine works on Linux,,FreeBSD,Unixware NetBSD,Unixware,SCO OpenServer 5 and Solaris hence you can smoothly run Windows applications on these systems.
steps--
Typically you’ll need the following to run wine
3. Update repositories
# apt-get update
# apt-get install \
wine/jessie-backports \
wine32/jessie-backports \
wine64/jessie-backports \
libwine/jessie-backports \
libwine:i386/jessie-backports \
fonts-wine/jessie-backports
That’s all. You should have wine installed now. See
so we will update and enable then install
steps
Type
thanks you for visting here share this post and enjoy!!!!
if u have any problem plzz comment
or fb me.....
#rockstardevil
Wine enables you to run Windows Applications on a Linux box. It’s just a Windows emulator on top of Linux. Wine works on Linux,,FreeBSD,Unixware NetBSD,Unixware,SCO OpenServer 5 and Solaris hence you can smoothly run Windows applications on these systems.
steps--
Typically you’ll need the following to run wine
- The compiled Wine binary
- A properly configured wine.conf and wine.sym
- An installed and working X Window system
- Some MS Windows programs to test
Install Wine on Kali Linux , mint and ubuntu (in kali without $)
If you are running Ubuntu and Linux Mint, just enter commands below on your terminal:
$ sudo add-apt-repository ppa:ubuntu-wine/ppa
if you running kali linux just enter commands below on your terminal: ,(without ")
"sudo dpkg --add-architecture i386"
"sudo apt-get update"
than for all linux add this command(in kali without $)
$ sudo apt-get update
$ sudo apt-get install wine
$ sudo apt-get install winetricks
Install Wine on Debian Jessie from jessie-backports
With backports, you’ll get latest Wine on your Debian jessie machine, just follow steps below
1. Add repo
# nano /etc/apt/sources.list.d/wine.list
2. Add content to the file:
deb http://httpredir.debian.org/debian jessie-backports main
3. Update repositories
# apt-get update
4. Enable maltiarch on 64-bit system
# dpkg --add-architecture i386 && apt-get update
5. Now install wine
# apt-get install \
wine/jessie-backports \
wine32/jessie-backports \
wine64/jessie-backports \
libwine/jessie-backports \
libwine:i386/jessie-backports \
fonts-wine/jessie-backports
That’s all. You should have wine installed now. See
some people get problem getting problem in kali becouse of maltiarch
so we will update and enable then install
steps
sudo dpkg --add-architecture i386 sudo apt-get update sudo apt-get install wine:i386 sudo apt-get install wine-bin:i386
It will download the packages and install them. After finishing the installation, check again to confirm that the wine have been installed successfully.
Type
wine --version
If you want an all in one command, here it is.
sudo dpkg --add-architecture i386 && apt-get update && apt-get install wine-bin:i386
thanks you for visting here share this post and enjoy!!!!
if u have any problem plzz comment
or fb me.....
#rockstardevil