On Wed, Jul 10, 2013 at 4:08 PM, Andrey Ponomarenko wrote:
> There is a simple Perl script to do that:
Thanks, what about including this capability in a-c-c itself?
> my $Version = `dpkg -s $Package|grep Version`;
> chomp($Version);
> $Version=~s/\AVersion:\s*//g;
This would be better:
dpkg-query -W -f='${Version}' $Package
--
bye,
pabs
http://wiki.debian.org/PaulWise