我有 epel repo 并安装了它。当我想确保它已安装时,它显示“包 epel-release-6-8.noarch 已安装”。
[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
我应该怎么办?是centos6.9
答案1
答案2
在 negativo17.org 的这个 repo 中找到了它,这对我有用:
sudo wget -O /etc/yum.repos.d/epel-rar.repo https://negativo17.org/repos/epel-rar.repo
sudo yum update
sudo yum install rar