Koozali.org: home of the SME Server
Obsolete Releases => SME 7.x Contribs => Topic started by: badm4n on February 25, 2007, 02:50:43 PM
-
[root@exserv ~]# yum install jinzora smeserver-jinzora
==============================================================
WARNING: Additional commands may be required after running yum
==============================================================
Loading "smeserver" plugin
Loading "fastestmirror" plugin
Setting up Install Process
Setting up repositories
http://mirror.contribs.org/smeserver/releases/7/smeaddons/i386/repodata/repomd.xml: [Errno 4] IOError: <urlopen error (97, 'Address family not supported by protocol')>
Trying other mirror.
smeaddons 100% |=========================| 951 B 00:00
smeos 100% |=========================| 951 B 00:00
smeupdates 100% |=========================| 951 B 00:00
Loading mirror speeds from cached hostfile
Reading repository metadata in from local files
Parsing package install arguments
No Match for argument: jinzora
No Match for argument: smeserver-jinzora
Nothing to do
================================================================
No new rpms were installed. No additional commands are required.
================================================================
ps : i do this because im newbie
-
Did you look at this page? (http://dungog.net/sme/repo.php)
There are 2 ways to install:
Method 1.
From the command line enter the following, (or copy and paste into your ssh client)
db yum_repositories set dungog repository \
BaseURL http://sme.dungog.net/packages/smeserver/7.0/i386/dungog/ \
EnableGroups yes \
GPGCheck no \
Name 'SME Server 7 - dungog' \
Visible yes \
status enabled
What I have been doing lately is installing them locally, I save each contribs rpms to a directory in the Admin user's network space. It is then very easy to tell what contribs I have installed... To do this:
From the command line enter the following, (or copy and paste into your ssh client)wget http://sme.dungog.net/packages/smeserver/7.0/i386/RPMS.dungog/jinzora-2.7-1.noarch.rpm
wget http://sme.dungog.net/packages/smeserver/7.0/i386/RPMS.dungog/smeserver-jinzora-0.9-6.noarch.rpm
yum localinstall ./*.rpm
As noted on the web page that I pointed to, updating is easier if you use method number 1.
Ryan