• Home
  • Ubuntu 18.04
    • Whats New?
    • Upgrade Ubuntu
    • Install Java
    • Install Node.js
    • Install Docker
    • Install Git
    • Install LAMP Stack
  • Tutorials
    • AWS
    • Shell Scripting
    • Docker
    • Git
    • MongoDB
  • Funny Tools
  • FeedBack
  • Submit Article
  • About Us
TecAdmin
Menu
  • Home
  • Ubuntu 18.04
    • Whats New?
    • Upgrade Ubuntu
    • Install Java
    • Install Node.js
    • Install Docker
    • Install Git
    • Install LAMP Stack
  • Tutorials
    • AWS
    • Shell Scripting
    • Docker
    • Git
    • MongoDB
  • Funny Tools
  • FeedBack
  • Submit Article
  • About Us

How To Install Wine 3.0 on CentOS, RHEL and Fedora

Written by Rahul, Updated on February 17, 2018
Opensource Install, software, wine, winehq

Why use Wine:

With the increasing popularity of Linux desktops, There is another requirement occurred that we should have an application which can be used to run Windows applications. Windows has a long list of beautiful applications for users which are not available for Linux users. As we know that Linux does not support windows executable so WineHQ is a solution to run Windows applications and Linux systems.

Wine 3.0 Stable Release has been released on January 18, 2018. The main highlights of this release are full support for window transparency, and the new Mono package for .NET applications support.

This article will help you to install Wine 3.0 Stable Release on RHEL based systems. The Fedora users can use official yum repository provided by Wine team for the installation of latest Wine packages.

Step 1 – Prerequisite

Wine required many development packages. First, we recommend upgrading all system packages using following commands.

yum clean all
yum update

Now install required packages for Wine using yum package manager using following commands.

yum groupinstall 'Development Tools'
yum install libX11-devel freetype-devel zlib-devel libxcb-devel \ 
      libxslt-devel libgcrypt-devel libxml2-devel gnutls-devel \
      libpng-devel libjpeg-turbo-devel libtiff-devel gstreamer-devel \ 
      dbus-devel fontconfig-devel

Step 2 – Install Wine

RPM packages for wine are not available for latest versions, So we need to download wine source code. Use below commands to download it.

cd /usr/src
wget http://dl.winehq.org/wine/source/3.0/wine-3.0.tar.xz
tar -Jxf wine-3.0.tar.xz
cd wine-3.0

Configure wine using one of the following command based on your system architecture. This will set the installation environment for Wine according to your system.

For 32-Bit Systems:
./configure

For 64-Bit Systems:
./configure  --enable-win64

Finally run the make and make install command to compile wine source and install it on your system.

make
make install

Step 3 – Check Wine Version

Use the following command to check version of wine installed on your system

On 32-Bit Systems:
wine --version

On 64-Bit Systems:
wine64 --version

How to Use Wine?

To use wine we need to login to GUI desktop. After that Download a windows executable (.exe) file like PuTTY on your system and open it with Wine as below screenshot or use following command.

wine putty.exe

Install Wine

Share it!
Share on Facebook
Share on Twitter
Share on Reddit
Share on Tumblr
Rahul
Rahul
Connect on Facebook Connect on Twitter

I, Rahul Kumar am the founder and chief editor of TecAdmin.net. I am a Red Hat Certified Engineer (RHCE) and working as an IT professional since 2009..

Related Posts

  • How To Install Wine 4.0 on CentOS 8 & Fedora 30/29

    October 20, 2019
  • How To Install Wine 4 on Debian 10 (Buster) Linux

    May 26, 2019
  • How To Install Wine 4 on Debian 9 (Stretch)

    December 23, 2018
  • How To Install Wine 3 on Debian 8 (Jessie)

    August 4, 2018
  • How to Install Apache/PHP 7 on CentOS/RHEL 7.5/6.9 and Fedora 28-26

    October 7, 2017

79 Comments

  1. Avatar Daniel Murguia Reply to Daniel
    August 4, 2019 at 6:14 pm

    when i run ./configure i don’t get a Makefile file just a Makefile.in file and then when i run the make command i get the message “make: *** No targets specified and no makefile found. Stop.”

    plz help

« Previous 1 … 4 5 6

Leave a Reply

Cancel reply

Popular Posts

  • How to Install Python 3.8 on Ubuntu, Debian and LinuxMint
  • How to Restart Network Service on CentOS 8 or RHEL 8
  • How to Check IP Address on CentOS 8
  • How to Install Java 11/8 on Amazon Linux
  • How to Configure Static IP on CentOS 8 (CLI)
Copyright © 2013-2019 TecAdmin.net. All Rights Reserved. This site uses cookies. By using this website you agree with our term and services
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkNo
Revoke cookies