![]() |
Is postgresql installed on CentOS - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Linux Noob (https://www.linux-noob.com/forums/forum-3.html) +--- Forum: Just Starting Linux (https://www.linux-noob.com/forums/forum-63.html) +--- Thread: Is postgresql installed on CentOS (/thread-1467.html) |
Is postgresql installed on CentOS - jramos - 2007-04-03 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. Is postgresql installed on CentOS - hybrid - 2007-04-03 You don't say which version you are using, but if you run Code: yum install postgresql It should give you the option to install it if it isn't already. If it is installed, it should just go: Quote:Parsing package install argumentsNothing to do Quote: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: Is postgresql installed on CentOS - jramos - 2007-04-03 Yes! You're right. I ran the yum 'install postgresql' command and it installed postgresql-7.4.16-RHEL4.1. I then did the rpm -q postgresql command again and it showed it was there. It wasn't the 8.2.3 version but at least it shows postgresql is installed. I might be able to make do with this version. Still, I haven't found any help installing the postgresql-8.2.3.tar.gz version. Thanks for your help Quote:You don't say which version you are using, but if you run Quote: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: </div></blockquote> |