Enviado por nevermoreraven o Ven, 06/17/2016 - 23:15
How do I list last installed updates?
- Inicie sesión ou rexístrese para enviar comentarios
Ven, 06/17/2016 - 23:15
What commands or gui app can I use to achieve this?
Sáb, 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.
Sáb, 06/18/2016 - 12:55
#2
cat /var/log/dpkg.log | grep "\ install\ "
- Inicie sesión ou rexístrese para enviar comentarios