how do i check which package has installed some command
suppose ls , mkdir or whatever ???
Answers were Sorted based on User's Feedback
Answer / susheel narayan singh
To see which package has installed.
1- In text mode
# yum list installed
or
# rpm -q
2- Go on graphic mode by pressing ctrl+alt+f7
#pirut
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / vidyakiran
rpm -qa /usr/bin/ls
gives you from which rpm the "ls" command is installed.
| Is This Answer Correct ? | 5 Yes | 8 No |
Answer / tyagi
#rpm -qa then enter.
show all package are installed.
| Is This Answer Correct ? | 0 Yes | 3 No |
Answer / manoj
rpm -qa | grep <package name>
yum install <package name> it will show already installed
or not if not then it will install
Pirut same as yum
| Is This Answer Correct ? | 1 Yes | 9 No |
What is the use of DNS Server? Name other servers works same as like DNS?
How to load the old kernel without rebooting server
i installed clustering packages.When i try to run it getting LUCI error...what is it..??
How to findout, if the user is local user or NIS user in the Linux (RHEL)?
what is meant by mysql clustering
How to convert an IP address to a Domain name using Unix ?
As a system admin i want to know some things what are the troubleshooting issues we are facing frequently and what are the tickets will be raised.
How to catagories tickets in RHEL, which tickets are belong to PROBLEM, INCIDENT and CHANGE management? please given to me with examples
What are main anti-spam features available in sendmail?
My root password has been changed, how can i enter into the system without root password?
what are the steps for Password-less ssh
Without using w command how can Iknow that who are users logged in and what they are doing and whether they are idle or running mode?