See what you have: $ rpm -qa --qf '%{name}-%{version}-%{release}.%{arch}\n' openoffice\*
Interesting syntax. I wasn't aware of that. I've always simply done $rpm -qa | grep openoffice It yields the same output in this case. As always, more than one way to do things in Linux. Glad Iearned a new one. Jacques B.