Re: Given an RPM instruction what to use for Debian

Páxina inicial
Anexos:
Mensaxe orixinal
+ (text/plain)
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Derek Neighbors
Data:  
Para: plug-discuss
Asunto: 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