Koozali.org: home of the SME Server

Obsolete Releases => SME 7.x Contribs => Topic started by: toothandnail on April 01, 2008, 10:38:58 AM

Title: What has happened to eGroupware contrib?
Post by: toothandnail on April 01, 2008, 10:38:58 AM
I was wanting to install eGroupware to a test SME 7.3 server. Followed the information in the Wiki, and entered this:

Code: [Select]
yum install smeserver-egroupware --enablerepo=smecontribs
However, I'm getting an error from Yum - it can't find the RPM. Has it been moved? Any help gratefully received.

I tried a search of the forum, but haven't picked up anything relevant.

Paul.
Title: Re: What has happened to eGroupware contrib?
Post by: william_syd on April 01, 2008, 11:14:42 AM


[root@c3 ~]# yum --enablerepo=smecontribs list available | grep groupware
smeserver-egroupware.noarch              1.4.002-3.el4.sme      smecontribs
[root@c3 ~]#



[root@c3 ~]# yum --enablerepo=smecontribs install smeserver-egroupware
==============================================================
WARNING: Additional commands may be required after running yum
==============================================================
Loading "fastestmirror" plugin
Loading "smeserver" plugin
Setting up Install Process
Setting up repositories
Loading mirror speeds from cached hostfile
Reading repository metadata in from local files
Excluding Packages from CentOS - os
Finished
Excluding Packages from CentOS - updates
Finished
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package smeserver-egroupware.noarch 0:1.4.002-3.el4.sme set to be updated
--> Running transaction check

Dependencies Resolved

=============================================================================
 Package                 Arch       Version          Repository        Size
=============================================================================
Installing:
 smeserver-egroupware    noarch     1.4.002-3.el4.sme  smecontribs        25 M

Transaction Summary
=============================================================================
Install      1 Package(s)
Update       0 Package(s)
Remove       0 Package(s)
Total download size: 25 M








Title: Re: What has happened to eGroupware contrib?
Post by: Stefano on April 01, 2008, 12:11:35 PM
completing william's answer, try:

Code: [Select]
yum clean all

and then retry to install it

HTH
Ciao
Stefano
Title: Re: What has happened to eGroupware contrib?
Post by: toothandnail on April 01, 2008, 03:45:18 PM
Thanks to you both - worked this time. Now I just have to read the docs to set it up the way I need it.

Thanks again.

Paul.