Koozali.org: home of the SME Server

Sme Server 8 & sme7contribs

Offline tintin

  • *
  • 14
  • +0/-0
Sme Server 8 & sme7contribs
« 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 :???:





Offline jester

  • *
  • 496
  • +1/-0
Re: Sme Server 8 & sme7contribs
« Reply #1 on: July 25, 2011, 10:28:44 PM »
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:
Code: [Select]
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:
Code: [Select]
signal-event yum-modify
and again as a separate command:
Code: [Select]
yum clean all

Offline tintin

  • *
  • 14
  • +0/-0
Re: Sme Server 8 & sme7contribs
« Reply #2 on: July 26, 2011, 07:59:14 PM »
 :-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

Offline mdo

  • *
  • 355
  • +0/-0
Re: Sme Server 8 & sme7contribs
« Reply #3 on: July 26, 2011, 08:56:35 PM »
Use the command as follows:

yum --enablerepo=smecontribs --enablerepo=sme7contribs install smeserver-sarg
...

Offline tintin

  • *
  • 14
  • +0/-0
Re: Sme Server 8 & sme7contribs
« Reply #4 on: July 26, 2011, 09:46:46 PM »
 :-P

Thanks its working .

Hope to be able to give back some day .

TinTin