Open ghost opened 11 years ago
'dpkg -l' uses terminal width, and trims out the name of package , so script reports dependencies not found.
One possible workaround is to add 'COLUMNS=1024' before dpkg -l , so that dpkg thinks it has a wide terminal.
Thanx.
'dpkg -l' uses terminal width, and trims out the name of package , so script reports dependencies not found.
One possible workaround is to add 'COLUMNS=1024' before dpkg -l , so that dpkg thinks it has a wide terminal.
Thanx.