ubuntu 19にスクリーンレットをインストールしようとしましたが、正しくインストールするための依存関係の一部を取得できません-パッケージ 'python-gnome2'。
Sudo apt install screenlets
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
screenlets : Depends: python-gnome2 but it is not installable
Depends: python-wnck but it is not installable
Depends: python-gconf but it is not installable
Depends: python-beautifulsoup but it is not installable
Depends: python-gnomekeyring but it is not installable
Recommends: python-webkit but it is not installable
Recommends: python-rsvg but it is not installable
Recommends: screenlets-pack-basic but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Sudo apt install python-gnome2
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package python-gnome2 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 'python-gnome2' has no installation candidate
一部のグーグルは「python-gnome2」パッケージが18.04以降廃止されたことを示していますか?
誰かがいくつかの回避策が利用可能かどうか、またはUbuntu 19でスクリーンレットを実行できるようにする更新があるかどうかを誰かが知っていますか?
警告:通常、以下の方法は推奨されませんが、システムにScreenLetsを本当にインストールしたい場合は続行できます。
Ubuntu 16.04 LTSリポジトリをシステムに追加する必要があります。
cat << EOF | Sudo tee /etc/apt/sources.list.d/xenial.list
deb http://archive.ubuntu.com/ubuntu xenial main universe multiverse restricted
deb http://archive.ubuntu.com/ubuntu xenial-updates main universe multiverse restricted
deb http://archive.ubuntu.com/ubuntu xenial-security main universe multiverse restricted
EOF
次に、LibPNG 1.2を linuxuprising PPA からインストールする必要があります(通常のdebベースのメソッド 機能しない として):
Sudo add-apt-repository ppa:linuxuprising/libpng12
Sudo apt install libpng12-0
次に、 ScreenLets PPA を追加する必要があります。
Sudo apt-key adv --keyserver keyserver.ubuntu.com --recv 94E58C34A8670E8C
Sudo add-apt-repository "deb http://ppa.launchpad.net/screenlets/ppa/ubuntu xenial main"
最後に、ScreenLetsのインストールが許可されます。
Sudo apt-get install screenlets-pack-all
そしてお楽しみください。