How to Install Wine on CentOSIntroductionWine is a software that allows us to run windows applications on Unix and Linux based system. It also contains winlib where developer can compile windows application. It was designed and developed by Alexandre Julliard and first released on 1993. In this tutorial, we will install Wine on Ubuntu on CentOS 7. Prerequisites
InstallationInstallation includes the following steps. 1. Install Wine Installing Wine on CentOS 7 is really very easy. It just needs a simple command to be executed. The command is given below. 2. Run Wine Just type wine on the terminal to run Wine. In order to run wine properly, it needs two installations to be done on the startup. Just perform the installations. We can also open wine by searching for it in the applications. Hence, we have installed and get started with Wine. Now we can install the windows compatible software such as Notepad++ on CentOS. Next TopicInstall OpenOffice |