web-dev-qa-db-ja.com

Ubuntu 16.04:libclang 6をインストールできません

現在、依存関係が満たされていないlibclang.so.6を持つdoxygenをインストールしようとしています。このパッケージをインストールするために これらの手順 に従いましたが、独自の依存関係があります。

The following packages have unmet dependencies:
clang-6.0 : Depends: libjsoncpp1 (>= 1.7.4) but 1.7.2-1 is to be installed
         Depends: libstdc++-7-dev but it is not installable
         Depends: libgcc-7-dev but it is not installable
         Depends: libobjc-7-dev but it is not installable
         Depends: libclang-common-6.0-dev (= 1:6.0.1~svn331815-1~exp1~20180509123840.80) but 1:6.0.1~svn331722-1~exp1~20180508135726.78 is to be installed
         Depends: libclang1-6.0 (= 1:6.0.1~svn331815-1~exp1~20180509123840.80) but 1:6.0.1~svn331722-1~exp1~20180508135726.78 is to be installed
E: Unable to correct problems, you have held broken packages.

Apt-getとsynapticの両方を使用して、これらのそれぞれをインストールしようとしましたが、正しいバージョンではすべて使用できないか、使用できません。これらの各依存関係の正しいバージョンを見つけてインストールするにはどうすればよいですか?

1
Ian MathWiz

18.04にアップグレードしたところ、うまくいきました。

1
Ian MathWiz