方法一:
1.下载wine.***.tar.bz2
2.终端进入文件目录解压:tar jxvf wine.***.tar.bz2
3.cd /***/wine****/tools/
4. ./wineinstall时提示
Wine Installer v1.0
The source directory is not writable. You probably extracted the sources as root.
You should remove the source tree and extract it again as a normal user.
chmod 777 wineinstall 后提示相同,再将wine***和tools目录的属性改为-rwxrwxrwx 后在执行4的操作才可以运行
5.
方法二:
root#yum install wine
Loaded plugins: fastestmirror, refresh-packagekit
Loading mirror speeds from cached hostfile
* fedora: ftp.uni-bayreuth.de
* updates: ftp.cuhk.edu.hk
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package wine.i386 0:1.1.23-1.fc10 set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
wine i386 1.1.23-1.fc10 updates 24 k
Transaction Summary
================================================================================
Install 1 Package(s)
Upgrade 0 Package(s)
Total download size: 24 k
Is this ok [y/N]: y
Downloading Packages:
wine-1.1.23-1.fc10.i386.rpm | 24 kB 00:00
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : wine-1.1.23-1.fc10.i386 1/1
Installed:
wine.i386 0:1.1.23-1.fc10
Complete!
root# winecfg //路径不受限制
yum insatll wine安装后wine的路径在/usr/share/wine/,包含fonts generic.ppd wine.inf
阅读(1350) | 评论(0) | 转发(1) |