What is the command to see the installed rpm's in the linux system.
Answers were Sorted based on User's Feedback
Answer / ashish nagar
you can view the installed rpm in your linux box by :
rpm -qa | grep rpm name
| Is This Answer Correct ? | 20 Yes | 1 No |
Answer / akshit
it's :
rpm -qa ; gives a list of all the installed rpm's
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / venkat.palavarapu
# rpm -qa
It give all installed packages list
| Is This Answer Correct ? | 8 Yes | 0 No |
What is vnc?
You want to verify which lines in the file kickoff contain ‘bob’. Which of the following commands will accomplish this?
What is nslookup command?
What does ls mean in linux?
What is grep command in linux with examples?
How to activate / deploy licence in RHEL 6 and what will happen if you don't activate / deploy licence in RHEL 6 ?
what is mean by system calls
What is file and example?
Any one example of uninteruptable sleeping process?
What is the purpose output of cd command?
What is c++ makefile?
What is the role of case sensitivity in affecting the way commands are used?