ตัวอย่างเช่นฉันสามารถค้นหาคำสั่ง find เป็นของแพ็คเกจ 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
แต่มันไม่ง่ายนักที่จะหาคำสั่ง package free ซึ่งเป็นของ:
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
ดังนั้นจะมีวิธีใดที่เชื่อถือได้ที่จะรู้ว่าแพ็คเกจใดที่เป็นคำสั่งเฉพาะบน Linux? เช่น CentOS หรือดิสทริบิวชันอื่น ๆ
which free
?