Debian Jessieが依存関係を破った。次のパッケージが維持されました:librtmp1

Debian Jessieが依存関係を破った。次のパッケージが維持されました:librtmp1

私は効率的なDebian 8システムをほとんど扱っていないので、この問題がいつ、どのように起こったのか覚えていません。インストールしようとしましたが、満たされていない依存関係が得られたときにこれを見つけましたopenshot(私の問題はもっと深くなったようだったので、最後の出力)。

私はこれをしましたが、apt-get update警告やエラーなしで通常どおりに機能しました。しかし、apt-get upgrade報告書は次のように述べた。

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
  librtmp1
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.

なぜ躊躇しますか?努力するapt-get install librtmp1

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:
 librtmp1 : Depends: libgnutls30 (>= 3.5.6) but it is not installable
            Depends: libhogweed4 but it is not installable
            Depends: libnettle6 but it is not installable
E: Unable to correct problems, you have held broken packages.

「インストールできません」というメッセージが悪いようです。ただし、(直接的または間接的に)依存するパッケージの中に、cmake、libre-office、kde-runtime(およびBlender、gimp、qemuなど)などの基本的な機能があるため、削除できません。

一部の投稿では、次のことを提案していapt-get dist-upgradeますが、これは何もしません。

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

apt-get install python-mltまた、libstdc ++6との非常に基本的な競合に関連する手動修正の試みに奇妙な観察がありました。

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:
 python-mlt : Depends: libmlt++3 (>= 1:6.4.1) but it is not going to be installed
              Depends: libmlt6 (>= 1:6.4.1) but it is not going to be installed
              Depends: libstdc++6 (>= 5) but 4.9.2-10 is to be installed
E: Unable to correct problems, you have held broken packages.

更新: /etc/apt/sources.list:

deb [arch=amd64,i386] http://ftp.de.debian.org/debian jessie main contrib non-free
deb-src http://ftp.de.debian.org/debian/ jessie main
deb [arch=amd64,i386] http://ftp2.de.debian.org/debian jessie-backports main
deb-src http://ftp2.de.debian.org/debian jessie-backports main
deb http://www.deb-multimedia.org testing main non-free

マルチメディアテストがいつ開始されたか覚えていません。

ベストアンサー1

あなたのものを編集して次に変更し、sources.list次を実行します。testingjessie

apt-get update
apt-get upgrade
pt-get install python-mlt

おすすめ記事