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.

173016240id5516gol

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:

  • Wine makes it conceivable to exploit all the Unix solid focuses (security, adaptability, remote organization) while as yet utilizing the Windows applications you rely on upon.
  • Wine makes it conceivable to get to Windows applications remotely, regardless of the possibility that they are a couple of thousand miles away.
  • Wine can likewise be utilized to make existing Windows applications accessible on the Web by utilizing VNC and its Java/HTML5 customer.
  • Wine is Open Source Software, so you can stretch out it to suit your needs or have one of numerous organizations do it for you.

    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
    

    Install Wine 1.7.9 on CentOS/RHEL

  • Leave a Reply

    Your email address will not be published. Required fields are marked *

    This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

    The reCAPTCHA verification period has expired. Please reload the page.