Did you download the source tarballs or precompiled binaries?
tarballs usually end with tar.gz or tar.bz2
bianries usually end with .rpm (for redhat and fedora), .deb (for debian or debian based linuxes), or .tgz (for slackware and some slaackware based distros)
another important piece of information we need to help you is what Distribution of linux you're using (like SuSE, Mandriva, Slackware, Debian, et cetera)
If you have the source code, untar the file ( tar xjvf [filename].tar.bz2 OR tar xzvf [filename].tar.gz ) and look in the decompressed folder for a file called README or INSTALL. Those are text files that should have install instructions in them.
if you use rpm for the package manager try "man rpm" for detailed information on installing rpms
if you have a Debian based system and .deb packages try "man dpkg" for detailed instructions on installing .deb files.
If you're using slackware, and have .tgz binaries, try "man pkgtool" for instructions on using slackwares package manager.
Last edited by truthfatal; 04-11-2006 at 01:29 PM.
|