我想安装依赖项存储变得简单Linux应用程序(主要是与OneDrive同步)
安装了除一个之外的所有依赖项libgnome2-0
,安装过程中出现的错误是
$ sudo dpkg -i storagemadeeasy_4.9.4.deb
Selecting previously unselected package storagemadeeasy.
(Reading database ... 475763 files and directories currently installed.)
Preparing to unpack storagemadeeasy_4.9.4.deb ...
Unpacking storagemadeeasy (4.9-4) ...
dpkg: dependency problems prevent configuration of storagemadeeasy:
storagemadeeasy depends on libgnome2-0; however:
Package libgnome2-0 is not installed.
dpkg: error processing package storagemadeeasy (--install):
dependency problems - leaving unconfigured
Processing triggers for gnome-menus (3.32.0-1ubuntu1) ...
Processing triggers for desktop-file-utils (0.24-1ubuntu1) ...
Processing triggers for mime-support (3.63ubuntu1) ...
Errors were encountered while processing:
storagemadeeasy
我试过sudo apt-get install libgnome2-0
错误出现为
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libgnome2-0 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'libgnome2-0' has no installation candidate
关于如何克服这个包依赖问题的任何想法。
我的ubuntu版本是Ubuntu 19.10
答案1
libgnome2-0
在 Ubuntu 19.10 中不可用;它作为 GNOME 2 常规删除的一部分被删除(18.04 到 19.10 之间的某个时间)。
你可以从 Ubuntu 18.04 安装该软件包,但我认为更好的方法是使用另一个与 OneDrive 兼容的客户端,例如rclone
。