The latest version available is Wine 1.7.42, which has been recently released, coming with the below changes:
To install wine all you have to do is
$ sudo apt-get update
$ sudo apt-get install wine1.7 winetricks
Optional, to remove Wine 1.7.42 and winetricks, do:
$ sudo apt-get remove wine1.7 winetricks
Also visit: installing wine in Kali Linux
- Support for dynamic timezone information.
- Initial desktop shell window support.
- Some more Direct2D support.
- Various bug fixes.
To install wine all you have to do is
- add the ppa to your system,
- update the local repository index and
- install the wine1.7 and winetricks packages.
$ sudo apt-get update
$ sudo apt-get install wine1.7 winetricks
Optional, to remove Wine 1.7.42 and winetricks, do:
$ sudo apt-get remove wine1.7 winetricks
Also visit: installing wine in Kali Linux