Santiago Vila wrote:
>
> On Thu, 11 Jun 1998, J. Parera wrote:
>
> > Me pueden explicar como debo imprimir el listado de programas instalados con
> > el dselect?
>
> M�todo 1:
>
> dpkg --get-selections | awk '$2 == "install" { print $1 }'
>
> M�todo 2:
>
> ( cd /var/lib/dpkg/info; ls *.list ) | sed -e "/\.list/s///"
>
Metodo 3:
dpkg -l
(te dice la version que tienes instalada y una descripcion breve)
Jaime Villate
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]