On Mon, 13 Dec 2004, Don wrote: > Hi, > > Newly installed Fedora Core 3 box. > > Previously (Fedora 2,1 and RedHat), I could get application version numbers > (e.g. httpd, squid, etc...) by typing at the command prompt: > > appname -v > > With my fedora core 3, this just returns the command prompt with no output. > Has something changed? How can I get the version numbers of all my > installed application severs? # /usr/sbin/httpd -v Server version: Apache/2.0.52 Server built: Nov 11 2004 10:31:42 Seems to work for me on FC3. But a better way to get this info is: # rpm -q httpd httpd-2.0.52-3.1 Satish