Trying to understand RPM Query Format
I'm trying to understand RPM Query Format, and I'm not able to get anything to return from these.
rpm -qa --qf '%{NAME} %{VENDOR}\n' | grep -v "Red Hat"
I think this RPM Query looks for and returns any third party packages.
rpm -qa --queryformat '%{name-%{version}-%{release} %{size}\n'
This is another one that I've run, however it doesn't return any results either.
Was wondering if someone could point me in the right direction and could give me some pointers on how to get better at this.
thanks
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
