Re: Command to find out a running package
On Wed, 2004-09-22 at 08:55, Stephen Liu wrote:
> I want to find out whether a package has been
> installed on Debian. Kindly advise what command shall
> I use equivalent to
>
> rpm -q package
dpkg -l package
> OR
> rpm -qa | grep package
dpkg -l | grep package
you might find
dpkg -l \*package\*
usefull too.
cheers
michael
--
Michael Dominok Tel.: +49 231 61048 - 42
natural computing GmbH Fax.: +49 231 61048 - 40
Martener Strasse 535 Mail: michael.dominok@natural-computing.de
44379 Dortmund http://www.natural-computing.de/
Reply to: