Installing the Apt-file command in a Linux system apt-file command how to use

Source: Internet
Author: User

Just installed Spynner module, the use of Easy_install Spynner installation, a variety of files missing Ah, inadvertently found apt-file command, never worry about compiling software missing a file and overwhelmed.

1, first have to install Apt-file command

The code is as follows:
Apt-get Install Apt-file
2, then update the apt-file cache

The code is as follows:
Apt-file Update
3, now you can use Apt-file search for missing files, such as the compilation process prompted the lack of

The code is as follows:
root@test:~# Apt-file Search XTest.h
Libbcprov-java-doc:/usr/share/doc/libbcprov-java-doc/api/org/bouncycastle/jce/provider/test/pkixtest.html
Libreoffice-dev-doc:/usr/share/doc/libreoffice-dev/docs/common/ref/com/sun/star/test/xtest.html
Libsvgsalamander-java-doc:/usr/share/doc/libsvgsalamander-java-doc/api/com/kitfox/svg/xml/cpx/cpxtest.html
Libsvgsalamander-java-doc:/usr/share/doc/libsvgsalamander-java-doc/api/com/kitfox/svg/xml/cpx/class-use/ Cpxtest.html
Libxtst-dev:/usr/include/x11/extensions/xtest.h
4, obviously Libxtst-dev package is exactly what we need to install

The code is as follows:
Apt-get Install Libxtst-dev

Bash/shell Code

    1. apt-get install libxtst-dev  

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.