Summary of INSTALLATION commands inside Ubuntu

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.