分页: 1 / 1

[问题]wine快速安装问题

发表于 : 2008-04-27 21:43
njzhiyuan
我的系统是 ubuntu8.04,我从官方下载了wine-0.9.60.tar.bz2解压,我以用chmod -R 775 wine-0.9.60修改了文件的权限,进入源文件目录,以下三次尝试都失败了,
zhiyuan@zhiyuan:/home/software/wine-0.9.60$ sudo ./tools/wineinstall
[sudo] password for zhiyuan:
WINE Installer v0.75

You are running wineinstall as root, this is not advisable. Please rerun as a user.
Aborting.
zhiyuan@zhiyuan:/home/software/wine-0.9.60$ ./tools/wineinstall
WINE Installer v0.75

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.
zhiyuan@zhiyuan:/home/software/wine-0.9.60$ su root
口令:
root@zhiyuan:/home/software/wine-0.9.60# ./tools/wineinstall
WINE Installer v0.75

You are running wineinstall as root, this is not advisable. Please rerun as a user.
Aborting.

最后,我只得./configure &&make depend &&make &&make install &&make clean来完成安装,花了一个多小时,请各位指点一下,怎么用./tools/wineinstall快速完成安装,谢谢!

发表于 : 2008-05-01 17:24
alphayl
./wineinstall

不要用sudo,LZ要学着看看命令提示嘛

发表于 : 2008-05-02 8:58
njzhiyuan
alphayl 写了:./wineinstall

不要用sudo,LZ要学着看看命令提示嘛
不行啊,错误如下:
zhiyuan@zhiyuan:/home/software/wine-0.9.60/tools$ ./wineinstall
WINE Installer v0.75

/home/software/wine-0.9.60 /home/software/wine-0.9.60/tools
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.

这 和我 原来的第二个安装方式一样啊

发表于 : 2008-05-03 6:37
abigtree
我直接从源安装,没有任何问题
sudo apt-get install wine

发表于 : 2008-05-03 10:00
saoxia
wine 今天更新了,有最新版0.9.61版下载
http://ibiblio.org/pub/linux/system/emu ... 61.tar.bz2
http://prdownloads.sourceforge.net/wine ... 61.tar.bz2

错误提示说,楼主的源目录不可写入,你可能是以root身份解压缩了源文件。
可能改变目录和文件权限时,用chmod -R 777会好些吧。