Re: Command to find out a running package
From: Adam Funk (a24061_at_yahoo.com)
Date: 09/23/04
- Previous message: Adam Funk: "Re: Why won't XMMS play .au files?"
- In reply to: Stephen Liu: "Command to find out a running package"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 23 Sep 2004 10:11:31 GMT To: debian-user@lists.debian.org
On Wednesday 22 September 2004 08:00, Stephen Liu wrote:
> Hi folks,
>
> 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
> OR
> rpm -qa | grep package
If you know the exact package name:
dpkg -l package
If you know it has "foo" in it:
dpkg -l "*foo*"
If you know it starts with "foo":
dpkg -l "foo*"
etc.
-- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
- Previous message: Adam Funk: "Re: Why won't XMMS play .au files?"
- In reply to: Stephen Liu: "Command to find out a running package"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|