Linux MintにCodeLite 8をインストールすると、依存関係が壊れていました。

Linux MintにCodeLite 8をインストールすると、依存関係が壊れていました。

CodeLiteをインストールしたいです。私はウェブサイトの指示に従った。

私はLinux Mint 17.1 x64を実行しているので、Ubuntu Utopic、Trusted、およびVivid Universe用のストレージを追加しました。

今実行すると、apt install codelite wxcrafter次のようになります。

 codelite : depends: libglib2.0-0 (>= 2.41.1) but 2.40.2 is installed instead-0ubuntu1  

            depends: libhunspell-1.3-0 (>= 1.3.3)but 1.3.2-6ubuntu2 is installed instead
            depends: liblldb-3.4 but is not installable
            depends: libstdc++6 (>= 4.9) but 4.8.2-19ubuntu1 is installed instead
            suggests: nodejs but is not going to be installed

私は答えを試しましたこれ質問です。提供されたリンクが壊れています。

私の考えの問題は、いくつかの依存関係が私のMintに新しいもの(別名libglib2)またはかなり古いもの(別名liblldb)であるということです。

apt-cache searchliblldb-3.5をインストールしても、「依存:liblldb-3.4」行が削除されていないことがわかります。

libglib2.0-0を見つけました。 Debianページでバージョン2.44を見つけてダウンロードしましたが、インストールするとシステムが破損し、ハードドライブをフォーマットする必要がありました。

それでは、Linux Mint 17.1 64ビットCinnamonにCodeLite 8をインストールする方法は?

ベストアンサー1

Mint 17.1に適用可能http://repos.codelite.org/ubuntu/信頼できる宇宙

段階から、

  1. /etc/apt/sources.list.d/additional-repositories.listから他のすべてのコードライトストアを削除します。
  2. 正しいリポジトリを追加してください: sudo apt-add-repository 'debhttp://repos.codelite.org/ubuntu/信頼できる宇宙
  3. アップデートソース: sudo apt-get update
  4. コードライトのインストール: sudo apt-get install codelite

これにより、すべての依存関係とコードライトが正しくインストールされます。

おすすめ記事