Re: Given an RPM instruction what to use for Debian

Página superior
Adjuntos:
Obtener este mensaje como un correo
+ (text/plain)
Eliminar este mensaje
Responder a este mensaje
Autor: Derek Neighbors
Fecha:  
A: 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