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 are the steps for Password-less ssh
i want to install XP on RHEL5 with virtualization tell me step by step configuration
How do i check which nfs version I am using ????????
what is NIS Server...?
How to convert an IP address to a Domain name using Unix ?
How to know what are the packages required for any service? Example: How to know what are the package required for send mail services. using any command it is passable are not?
what is difference between inetd and xinetd
what is meant by mysql clustering
What is the difference between an argument and an option/switch?
will u plz send me the complete steps of installation of red hat linux on intel's core 2 duo processor?
what are the default permissions for files and folders..?
commands regarding the adding of users into groups n different options with useradd...?