How to install wine 1.7.45 on CentOS/RHEL 6/7
Wine is an open source and free application for Linux that empowers users to run any windows construct application with respect to Unix/Linux like operating system. Wine team is keep releasing their versions in at regular intervals.
Finally, the Wine team proudly announced the Development release of Wine 1.7.45 and made accessible for download in source and binary packages.
Wine benefits
Wine can give advantages over Windows at this moment:
Installing Prerequisite
Wine obliged numerous improvement bundles, So we have to introduce obliged bundles for Wine utilizing yum bundle administrator utilizing after charges.
# yum groupinstall 'Development Tools' # yum install libX11-devel freetype-devel zlib-devel libxcb-devel
Download Wine
Download the source document utilizing wget charge as an ordinary User. Follow below command to download wine:
# wget http://mirrors.ibiblio.org/wine/source/1.7/wine-1.7.45.tar.bz2
Extracting Wine
Once the file is downloaded use the below commands to extract it.
# bunzip2 wine-1.7.45.tar.bz2 # tar -xvf wine-1.7.45.tar
Installing Wine
Configure wine beverage making use of one of next order depending on your whole body architectural mastery.
On 32-Bit Systems # cd wine-1.7.45 # ./configure On 64-Bit Systems # cd wine-1.7.45 # ./configure --enable-win64
# make # make install
Check Wine Version
Use following command to check version of wine.
On 32-Bit Systems # wine --version On 64-Bit Systems # wine64 –version
Use of Wine
To utilize wine we have to login on GUI desktop. After that Download a windows executable (.exe) record like PuTTY on your framework and open it with Wine as underneath screenshot or utilization taking after order.
On 32-Bit Systems # wine putty.exe On 64-Bit Systems # wine64 putty.exe