Wednesday, February 25, 2009

Best Upconverting Blu-ray Player

HOW TO: How to know the date in which packages are installed apt-get.

not If you ever have happened, but the other day I installed a java package and overwrote some libraries from an older version, which stopped working a few things. At the time I got the doubt of being able to know what had been the latest packages installed. After some research I found the following option: display the log of dpkg.

This log is located in / var / log / dpkg.log

log with grep This will help us realize the searches in question.

reading it can see the following structure. 25/02/2009 11:47:28

trigproc 2.7-10ubuntu4 libc6 2.7-10ubuntu4
25/02/2009 11:47:28 status half-configured libc6 2.7-10ubuntu4
25.02.2009 11:47: 29 status installed libc6 2.7-10ubuntu4


to us in the specified date and time, action taken and package which performs the action.

Hope this helps you manage and / or revise the installed packages.

0 comments:

Post a Comment