I've find the good way :
dpkg --get-selections | grep -w install | awk '{print $1}' | xargs -n 10
-- apt-get -y --reinstall installThanks to Andreas Jochens Ludovic Watteaux -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

