Ubuntu:
1. Download the. deb file, download the CD to the. deb file directory, and then use the Dpkg-i xxx.deb Dpkg=debian Packager abbreviation-i=install
2..tar.gz file, Tar-zxvf xxxx.tar.gz extract. tar.gz file, unzip, CD to file directory, and then install according to the situation, there are generally several situations, specific problems specific analysis. For example, the Firefox installation package can be started directly with the./firefox, while some contain configure files that need to be executed./configure command, then enter make, and make install (this is not the case, So I don't know if I can.)
ZXVF z=gzip decompression X=extract v=verbosely f=file
-Z,--gzip,--gunzip,--ungzip filter the archive through gzip
TAR-CF Archive.tar Foo Bar # Create Archive.tar from Files foo and bar. C=creat F=file
TAR-TVF Archive.tar # List All files in Archive.tar verbosely. T stands for List, V for verbosely (verbose) f=file
TAR-XF Archive.tar # Extract all files from Archive.tar. X represents extract F for file
How to install Linux in Ubuntu