The first solution to Linux, but also for Linux, but rpm, tar.gz, Deb package is still very different, this difference can make the installation process will not go on. What format package should we download?
RPM Package-can be installed directly on Red Hat Linux, SUSE, Fedora, but not in Ubuntu;
Deb Package-is the patent of Ubuntu, in Ubuntu double-click the Deb package can enter the automatic installation process;
tar.gz Package-can be used in all Linux versions, but the installation process is also the most troublesome. to extract the first, then in the "terminal" with the CD command into the directory just extracted, and then find the installation link file installation.
For example, tar.gz package extracted to the "/temp/*****.tar.gz/", tar.gz package Installation link file for install:
1-cd/temp/*****.tar.gz/
2-./install
3-Enter "enter" or "install directory" as prompted
4-End
Although all are for Linux, but before downloading the installation package, you need to figure out which kind of package.
Analysis of the installation package in Linux. --arvin