Re: Given an RPM instruction what to use for Debian

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Derek Neighbors
Date:  
To: plug-discuss
Subject: Re: Given an RPM instruction what to use for Debian
George Gambill said:
> I need to see if Wine is loaded (rpm -q --all |grep -i "wine"). Debian
> seems not to recognize this command


dpkg -l |grep -i wine

> And if Wine is loaded, I need to remove it (rpm -e) so I can compile it
> (non-standard) myself.


apt-get remove <pkgname> (ex: apt-get remove wine)

You might consider grabbing the wine source packages. Configuring to your
liking, compiling, then creating a custom wine .deb for yourself and
installin g that.

-Derek


---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss