Re: Sobre dpkg
Josep-Antoni Ysern, Tue20030513@13:57:01(+0200):
>
>rc libsdl1.2debia 1.2.4-1 Simple DirectMedia Layer (with all
>available
>ii libsdl1.2debia 1.2.4-1 Simple DirectMedia Layer (with X11 and
>aRts
>rc libsdl1.2debia 1.2.4-1 Simple DirectMedia Layer (with X11 and
>OSS o
dpkg es así. Creo que deberían arreglar esto o como mínimo avisar pero
bueno, ellos saben lo que hacen.
$ dpkg -l libgdk-pixbuf-*
[...]
ii libgdk-pixbuf- 0.17.0-2 The GdkPixBuf library - development files.
ii libgdk-pixbuf- 0.17.0-2 The GNOME GdkPixBuf library - development fi
ii libgdk-pixbuf- 0.17.0-2 The GNOME Canvas pixbuf library
$ COLUMNS=140 dpkg -l libgdk-pixbuf-*
[...]
ii libgdk-pixbuf-dev 0.17.0-2 The
GdkPixBuf library - development files.
ii libgdk-pixbuf-gnome-dev 0.17.0-2 The GNOME
GdkPixBuf library - development files.
ii libgdk-pixbuf-gnome2 0.17.0-2 The GNOME
Canvas pixbuf library
Otra opción es dpkg --get-selections:
$ dpkg --get-selections | grep libgdk-pixbuf-
libgdk-pixbuf-dev install
libgdk-pixbuf-gnome-dev install
libgdk-pixbuf-gnome2 install
O apt-cache, como ya te han dicho.
Y no te preocupes por los rc, no hacen daño.
--
David Serrano - Linux Registered User #87069
Reply to:
- Follow-Ups:
- Re: Sobre dpkg
- From: Emilio Santos <unikoke@appleseed.escomposlinux.org>