在每次安装过程中,我都会收到以下错误:
Setting up quake3-data (1-0ubuntu2) ...
/var/lib/dpkg/info/quake3-data.postinst: 24: [: /host/Games: unexpected operator
/var/lib/dpkg/info/quake3-data.postinst: 32: [: /host/Games: unexpected operator
cp: omitting directory `/host/Games'
cp: cannot stat `Installed/Quake-3/baseq3/pak0.pk3': No such file or directory
dpkg: error processing quake3-data (--configure)我只是用了这个命令:
sudo dpkg --force-all -r ubuntu-docs我可以重新安装fglrx驱动程序,但老实说,我不知道它是如何被删除的。我一定是在和compiz玩的时候做了什么。所以我刚刚安装了fglrx,希望一切顺利。
现在,我想消除这个quake3错误。
发布于 2012-07-23 20:30:45
这显然是地震3数据包中的一个bug,它不允许CDROM路径中有一个空间。
我建议清除它(而不是完全无关的ubuntu-docs)。
如果它不允许您清除它,请编辑/var/lib/dpkg/info/quake3-data.postinst并在第一行中放置一个exit 0。那么它应该被清除掉。
请提出一个错误,这个包裹坏了。
https://askubuntu.com/questions/161790
复制相似问题