Koozali.org: home of the SME Server
Obsolete Releases => SME 7.x Contribs => Topic started by: Drufazz on February 27, 2008, 12:44:43 AM
-
Hi All,
I'm trying to install groupoffice but can't seem to get it to work.
I downloaded it with:
wget http://mirror.contribs.org/smeserver/releases/7/smecontribs/i386/RPMS/smeserver-groupoffice-2.18.1-7.el4.sme.noarch.rpm
which worked, but upon trying to install it with:
yum --enablerepo=smecontribs install smeserver-groupoffice
I get an error saying "error getting repository data for smecontribs, repository not found"
Any help appreciated.
Cheers,
-
Drufazz
You don't need to download the package if doing a yum install from an external repo.
I see the package is in the repo specified.
Is the repo configured on your server, check with
db yum_repositories show smecontribs
which should give an output like this
smecontribs=repository
BaseURL=http://mirror.contribs.org/pub/smeserver/releases/7/smecontribs/$basearch
EnableGroups=yes
GPGCheck=yes
MirrorList=file:///etc/yum.repos.d/mirrors-smecontribs
Name=SME Server - contribs
Visible=no
status=disabled
Alternatively you can do a localinstall, as you have now downloaded the package
cd to the folder where the downloaded file is
eg
cd /tmp
yum localinstall smeserver-groupoffice*.rpm
-
Thanks, done a local install and is now working.
I know very little about linux but manage to get by :)
Cheers,