Command to remove all deprecated updates from Reposado

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