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 meant by mysql clustering
What is the complete name of the default configuration file for LILO?
i want some basic level enterview questions can any one can help me in this
What are main anti-spam features available in sendmail?
How to give 2 different gateway IP addresses for 2 different interfaces in same system ?
This question is belong to linux support. "one of my customer told to me, my application is getting slow response". how to resolve the issue. what are the steps you will follow to resolve the issue.
what is memory mapped / IO mapped ? Which calls used for this to access any hardware address in linux device driver ?
I want to send pop-up message to samba users when they access the shared folder.... for eg: i want to tell them (dont copy mp3 and video files)
Why is it suggested to disable journalism in ext4 filesystem?
1 which file contains information about os wether it's 32 bit or 64 bit os 2 difference between logical block and physical block?? 3 what is the size of logical block and physical block?? 4 daemon for nfs on client end as well as server end??? 5 how to confirm from client end about nfs server sharing?? 6 what contains information about file and directory creating time or modification time??
what is the difference betweenh the NFS and FTP?
How to load the old kernel without rebooting server