2007-04-03, 05:11 PM
I'm a noob with linux and need to run CentOS because Redhat Enterprise cost bucks. I'm need to verify if certain packages are installed so I can install and test a program. This is what I've done so far:
I used the rpm -q command for these programs and verified that these packages were installed:
httpd
mod_ssl
nmap
openssh
openssl
I ran the same command for postgresql but it shows the package is not installed even though when I installed CentOS I selected it to be installed. I found some help online that suggested I use the 'yum search postgresql' command; I tried it and a bunch of entries showed 'base' 'update' and installed. It is a large list so I won't include it in this post unless asked for.
Can I assume that it is installed? Is there another way I can check?
Any help is appreciated.