This article helps me record some common commands.
install
sudo apt-cache show packge
View package dependencies and information
sudo apt-get install packge
Install a package
dpkg -i packge
Install the package of DEB and the package formulated by Ubuntu
Some problems about source code compilation and installation
Download some compressed packages. Please read readme. There will be methods in it
Make requires a corresponding make file.