Koozali.org: home of the SME Server
Obsolete Releases => SME Server 8.x => Topic started by: tintin on July 25, 2011, 04:07:21 PM
-
Hi All
I just installed sme 8 now i want to load some of the sme7contribs.
http://wiki.contribs.org/SME8.0_Contribs_QA#Setup
The problem i have is that when i do the :
db yum_repositories set sme7contribs repository \
GPGCheck yes \
I get
-bash: GPGCheck: command not found.
then when i do the next
MirrorList http://distro.ibiblio.org/pub/linux/distributions/smeserver/mirrorlist/smecontribs-7 \
i get the same :
-bash: GPGCheck: command not found.
what am i missing ?
Thanks
Tintin :???:
-
Tintin,
The \ at the end of a line at the command-prompt is for breaking a long command-line into several lines.... so don't try to use them as separate commands.
First copy the ENTIRE first block:
db yum_repositories set sme7contribs repository \
GPGCheck yes \
MirrorList http://distro.ibiblio.org/pub/linux/distributions/smeserver/mirrorlist/smecontribs-7 \
Name 'SME 7 - contribs' \
Visible no \
status disabled
and paste that on to your command-line
Then separately:
signal-event yum-modify
and again as a separate command:
yum clean all
-
:-PThanks
I did it the way you sugested and it seems to work got no errors.
Now when i try to install sarg
I [root@tinhome ~]# yum --enablerepo=smecontribs install smeserver-sarg
Loaded plugins: fastestmirror, priorities, protect-packages, smeserver
Loading mirror speeds from cached hostfile
* base: www.ftp.saix.net
* smeaddons: distro.ibiblio.org
* smecontribs: distro.ibiblio.org
* smeextras: distro.ibiblio.org
* smeos: distro.ibiblio.org
* smeupdates: distro.ibiblio.org
* updates: www.ftp.saix.net
Excluding Packages from CentOS - os
Finished
Excluding Packages from CentOS - updates
Finished
Setting up Install Process
No package smeserver-sarg available.
Nothing to do
What i'm i missing ?
Thanks once agen
-
Use the command as follows:
yum --enablerepo=smecontribs --enablerepo=sme7contribs install smeserver-sarg
-
:-P
Thanks its working .
Hope to be able to give back some day .
TinTin