Ubuntu 19.10で「libgnome2-0」をインストールする方法

Ubuntu 19.10で「libgnome2-0」をインストールする方法

依存関係をインストールしたいです。簡単な保管Linuxアプリ(主にOneDriveと同期)

1つを除くすべての依存関係をインストールしましたが、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-0Ubuntu 19.10では使用できません。通常のGNOME 2の削除(時には18.04から19.10の間)の一部として削除されました。

あなたできるUbuntu 18.04でパッケージをインストールしますが、より良い方法は他のOneDrive互換クライアントを使用することです。rclone

おすすめ記事