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 r mean linux?
What is $@ in makefile?
How do you do nslookup?
What command would you use to check how much memory is being used by linux?
What is $$ in shell script?
Why ls -F dev/log file output indicate as = sign at end of the file name?
You want to copy the user’s home directories to a new location. Which of the following commands will accomplish this?
How do you view the contents of a file in Linux?
How do you check which file consuming more space in linux?
What is difference between egrep and grep?
If you have saved a file in linux. Later you wish to rename that file, what command is designed for it?
What is the command to see on which port which service is running?