How to install wine in RHEL and Centos
Description:
Wine enables Linux, Mac, BSD, and Solaris users run Windows applications without a copy of Microsoft Windows.
( lets assume you already enable EPEL REPO )
command:
yum install wine
This will install the wine meta package containing a standard set of dependencies. Expert users that want certain specific wine packages to be installed can choose from the list below:
wine-capi = ISDN support for wine
wine-cms = Color Management for wine
wine-core = Wine core package
wine-devel = Wine development environment
wine-esd = ESD sound support for wine
wine-jack = JACK sound support for wine
wine-ldap = LDAP support for wine
wine-nas = NAS sound support for wine
wine-tools = Additional wine tools
wine-twain = Twain support for wine
Dec 28, 2011 at 9:47 AM /
thanks this is informative