brackets 64bitの最新のdebパッケージがあります。 Ubuntu 15.04を使用しています。次のエラーが表示されます。
dependency is not satisfiable: libgcrypt11 (>= 1.4.5)
libgcrypt11
をインストールしようとしましたが、このエラーが発生しました:
$ Sudo apt-get install libgcrypt11
Package libgcrypt11 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 'libgcrypt11' has no installation candidate
私は今どうすればいい?
Update、以下のバージョンは利用できなくなりました。次に、Trustyバージョンをインストールする必要があります。
wget https://launchpad.net/~ubuntu-security-proposed/+archive/ubuntu/ppa/+build/7110687/+files/libgcrypt11_1.5.4-2ubuntu1.1_AMD64.deb
Sudo dpkg -i libgcrypt11_1.5.4-2ubuntu1.1_AMD64.deb
パッケージlibgcrypt11
は、Ubuntu 15.04ではインストール可能なパッケージではなくなりました。ライブラリlibgcrypt20
が必要になりました。
したがって、 here から最新のUtopicパッケージをインストールしてください:
Sudo dpkg -i libgcrypt11_1.5.4-2ubuntu1.1_AMD64.deb
または、my前の回答の手順に従って、角括弧パッケージの依存関係を変更し、libgcrypt20
を使用します。
同じ問題がありました。 A.B.の回答の手順に従った後、エラーは消えませんでした。 Ubuntu-After-installからBracketsをインストールしました。
https://www.thefanclub.co.za/how-to/ubuntu-after-install
Sudo add-apt-repository ppa:thefanclub/ubuntu-after-install Sudo apt-get update Sudo apt-get install ubuntu-after-install
必要なことは、Ubuntu 14.04 LTSなどの古いUbuntuバージョンからlibgcrypt11をインストールすることだけです。
https://launchpad.net/ubuntu/+archive/primary/+files/libgcrypt11_1.5.3-2ubuntu4.2_i386.deb
https://launchpad.net/ubuntu/+archive/primary/+files/libgcrypt11_1.5.3-2ubuntu4.2_AMD64.deb
PPAを介してブラケットをインストールできます。
Sudo add-apt-repository ppa:webupd8team/brackets
Sudo apt-get update
Sudo apt-get install brackets
テストバージョンパッケージをダウンロードできます このページ に基づいて この問題
ブラケットは初めてです。インストールに問題はありませんでした。ポップアップのみが、新しいバージョンが利用可能であるという通知を出しました。これはlibgcrypt20では機能しない1.4バージョンです。
追加
sarathms の指示に従ってみましたが、バージョン1.4はこの方法では起動しません。コマンドラインからbrackets
/usr/bin/brackets: error while loading shared libraries:
libgcrypt.so.11: cannot open shared object file: No such file or directory
どうやらコンパイルされたコード内のどこかに、依存関係があります。