Re: dpkg -l long-package-names

2002-04-04 Thread Josh McKinney
On approximately Thu, Apr 04, 2002 at 02:31:25PM -0700, Gary Hennigan wrote: > "Hanspeter Roth" <[EMAIL PROTECTED]> writes: > > the command `dpkg -l ...' prints a name colunm which length is > > limited. As a result long package names are cut and may be displayed > > ambigiously. > > Is there an op

Re: dpkg -l long-package-names

2002-04-04 Thread Gary Hennigan
"Hanspeter Roth" <[EMAIL PROTECTED]> writes: > the command `dpkg -l ...' prints a name colunm which length is > limited. As a result long package names are cut and may be displayed > ambigiously. > Is there an option to habe the name colunm wider? Run it like: COLUMNS=100 dpkg -l Gary