What is the command to see the installed rpm's in the linux system.
Answer Posted / 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 |
Post New Answer View All Answers
Which command puts a script to sleep untill a signal is recieved?
What is p command?
The ‘logout’ built in command is used to
How do I find the umask value in linux?
What is bash history linux?
Why echo is used in linux?
What does execute mean in linux?
How to give acl permission in numerical mode on linux?
What is bc command in unix?
How many types of dos commands are there?
Explain getopts command of linux?
Suppose you try to delete a file using the rm command and the deletion fails. What could be the possible reason?
How do I navigate in cmd?
How can we increase disk read performance in single command in Linux operating system?
You want to verify which lines in the file kickoff contain ‘bob’. Which of the following commands will accomplish this?