[root@localhost ~]# rpm -qa |grep httpd [root@localhost ~]# rpm -ql httpd [root@localhost ~]# rpm -qf /usr/sbin/httpd [root@localhost ~]# rpm -qi httpd [root@localhost ~]# rpm -qpi httpd.x.x.x.rpm Show the related information and version of the package[root@localhost ~]# rpm -qc httpd List all config file of the package 'httpd'[root@localhost ~]# rpm -qR httpd [root@localhost ~]# rpm -qpR httpd.x.x.x.rpm List all dependency files of installed package 'httpd' or httpd.rpmInstall rpm package [root@localhost ~]# rpm -Uvh httpd.x.x.x.rpm [root@localhost ~]# rpm -Fvh httpd.x.x.x.rpm Update install new rpm packageU - Update install package without any conditional F - the installation is cancel if the old version package is not install [root@localhost ~]# rpm -e httpd Uninstall rpm packageServer is hosted by Alanstudio Linux Operating System Recommend screen resolution 1024 x 768 / IE / FireFox Alan Studio © 2007 by Alan Cheung Hin Lun. All rights reserved. |