fedora10 wine 使用windows软件

 

    通过wine实现在linux下运行windows下的exe文件,以上是dyli在fedora10里面配置的全程记录!

 

1 wine下载与安装

 

  1. [root@localhost thread_create]# yum install wine
  2. 载入插件: refresh-packagekit
  3. fedora
  4. updates

  5. 设置安装进程
  6. 解决依赖相关
  7. -->运行处理检查
  8. ---> 包 wine.i386 0:1.1.23-1.fc10 设置为 升级
  9. --> 过程依赖: wine-desktop = 1.1.23-1.fc10 依赖于包: wine-1.1.23-1.fc10.i386
  10. --> 过程依赖: wine-capi = 1.1.23-1.fc10 依赖于包: wine-1.1.23-1.fc10.i386
  11. --> 过程依赖: wine-twain = 1.1.23-1.fc10 依赖于包: wine-1.1.23-1.fc10.i386
  12. --> 过程依赖: wine-core = 1.1.23-1.fc10 依赖于包: wine-1.1.23-1.fc10.i386
  13. --> 过程依赖: wine-jack = 1.1.23-1.fc10 依赖于包: wine-1.1.23-1.fc10.i386
  14. --> 过程依赖: wine-cms = 1.1.23-1.fc10 依赖于包: wine-1.1.23-1.fc10.i386

  15. .................

  16. 运行 rpm_check_debug
  17. 运行测试事务处理
  18. 传输测试完成
  19. 事务处理测试成功
  20. 运行事务处理

 

2 安装软件

 

  1. [root@localhost source-insight]# ls
  2. Si35Setup.exe Sn.txt SourceInsight汉化说明.txt
  3. [root@localhost source-insight]# wine Si35Setup.exe  ---------运行本句

 

          fedora10 wine 使用windows软件

                               图1  WINE-SS安装

           fedora10 wine 使用windows软件

                                图2  WINE-SS安装成功

 

3 启动应用程序

 

  1. [root@localhost source insight3.5]# ls
  2. Changes.html FileAlias.txt INSTALL.LOG Source Insight.chm
  3. changes.txt images main.css StdConst.bas
  4. C.tom initapi.map readme.txt UNWISE.EXE
  5. eula.txt Insight3.Exe sihook3.exe utils.em
  6. [root@localhost source insight3.5]# wine Insight3.Exe    ------>启动source insight 
  7. fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
  8. fixme:font:WineEngCreateFontInstance Untranslated charset 195

 

fedora10 wine 使用windows软件

上一篇:Flutter 14: 图解最基础的 http 请求方式


下一篇:Codeforces 626F Group Projects(滚动数组+差分dp)