On 1/8/07, Mathias Brodala <[EMAIL PROTECTED]> wrote:
Hello.
ccostin, 08.01.2007 16:31:
> dpkg --list linux-image-2.6.16-2-xen* command show
>
> Desired=Unknown/Install/Remove/Purge/Hold
> | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
> |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err:
> uppercase=bad)
> ||/ Name Version Description
>
+++-=========================-=========================-==================================================================
>
> pn linux-image-2.6.16-2-xen- <none> (no
> description available)
> pn linux-image-2.6.16-2-xen- <none> (no
> description available)
>
> truncating names of packages from output list.
Either set COLUMNS:
$ COLUMS=200 dpkg --list linux-image-2.6.16-2-xen*
Or use cat:
$ dpkg --list linux-image-2.6.16-2-xen* | cat
Regards, Mathias
Also try 'dpkg-query -W 'linux-image-2.6.16-2-xen*'
Celejar
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]