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 |
How do i check which nfs version I am using ????????
commands regarding the adding of users into groups n different options with useradd...?
How to send automated email to a set of people at fixed time ?
Through ssh whole directory structure from / is shared regardless the user we have connected with ....... how do i prevent sharing ??
Which directory is closer to the top of the file system tree, parent directory or current directory?
How To Hide the FTP Version?
Where is standard output usually directed?
How can i recover the linux system after it was crashed by step by step process..
You want to create a compressed backup of the users' home directories. What utility should you use?
What text filter can you use to display a binary file in octal numbers?
how to install linux OS? pls send step by step
what are acl permissions..? what is automation of jobs..?