我尝试通过 32 位和 64 位计算机的实时 USB 在“试用 Ubuntu”桌面中安装 Rainlendar2。下载 Rainlendar2 并提取文件夹/文件后,Rainlendar2 图标未出现在桌面上,尽管它显示已安装在 Ubuntu 软件中心。我尝试从文件启动 Rainlendar2,并收到错误消息,称存档管理器无法打开 Rainlendar2。
如果 Ubuntu 社区可以提供任何帮助和建议,我将不胜感激。
答案1
在 Ubuntu 16.04 中安装 RainLender 的正确方法如下
.deb
从以下位置下载文件他们的下载网站标有 (Debian/Ubuntu)。我在这里从 64 位架构的终端进行演示。wget -c http://www.rainlendar.net/download/rainlendar2-pro_2.13.1.b147-1_amd64.deb
根据命令中的需要将链接更改为 pro 或 lite。
下载完成后,使用
dpkg
sudo dpkg -i rainlendar2-pro_2.13.1.b147-1_amd64.deb
Tab再次相应地更改文件名。如果您快速按两次键,终端可以自动为您完成文件名。
虽然这将安装 rainlender,但该软件将保持未配置状态,因为它的一些依赖项将无法满足。您可能会在之后看到如下输出
Selecting previously unselected package rainlendar2-pro.
(Reading database ... 651477 files and directories currently installed.)
Preparing to unpack .../rainlendar2-pro_2.13.1.b147-1_amd64.deb ...
Unpacking rainlendar2-pro (2.13.1.b147-1) ...
dpkg: dependency problems prevent configuration of rainlendar2-pro:
rainlendar2-pro depends on libwebkitgtk-1.0-0; however:
Package libwebkitgtk-1.0-0 is not installed.
dpkg: error processing package rainlendar2-pro (--install):
dependency problems - leaving unconfigured
Processing triggers for bamfdaemon (0.5.3~bzr0+16.04.20160523-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for gnome-menus (3.13.3-6ubuntu3) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu5) ...
Processing triggers for mime-support (3.59ubuntu1) ...
Errors were encountered while processing:
rainlendar2-pro
要修复此依赖问题,再次在终端中输入
sudo apt-get -f install
然后它将下载并安装其他包以满足依赖关系,然后您就可以运行它。
以下是在我的 Ubuntu(使用 KDE5)中运行 RainLender 的屏幕截图