How do I see if a software is installed under "Go" Linux? Where is the installation path?

Source: Internet
Author: User
Taking php-mysql in Redhat\centos as an example
1: If the package is installed by Yum or rpm
[[email protected] yum.repos.d]# RPM-QA //Find out all packages of the system and find the corresponding file name

[Email protected] yum.repos.d]# RPM-QL php-mysql-5.4.16-23.el7_0.3.x86_64
/etc/php.d/mysql.ini
/etc/php.d/mysqli.ini
/etc/php.d/pdo_mysql.ini
/usr/lib64/php/modules/mysql.so
/usr/lib64/php/modules/mysqli.so
/usr/lib64/php/modules/pdo_mysql.so

2: If the source code is compiled and installed
2.1 Source installation mode through the RPM command is not available, if you are sure that the software is turned on, you can go through
[[email protected] yum.repos.d]# Ps-aux Find the directory where the executable file is located
2.2 Usually after the package is installed, we will add him to the service, you can go to/etc/rc.d/to find the appropriate documents, and then confirm the relevant information.

The last and most stupid way is to use the Find command
Find/-name * File name *

How do I see if a software is installed under "Go" Linux? Where is the installation path?

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.