I am a novice in the novice, only to start using Ubuntu. Below, summarize how to install the software ...
0. Using Apt-get
In fact, the method of installing software under Ubuntu is often simple. is to enter in the terminal:
sudo apt-get Install * * *
The above * * * indicates the required software. and * can also represent the wildcard character, which means that I want to download a multiget, but I forgot how to spell the Multiget, just remember that there is a multi, then this time can be entered in the terminal:
sudo apt-get install multi*
This will let Ubuntu server automatically match you similar files, and then in the server list to select the software you need, is not very convenient??? ^_^
1. Install the *.tar.gz file
First go to the folder under the terminal to install the package:
TAR-ZXVF *.tar.gz
Then you will see the extracted files, the file name is *.
Here are two things:
A. If a config file is extracted, it is entered in the terminal./config, and then yyyyyy all the way down;
B. If the extracted wood has a config file, then directly click on the program file can be. For example, QQ extracted out on the wood has a config file, and directly click on the QQ file (black circle out drops) should be able to. Such as:
2. Install the. sh file
The method of installing this file is often simple, go to the folder first, and then enter it in the terminal:
sudo bash *.sh
3. Install the. Run file
Similarly, go to the folder and enter it inside the terminal:
sudo sh *.run
4. Install the. deb file
This kind of file is the simplest, after downloading, directly double-click can install, hehe ...
Well, recently encountered these need to install the east, if there are other, then add it!
Summary of INSTALLATION commands inside Ubuntu