Edw*_*lds 15 software-installation 15.04
我有最新的 deb括号包64 位。我在 Ubuntu 15.04 上。我收到以下错误:
dependency is not satisfiable: libgcrypt11 (>= 1.4.5)
Run Code Online (Sandbox Code Playgroud)
我尝试安装,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
Run Code Online (Sandbox Code Playgroud)
我现在该怎么办?
A.B*_*.B. 24
更新,以下版本不再可用。现在您必须安装 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
Run Code Online (Sandbox Code Playgroud)
该软件包libgcrypt11不再是 Ubuntu 15.04 中的可安装软件包。你现在需要图书馆libgcrypt20。
因此,从这里安装最新的 Utopic 包:
sudo dpkg -i libgcrypt11_1.5.4-2ubuntu1.1_amd64.deb
Run Code Online (Sandbox Code Playgroud)
或者按照我之前回答中的步骤更改括号包的依赖项并使用libgcrypt20.