泰坦的复仇是Humble Indie Bundle中的一款游戏。我下载了 i386 .deb 文件(我正在安装 32 位)并尝试使用软件中心安装它。但是,当它快完成时,我收到了这个错误:
然后我尝试使用dpkg
它安装它,但安装失败,出现以下错误:
dpkg: error processing RevengeOfTheTitans-HIB-i386.deb (--install):
unable to create `/opt/revengeofthetitans/full_length_music/einleitung.mp3.dpkg-new' (while processing
`/opt/revengeofthetitans/full_length_music/einleitung.mp3'): No such file or directory
我该如何解决这个问题?
尝试先运行此命令:
我在 Ubuntu 论坛上找到了解决方案
sudo mkdir -p /opt/revengeofthetitans/full_length_music
http://ubuntuforums.org/showthread.php?t=1644127