Difference between revisions of "AceNetTech"

From SME Server
Jump to navigationJump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
===smecontribs move===
+
All my contribs are now on the smecontribs repo-
This information will be available only until all of my contribs reach the smecontribs repo.
 
From that time they will reside there and be accessible through enabling smecontribs repo.
 
  
<noinclude>Shell commands to install packages from {{PAGENAME}} repository on your SME Server.</noinclude>
+
To see contribs available:
  /sbin/e-smith/db yum_repositories set AceNetTech repository \
+
 
BaseURL http://acenet-tech.org/sme/acenettech \
+
  yum --disablerepo=* --enablerepo=smecontribs list available
EnableGroups yes \
+
 
GPGCheck no \
+
To install a contrib:
Name 'AceNetTech' \
+
 
  Visible yes \
+
  yum --enablerepo=smecontribs install packagename
  status disabled
 
<noinclude>[[Category: Yum_Repository]]</noinclude>
 

Latest revision as of 03:36, 26 February 2008

All my contribs are now on the smecontribs repo-

To see contribs available:

yum --disablerepo=* --enablerepo=smecontribs list available

To install a contrib:

yum  --enablerepo=smecontribs install packagename