This article covers how to install Wine on CentOS 8. With the use of this package, you can easily use the native Windows applications on CentOS 8. However, you can also remove this package from your CentOS 8 system to conserve the memory whenever you want.
How to Install Wine 4 on CentOS 8:
Install EPEL Repos on CentOS 8
Wine is not included in the default CentOS 8 repositories but however available on EPEL repos. Therefore, run the command below to install EPEL repos:
$ dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
To run Wine on CentOS 8:
Wine command takes the following syntax.
$ wine program [arguments]
To obtain help on Wine usage;
$ wine --help
Consult man pages for Wine for more insight.
$ man wine
Before you can use Wine to run Windows applications, reboot your system to setup the Wine environment.
$ systemctl reboot
https://linuxapt.com/blog/125-install-wine-on-centos-8