Comments on: How to Install Wine 7.x on CentOS, RHEL and Fedora https://tecadmin.net/steps-install-wine-centos-rhel-fedora-systems/ How to guide for System Administrator's and Developers Wed, 03 Aug 2022 11:49:11 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: savita https://tecadmin.net/steps-install-wine-centos-rhel-fedora-systems/#comment-61446 Tue, 16 Mar 2021 10:17:53 +0000 https://tecadmin.net/?p=2609#comment-61446 hi,i have installed wine-5.0.2 but i don’t know how to install tally erp9 multiuser with wine. please help me guide me steps

]]>
By: Sencer https://tecadmin.net/steps-install-wine-centos-rhel-fedora-systems/#comment-50417 Sun, 24 May 2020 12:59:29 +0000 https://tecadmin.net/?p=2609#comment-50417 Hi

]]>
By: Daniel Murguia https://tecadmin.net/steps-install-wine-centos-rhel-fedora-systems/#comment-42002 Sun, 04 Aug 2019 18:14:17 +0000 https://tecadmin.net/?p=2609#comment-42002 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

]]>
By: Clemens https://tecadmin.net/steps-install-wine-centos-rhel-fedora-systems/#comment-41717 Sun, 14 Jul 2019 17:01:09 +0000 https://tecadmin.net/?p=2609#comment-41717 Hi there!

This is really a nice site, – thanks Rahul. 🙂

However, there exist now a somewhat easier install method from EPEL. And for all those who need also the 32bit Wine variant on latest CentOS 7.x check the harbottle REPO, https://gitlab.com/harbottle/wine32. Most recent version (for July 2019) is Wine 4.0.2.

In short:

# Install repos
sudo yum -y install epel-release https://harbottle.gitlab.io/wine32/7/i386/wine32-release.rpm

# Install Wine 64 bit and 32 bit
sudo yum -y install wine wine.i686

# Run Wine 64 bit, for example:
wine64 cmd

# Run Wine 32 bit, for example:
wine32 cmd

]]>
By: Jaideep Singh https://tecadmin.net/steps-install-wine-centos-rhel-fedora-systems/#comment-41687 Fri, 12 Jul 2019 07:15:04 +0000 https://tecadmin.net/?p=2609#comment-41687 Thank You

]]>
By: Faizan https://tecadmin.net/steps-install-wine-centos-rhel-fedora-systems/#comment-4186 Thu, 24 Aug 2017 07:59:47 +0000 https://tecadmin.net/?p=2609#comment-4186 Hi
please tell me how i will open winbox ? i haven’t get any option as given in the image .

]]>
By: Vitisha https://tecadmin.net/steps-install-wine-centos-rhel-fedora-systems/#comment-3628 Tue, 25 Apr 2017 12:18:42 +0000 https://tecadmin.net/?p=2609#comment-3628 Hi, Do you have Idea how to install .Net Framework on wine. ?

]]>
By: Priyanshu https://tecadmin.net/steps-install-wine-centos-rhel-fedora-systems/#comment-3221 Wed, 23 Nov 2016 05:57:40 +0000 https://tecadmin.net/?p=2609#comment-3221 If you have 64 bit machine then “wine” won’t work.
Write wine64 –version

]]>
By: Fiki Hafana https://tecadmin.net/steps-install-wine-centos-rhel-fedora-systems/#comment-3117 Fri, 23 Sep 2016 15:12:55 +0000 https://tecadmin.net/?p=2609#comment-3117 What should i do if i got libxml2 multilib protected??

]]>
By: gabe https://tecadmin.net/steps-install-wine-centos-rhel-fedora-systems/#comment-2999 Mon, 08 Aug 2016 17:53:22 +0000 https://tecadmin.net/?p=2609#comment-2999 do this and you will be able to install it

RHEL/CentOS 6 32-64 Bit

## RHEL/CentOS 6 32-Bit ##

# wget http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
# rpm -ivh epel-release-6-8.noarch.rpm

## RHEL/CentOS 6 64-Bit ##
# wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
# rpm -ivh epel-release-6-8.noarch.rpm

]]>