Changes

Jump to navigation Jump to search
121 bytes added ,  09:01, 20 January 2013
Line 70: Line 70:  
  rpm -qa --qf '%{NAME}\n' name=perl\*|sort
 
  rpm -qa --qf '%{NAME}\n' name=perl\*|sort
 
  rpm -qa | grep perl | sed -e 's/-[0-9].*//'|sort
 
  rpm -qa | grep perl | sed -e 's/-[0-9].*//'|sort
 +
 +
To export the list to a plain text file you could do:
 +
rpm -qa | grep perl | sed -e 's/-[0-9].*//'|sort > perl-list.txt
    
{{Note box|Which command will be the de facto standard to use so we are all talking about the same list??}}
 
{{Note box|Which command will be the de facto standard to use so we are all talking about the same list??}}

Navigation menu