#!/bin/bash if [ -x /bin/rpm ]; then echo "<<>>" /bin/rpm -q --all --queryformat '%{N} %{V} %{R} %{ARCH} %{SIZE}\n' fi