Soumis par nevermoreraven le ven, 06/17/2016 - 23:15
How do I list last installed updates?
- Vous devez vous identifier ou créer un compte pour écrire des commentaires
ven, 06/17/2016 - 23:15
What commands or gui app can I use to achieve this?
sam, 06/18/2016 - 00:32
#1
Take a look at /var/log. You can use System Log Viewer to browse the logs; dpkg.log and history.log record package management activities.
sam, 06/18/2016 - 12:55
#2
cat /var/log/dpkg.log | grep "\ install\ "
- Vous devez vous identifier ou créer un compte pour écrire des commentaires