+ elif command -v yum >/dev/null 2>&1; then
+ if ! sudo rpm -q foomatic-filters > /dev/null 2>&1; then
+ printerror "You don't seem to have the foomatic-filters package installed, please run:"
+ printerror " sudo yum install foomatic-filters"
+ printerror "first, or use the generic model instead."
+ exit 1
+ fi
+ if ! sudo rpm -q foomatic-db-ppds > /dev/null 2>&1; then