Comment retrouver les dernière mises à jour faites sur un système debian
zgrep -E ‘Upgrade|Install|Remove’ /var/log/apt/history.log /var/log/apt/history.log.*.gz | cut -f 2- -d ‘:’
Lire la suitezgrep -E ‘Upgrade|Install|Remove’ /var/log/apt/history.log /var/log/apt/history.log.*.gz | cut -f 2- -d ‘:’
Lire la suite