Koozali.org: home of the SME Server

What has happened to eGroupware contrib?

Offline toothandnail

  • ****
  • 139
  • +0/-0
What has happened to eGroupware contrib?
« 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.

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Re: What has happened to eGroupware contrib?
« Reply #1 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








« Last Edit: April 01, 2008, 11:17:56 AM by william_syd »
Regards,
William

IF I give advise.. It's only if it was me....

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: What has happened to eGroupware contrib?
« Reply #2 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

Offline toothandnail

  • ****
  • 139
  • +0/-0
Re: What has happened to eGroupware contrib?
« Reply #3 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.