Command to remove all deprecated updates from Reposado By LotusshaneyJune 27, 2012September 4, 2012Tech sudo repoutil --deprecated | awk '{ print $1 }' | while read id ; do repoutil --purge-product="$id" ; done sudo repoutil --deprecated | grep -i -v pearson | awk '{ print $1 }' | while read id ; do repoutil --purge-product="$id" ; done