Verfasst von nevermoreraven am Fr, 06/17/2016 - 23:15
How do I list last installed updates?
- Anmelden oder Registrieren um Kommentare zu schreiben
Fr, 06/17/2016 - 23:15
What commands or gui app can I use to achieve this?
Sa, 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.
Sa, 06/18/2016 - 12:55
#2
cat /var/log/dpkg.log | grep "\ install\ "
- Anmelden oder Registrieren um Kommentare zu schreiben