उदाहरण के लिए, मुझे आसानी से मिल रही कमान mlocate.i386 पैकेज के अंतर्गत आती है।
yum search locate
mlocate.i386 : An utility for finding files by name
[mirror@home /]$ rpm -qa | grep locate
mlocate-0.15-1.el5.1
yum search updatedb
Loaded plugins: fastestmirror, protectbase
0 packages excluded due to repository protections
=========================================== Matched: updatedb ===========================================
mlocate.i386 : An utility for finding files by name
लेकिन यह पता लगाना इतना आसान नहीं है कि कौन सा पैकेज मुफ्त कमांड के अंतर्गत आता है:
yum search free // this command just returns too much informationy
rpm -qa | grep free
freetype-2.2.1-31.el5_8.1 // obviously not the package by which free command is installed
तो क्या यह जानने का कोई ठोस तरीका है कि लिनक्स पर विशिष्ट कमांड किस पैकेज से संबंधित है? उदाहरण के लिए CentOS या कुछ अन्य वितरण
which free
?