LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Related to unzip a tar.gz.gz package and installation (https://www.linuxquestions.org/questions/linux-software-2/related-to-unzip-a-tar-gz-gz-package-and-installation-86258/)

anilkumar 08-27-2003 09:52 AM

Related to unzip a tar.gz.gz package and installation
 
Hi frnds...

Please help in installing the software package... the package is postgresql-7.3.4.tar.gz.gz and i have to install this in Linux 8.0 and in Linux 9
the main problem raising here is i am unable to decompress this file in these O.S....
so i want your help to install this software....please reply me back as early as possible..

Thanking you..

-Anil kumar

fancypiper 08-27-2003 10:11 AM

Linux 8 and Linux 9??? :scratch:

If you refer to linux, you are referring to the kernel. You are probably mentioning a distribution release number such as Red Hat 9 or Mandrake 9.

Without the specifics of your distribution, all I can do is give some links.

# Guides to software management
LNAG - How do I install a program I downloaded from the Internet?
Rute Guide's software explanation
You might want to check out CheckInstall to manage source code installations/uninstallation

jdruin 08-27-2003 12:48 PM

See postgres installation instructions at:

http://www.postgresql.org/docs/7.3/i...tallation.html

This contains instructions for all 7.3.x versions. Also make sure you do not already have postgres installed. It comes with RH 8 and 9. There are some issues to content with if you are trying to upgrade from the stock version to 7.3.x. You can check to see if it is installed a lot of ways. One may be to run:

find / -name postgres

if you get a result, it is already installed. Then you just need to learn how to use the version you have unless you need the latest edition.


All times are GMT -5. The time now is 06:51 AM.