Fred
Moderator
Does anyone know of a command in Red Hat based Linux distros that lists software with a version number in a user friendly format?
I am aware that I can use
But the output is like
And I would like it to output more like Debian's method of:
Which shows up as:
Any help would be appreciated!
I am aware that I can use
Code:
rpm -qa
Code:
bind-libs-9.3.6-4.P1.el5_4.2
Code:
dpkg -l
Code:
ii python-telepathy 0.15.11-1 Python language bindings for telepathy
Any help would be appreciated!