How to find and install the software you want to install in Ubuntu

Source: Internet
Author: User

1. Update the software database:

Sudo apt-Get update

2. Search for the software you want:

Sudo apt-cache searchSoftwarename

3. Find the software you want to install from the search results, and then:

Sudo apt-Get installSoftwarenameyoufound

 


Note: The ITALIC is a command parameter and needs to be changed based on the software name you need to install.

---------------------------------------------------------

You can run the following command:

Sudo apt-Cache-H

To get more information.

 

---------------------------------------------------------

 

For example:

I want to install eclipse, but I don't know if it can be installed using the apt-GET command. The following operations:

1. sudo apt-Get update.

2. sudo apt-cache search eclipse

At this time, we can see that

 

3. Run the following command to install Eclipse:

Sudo apt-Get install eclipse

 

 

--- End

 

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.