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 Apt-get is used for software installation, we first open the terminal to see Apt-get common commands

        Input:

        sudo apt-get

        You can see a lot of commands, And there seems to be no command to find the package

          
      2.   so if you do not know the details of the package is not able to install the name? In a skeptical attitude, to search the Internet, found that the query command is another: Apt-cache, since the command has been specified, 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.   then experiment with it, for example, if we want 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.   can also be used to view the details of the software by using the show command, such as viewing Skype information, entering the command:

        sudo Apt-cache show Skype

        Can see package name, version number, installation size, dependencies, etc.

      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.