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 does (cd dir && command) do?
Explain how you would find a specific string in a file.
Describe the mknod command and when you’d use it.
Linux system monitoring Tools?
Explain about gzip filename?
What is kill command?
How often do you use grep command and how in Linux operating system?
Which commands are used to set a processor-intensive job to use less cpu time?
how many limitations of under directories in ext2/3 linux file system?
What are the 4 kinds of sentences with examples?
How did you do the Health check in Linux?
What does chmod do in linux?