How To Install q4wine on CentOS 7

In this tutorial we learn how to install q4wine on CentOS 7. q4wine is Qt GUI for wine

Introduction

In this tutorial we learn how to install q4wine on CentOS 7.

What is q4wine

Q4Wine is a qt GUI for wine. It will help you manage wine prefixes and installed applications. General features * Can export QT color theme into wine colors settings. * Can easy work with different wine versions at same time; * Easy creating, deleting and managing prefixes (WINEPREFIX); * Easy controlling for wine process; * Autostart icons support; * Easy cd-image use; * You can extract icons from PE files (.exe .dll); * Easy backup and restore for managed prefixes. * Winetriks support.

We can use yum or dnf to install q4wine on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install q4wine.

Install q4wine on CentOS 7 Using yum

Update yum database with yum using the following command.

sudo yum makecache

After updating yum database, We can install q4wine using yum by running the following command:

sudo yum -y install q4wine

Install q4wine on CentOS 7 Using dnf

If you don’t have dnf installed you can install DNF on CentOS 7 first. Update yum database with dnf using the following command.

sudo dnf makecache

After updating yum database, We can install q4wine using dnf by running the following command:

sudo dnf -y install q4wine

How To Uninstall q4wine on CentOS 7

To uninstall only the q4wine package we can use the following command:

sudo dnf remove q4wine

References

Summary

In this tutorial we learn how to install q4wine on CentOS 7 using yum and dnf.