Linux installation package analysis. -- Arvin, linuxarvin
The first LINUX solution is also for linux, but the rpmw.tar.gz and deb packages are quite different. This difference can make the installation process unable to proceed. What format should we download?
Rpm package-it can be directly installed in Red Hat Linux, SUSE, and Fedora, but it cannot be identified in Ubuntu;
Deb package-it is a Ubuntu patent. Double-click the deb package in Ubuntu to enter the automatic installation process;
Tar.gz package-it can be used in all Linux versions, but the installation process is also the most troublesome. Decompress the package first, then run the cd command in the terminal to enter the extracted directory, and then find the installation link file to install the package.
For example, if the tar.gz package is decompressed to "/temp/****** .tar.gz/large, the installation link file in the tar.gz package is install:
1-cd/temp/***** .tar.gz/
2-./install
3-ENTER "ENTER" or "installation directory" as prompted"
4-end
Although they are all for linux, before downloading the installation package, you need to find out which package is used.