如何安装“泰坦复仇”?

dv3*_*0ea 10 software-center installation dpkg games

Revenge of the Titans 是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
Run Code Online (Sandbox Code Playgroud)

我该如何解决这个问题?

Mat*_*hew 11

首先尝试运行此命令:

sudo mkdir -p /opt/revengeofthetitans/full_length_music
Run Code Online (Sandbox Code Playgroud)