目次 |
---|
・パッケージのバージョン確認 ・全パッケージのバージョン確認 ・パッケージの詳細情報確認 ・インストール元パッケージの確認 ・パッケージからインストールされたファイルの表示 |
[root@centos ~]# rpm -qi php Name : php Relocations: (not relocatable) Version : 5.1.6 Vendor: CentOS Release : 20.el5_2.1 Build Date: 2008年07月17日 08時57分23秒 Install Date: 2009年01月14日 15時36分55秒 Build Host: builder16.centos.org Group : Development/Languages Source RPM: php-5.1.6-20.el5_2.1.src.rpm Size : 3009831 License: The PHP License v3.01 Signature : DSA/SHA1, 2008年07月17日 10時44分32秒, Key ID a8a447dce8562897 URL : http://www.php.net/ Summary : PHP HTML 埋め込みのスクリプト言語 (PHP: Hypertext Preprocessor) Description : PHP is an HTML-embedded scripting language. PHP attempts to make it easy for developers to write dynamically generated webpages. PHP also offers built-in database integration for several commercial and non-commercial database management systems, so writing a database-enabled webpage with PHP is fairly simple. The most common use of PHP coding is probably as a replacement for CGI scripts. The php package contains the module which adds support for the PHP language to Apache HTTP Server. [root@centos ~]#
[root@centos ~]# rpm -qf /var/www/icons/php.gif php-5.1.6-20.el5_2.1 [root@centos ~]#
[root@centos ~]# rpm -ql php /etc/httpd/conf.d/php.conf /usr/lib/httpd/modules/libphp5.so /var/lib/php/session /var/www/icons/php.gif [root@centos ~]#