在CentOS 5.5 上安装Wine,方法同Redhat  

今天上课装了半天Wine,结果一直提示flex.找找资料搞定他

Wine 是一个在 Linux 下运行 Windows 应用程序的软件环境,其核心是一个 Windows 应用程序接口(API)库,作为 Linux 和 Windows 程序之间的桥梁。Wine 的官网是:http://www.winehq.org/。

 
Wine 安装包里的描述:
Description:
     While Wine is usually thought of as a Windows(TM) emulator, the Wine
   : developers would prefer that users thought of Wine as a Windows
   : compatibility layer for UNIX. This package includes a program loader,
   : which allows unmodified Windows 3.x/9x/NT binaries to run on x86 and x86_64
   : Unixes. Wine does not require MS Windows, but it can use native system
   : .dll files if they are available.
   :
   : The wine package is actually a meta-package which will install everything
   : you need for wine to work smoothly. If you don't want to install everything
   : take a look at the wine-* packages.
 
Wine 在 CentOS5.5 里并不是预装的软件包,所以需要先配置 CentOS 的非官方软件源 RPMForge,参见(在 CentOS 5中安装 RPMforge 安装源),然后通过 RPMForge 来安装 Wine。
 
运行命令:
 
yum install wine -y
 
来安装 wine。Wine-1.2-1 安装包大概有 50M 容量。
 
安装包会自动安装依赖的软件包,安装一般不会有什么问题。完整完毕,接着就是配置了。
 
首先把 Windows/system32 下的 MFC42.dll、msxml.dll、msvcp60.dll、riched20.dll、riched32.dll 等 .dll 文件复制到 ~/.wine/drive_c/windows/system32 里,再输入命令 winecfg 运行 wine 配置命令。
 
其实一般不需要再做特别的配置,wine 就能工作了。
 
还有一点得注意,做完这些以后运行 Windows 程序时,SELinux 可能会弹出阻止窗口。我们用下面的方法禁用 SELinux:
 
用文本编辑器编辑 /etc/sysconfig/selinux 文件,把 SELINUX=enforcing 变为 SELINUX=disabled,关闭 SELinux,存盘退出,重启系统。
 
运行 Windows 程序的方法:
 
拷贝 Windows 程序(例如 Ueit32.exe)到 ContOS 下的某文件夹下,运行命令:
 
wine Ueit32.exe

欢迎大佬支持本博客的发展 -- Donate --

本文链接:在CentOS 5.5 上安装Wine,方法同Redhat

转载声明:本站文章若无特别说明,皆为原创,转载请注明来源:三十岁,谢谢!^^


分享到:          
    • kk
    • 2011年08月6日

    是不是还需要一个挂载硬盘的步骤啊??????根本找不到wine的目录啊

    ~/.wine/drive_c/windows/system32??在哪里

    我是root安装的

    • 对,挂载
      fdisk -l查看磁盘驱动找到就是了
      wine安装可以自动配置默认分区,你的不是ntfs吧

  1. 我的意思是,我已经通过yum 下载了,但是想找到那个wine的安装目录!   默认的是安装在哪里啊!   谢谢啦! 

  2. 我想问下!yum默认的是把wine放在哪里啊,我怎么找不到, 

    • 不用找,只要配置好了yum,安装就会自动下来了
      如果你没配置yum,推荐还是去winehq下安装包吧

    • 应该是~/.wine
      推荐使用root安装

  1. 没有通告