KeeWeb桌面安装错误

时间:2016-07-15 19:33:56

标签: linux package deb dpkg

我刚刚安装了Ubuntu Gnome 16.04 LTS,我正在尝试安装KeeWeb,它在我的Elementary OS上运行...我下载了最新版本的KeeWeb Desktop for Linux(.deb包),我收到错误...我看了它在谷歌但我没有找到任何有用的...你们可以帮助吗?请:)

(Reading database ... 191047 files and directories currently installed.)
Preparing to unpack KeeWeb.linux.x64.deb ...
Unpacking keeweb-desktop (1.2.2-1) ...
dpkg: error processing archive KeeWeb.linux.x64.deb (--install):
 unable to create '/opt/keeweb-desktop/content_shell.pak.dpkg-new' (while processing './opt/keeweb-desktop/content_shell.pak'): No such file or directory
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu5) ...
Processing triggers for mime-support (3.59ubuntu1) ...
Processing triggers for shared-mime-info (1.5-2ubuntu0.1) ...
Errors were encountered while processing:
 KeeWeb.linux.x64.deb

1 个答案:

答案 0 :(得分:1)

对我来说同样的问题。 执行:

sudo mkdir /opt/keeweb-desktop
sudo chmod 777 /opt/keeweb-desktop

然后再次运行安装程序。