How Ubuntu uses commands to search for software in a software source

Source: Internet
Author: User

Transferred from: http://jingyan.baidu.com/article/6d704a13f6bf1b28da51ca69.html

    1. Ubuntu is using Apt-get to install software, we first open the terminal to see Apt-get common commands

      Input:

      sudo apt-get

      You can see a lot of commands, and there's nothing like a command to find a package

    2. Wouldn't it be impossible to install the detailed name of the package if you didn't know it? In a skeptical attitude, to search the Internet, found that the query command is another: Apt-cache, since the specified command, and then the same as above, open the Terminal input command:

      sudo apt-cache

      Can see a lot of changes in the use of the command, look at the picture is not found search?

    3. So let's experiment, for example, if we're going to install Skype, we'll use the cache to search for the Skype software.

      Command:

      sudo apt-cache search Skype

      We can see a lot of software that contains Skype words, it's easy to look at the English instructions, just enter the word by installing Skype

    4. It can also be used to view the details of the software by using the show command, such as viewing the Skype information and entering the command:

      sudo apt-cache show Skype

      Can see the package name, version number, installation size, dependencies and other content

    5. Note that the official source of Skype seems to be damaged, if the installation error can refer to my other experience to see the installation method.

How Ubuntu uses commands to search for software in a software source

Related Article

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.