LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Problem with epel (https://www.linuxquestions.org/questions/linux-newbie-8/problem-with-epel-4175539115/)

jonaskellens 04-08-2015 10:21 AM

Problem with epel
 
Hello

I try to install the epel repository so I can install ejabberd.

I do not have epel, it seems :

Code:

[root@serv src]# ls /etc/yum.repos.d/
CentOS-Base.repo  CentOS-Debuginfo.repo  CentOS-fasttrack.repo  CentOS-Media.repo  CentOS-Vault.repo  n2.repo

So I try to install epel :

Code:

[root@serv src]# rpm -Uvh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
Retrieving http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
Preparing...                ########################################### [100]
        package epel-release-6-8.noarch is already installed

But when I try to install ejabberd :

Code:

[root@serv src]# yum install ejabberd
Loaded plugins: downloadonly, fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
 * base: ftp.nluug.nl
 * extras: ftp.nluug.nl
 * updates: ftp.nluug.nl
No package ejabberd available.
Error: Nothing to do

Something is wrong with epel.

AlucardZero 04-08-2015 10:38 AM

Someone (you?) has removed your EPEL repo config files. Uninstall then reinstall epel-release.

jonaskellens 04-08-2015 12:53 PM

Quote:

Originally Posted by AlucardZero (Post 5344443)
Uninstall then reinstall epel-release.

What do I need to uninstall and how do I do that ?

rknichols 04-08-2015 02:19 PM

Just run
Code:

yum reinstall epel-release
The epel-release RPM is available in the CentOS repos, so that should find it. Or, you can manually download the RPM and run
Code:

yum reinstall /path/to/epel-release-6-8.noarch.rpm

jonaskellens 04-09-2015 03:29 AM

OK I was able to erase and reinstall epel repository.

I however can still not install ejabberd :

Code:

[root@serv src]# yum install ejabberd
Loaded plugins: downloadonly, fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
epel/metalink                                                                                                                                                                              |  26 kB    00:00   
 * base: mirror.denit.net
 * epel: ftp.nluug.nl
 * extras: ftp.nluug.nl
 * updates: ftp.nluug.nl
epel                                                                                                                                                                                        | 4.4 kB    00:00   
epel/primary_db                                                                                                                                                                            | 6.5 MB    00:00   
No package ejabberd available.
Error: Nothing to do

It should be in the epel repo.

knudfl 04-09-2015 10:22 AM

No ejabberd in EPEL http://dl.fedoraproject.org/pub/epel...r_e.group.html

Used to be in this repo ...
ftp5.gwdg.de/pub/opensuse/repositories/home:/Ledest:/ErlangPro/CentOS_CentOS-6/
* The package is available from http://rpm.pbone.net/index.php3
... but may have "impossible" dependencies ?


`ejabberd 15.03' https://www.process-one.net/en/ejabberd/downloads/


-


All times are GMT -5. The time now is 05:15 PM.