Andrea Vettorello wrote:
> If you trust your /var/lib/dpkg dir, something like:
>
> dpkg --get-selections | awk '$2 == "install" { print $1 }' | xargs
> apt-get -y --reinstall install
Yep, that's what it should be. Thanks!
--
Regards,
Al Nikolov