To list all installed rpm packages we can use the command
rpm -qa
The list may be huge. To search a specific package we can use
rpm -qa | grep httpd
See 'man rpm' for further details.
===================================================================================================
rpm -qa
The list may be huge. To search a specific package we can use
rpm -qa | grep httpd
See 'man rpm' for further details.
===================================================================================================
No comments:
Post a Comment