Quote:
Originally posted by markus1982
rpm -qa is like dpkg --list or what exactly are you looking for ? Information about a package? dpkg -p <packagename> ... just man dpkg :-)
|
First I know about dpkg -p and I am not that stupid not to read the man page before coming here.
In rpm we have a option
rpm -q --whatprovides which gives the package name which provides a particular utility
ex:
rpm -q --whatprovides /sbin/init
returns SysVinit-2.78
so that next time round I can try
rpm -q SysVinit
or rpm -qil SysVinit
I was just wondering whether thereis something similiar in debian systems with dpkg