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

_______________________________________________
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Reply via email to