Geoff Shang wrote: > Hi, > > I need to do a job on a Sentos system. I'm not used to dealing with > RPM-based systems, I'm a Debian man myself, so am wondering what the > equivalents of > > apt-cache search > > and > > apt-get install > > are? rpm == dpkg yum == apt apt-cache search = yum list / yum list | grep .... apt-get install = yum install