Comments on: Wine 9.0 – Run Windows Apps and Games on Linux https://www.tecmint.com/install-wine-in-rhel-centos-and-fedora/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Mon, 29 Apr 2024 10:33:05 +0000 hourly 1 By: nicu https://www.tecmint.com/install-wine-in-rhel-centos-and-fedora/comment-page-1/#comment-2165123 Mon, 29 Apr 2024 10:33:05 +0000 http://www.tecmint.com/?p=582#comment-2165123 Pro tip: You don’t need either the Workstation meta-package or the GNOME desktop in order to run Wine on Fedora.

]]>
By: Ravi Saive https://www.tecmint.com/install-wine-in-rhel-centos-and-fedora/comment-page-1/#comment-2154050 Mon, 01 Apr 2024 04:10:25 +0000 http://www.tecmint.com/?p=582#comment-2154050 In reply to YOgesh A M.

@Yogesh,

To install the 32-bit version of Wine on RHEL 9, you’ll need to install the necessary 32-bit development packages installed, particularly those related to Xlib.

sudo dnf install libX11-devel.i686

After installing the required packages, you can attempt to configure Wine again with the:

./configure --enable-win
make
sudo make install

This should successfully configure and install the 32-bit version of Wine on your RHEL 9 system.

]]>
By: YOgesh A M https://www.tecmint.com/install-wine-in-rhel-centos-and-fedora/comment-page-1/#comment-2153867 Sun, 31 Mar 2024 17:01:29 +0000 http://www.tecmint.com/?p=582#comment-2153867 Hello Ravi,

Could you please me with wine 32 bit installation in Rhel 9.

I have installed wine but I need 32 bit.

I have tried to install using ./configure --enable-win getting the below error.

checking for i386-w64-mingw32-clang... no
checking for clang... no
checking for pthread_create... yes
checking how to run the C preprocessor... gcc -m32 -E
checking for X... no
configure: error: X 32-bit development files not found. Wine will be built
without X support, which probably isn't what you want. You will need
to install 32-bit development packages of Xlib at the very least.
Use the --without-x option if you really want this.

Could you please guide me to install 32 bit.

]]>
By: Ravi Saive https://www.tecmint.com/install-wine-in-rhel-centos-and-fedora/comment-page-1/#comment-1394751 Thu, 26 Nov 2020 04:34:01 +0000 http://www.tecmint.com/?p=582#comment-1394751 In reply to Hashan Perera.

@Harshan,

You can install wine on the KDE desktop as well…

]]>
By: Hashan Perera https://www.tecmint.com/install-wine-in-rhel-centos-and-fedora/comment-page-1/#comment-1394690 Wed, 25 Nov 2020 21:42:24 +0000 http://www.tecmint.com/?p=582#comment-1394690 Can’t we use wine in the KDE desktop environment? Does it require Gnome?

]]>