大家好,还是可以在fedora 22上安装libgcrypt.so.11吗?我按照这些步骤,什么都没得到.
yum install yum-plugin-copr复制文本并以root用户身份粘贴到文件中:
/etc/yum.repos.d/red-libgcrypt.so.11-fedora-rawhide.repo
sudo yum install libgcrypt.so.11
输出:
Yum command has been deprecated, redirecting to '/usr/bin/dnf install libgcrypt.so.11'.
See 'man dnf' and 'man yum2dnf' for more information.
To transfer transaction metadata from yum to DNF, run:
'dnf install python-dnf-plugins-extras-migrate && dnf-2 migrate'
Warning: failed loading '/etc/yum.repos.d/red-libgcrypt.so.11-fedora-rawhide.repo', skipping.
Last metadata expiration check performed 0:10:13 ago on Wed Oct 28 16:44:05 2015.
No package libgcrypt.so.11 available.
Run Code Online (Sandbox Code Playgroud)
你应该dnf在Fedora 22中使用它,因为它是默认的包管理器,旧yum的不推荐使用.
dnf有一个插件来管理COPR存储库.您可以通过以下方式启用COPR存储库:
$ sudo dnf copr enable red/libgcrypt.so.11
Run Code Online (Sandbox Code Playgroud)
然后安装包:
$ sudo dnf install compat-libgcrypt
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
4072 次 |
| 最近记录: |