Changes

Jump to navigation Jump to search
33 bytes added ,  21:57, 17 February 2013
Line 145: Line 145:     
===YUM'ing===
 
===YUM'ing===
yum install <packagename>               installs packagename & any package it may need
+
{| class="wikitable"
yum remove <packagename>               removes packagename
+
|-
yum list updates                       list updates to any installed package
+
! Texte de l’en-tête !! Texte de l’en-tête
yum list available                     list available packages in all repos not already installed
+
|-
yum list available |grep <reponame>     list available packages -shows only from repo name
+
| yum install <packagename> || installs packagename & any package it may need
yum search <packagename>               lists all packages in all repos matching packagename
+
|-
yum --enablerepo=<reponame> <command>   enables a repo not normally enabled
+
| yum remove <packagename> || removes packagename
  /sbin/e-smith/audittools/newrpms       shows all extra packages installed
+
|-
 +
| yum list updates || list updates to any installed package
 +
|-
 +
| yum list available || list available packages in all repos not already installed
 +
|-
 +
| yum list available |grep <reponame> || list available packages -shows only from repo name
 +
|-
 +
| yum search <packagename> || lists all packages in all repos matching packagename
 +
|-
 +
| yum --enablerepo=<reponame> <command> || enables a repo not normally enabled
 +
|-
 +
| /sbin/e-smith/audittools/newrpms || shows all extra packages installed
 +
|}
    
===SME Server specific===
 
===SME Server specific===

Navigation menu