PDA

View Full Version : [all variants] Checking installed versions


creolbuay
February 19th, 2009, 03:55 PM
I was wondering if there was a command I could use to show what version of different software is installed on a server. Say for example... Apache released a httpd patch and I want to ensure I have the latest package installed. I want to do this for all the other software I have installed. Maybe something that produces a list of everything installed and the current version installed?

I really appreciate your time.

cdenley
February 19th, 2009, 04:15 PM
dpkg -l apache*|grep -e ^i

creolbuay
April 30th, 2009, 11:37 AM
Thanks for the reply. Sorry for the long delay, been super busy in training classes at work.

This thread can be closed as resolved.