我让epel回购并安装了它。它显示了“软件包epel-版本-6-8已经安装”时,我想确保它已经安装。
[root@static ~]# rpm -ivh epel-release-6-8.noarch.rpm
Preparing... ########################################### [100%]
package epel-release-6-8.noarch is already installed
但是我不能安装一些放在这个存储库中的包,比如unrar rar aria2c。
[root@static ~]# yum install rar unrar
Loaded plugins: fastestmirror, refresh-packagekit
Setting up Install Process
Loading mirror speeds from cached hostfile
* base: ftp.antilo.de
* epel: mirror.wiuwiu.de
* extras: mirror.ratiokontakt.de
* updates: mirror.ratiokontakt.de
No package rar available.
No package unrar available.
Error: Nothing to do
我该怎么办?现在是六点九
发布于 2017-12-07 08:16:02
发布于 2019-01-24 15:45:57
在这项回购中,我发现了这个方法,它适用于我:
sudo wget -O /etc/yum.repos.d/epel-rar.repo https://negativo17.org/repos/epel-rar.repo
sudo yum update
sudo yum install rar
https://unix.stackexchange.com/questions/409406
复制相似问题