Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How centos checks to see if php is installed

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

This article shows you how to check whether centos has installed php, the content is concise and easy to understand, it will definitely brighten your eyes. I hope you can get something through the detailed introduction of this article.

Centos method to check whether php is installed: 1, log in to the CentOS server, open the terminal, execute the "php-v" command, if you output the details of the php installation, the installation is successful. 2. In the terminal, execute the "rpm-qa | grep php" command to query whether there is a PHP package.

The operating environment of this tutorial: CentOS 7.1.6 system, PHP7.1 version, Dell G3 computer.

Centos's method to check whether php is installed

Method 1:

1. First log in to the CentOS server and open the terminal.

2. Enter: php-v, then press enter.

The details of the php installation are printed so that the installation status of the php can be detected.

Method 2: query the PHP package using rpm

Rpm-qa | grep php

The above is how centos checks to see if php is installed. Have you learned any knowledge or skills? If you want to learn more skills or enrich your knowledge reserve, you are welcome to follow the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report