PDA

View Full Version : [all variants] Is there an apt log somewhere?


Golem XIV
April 29th, 2008, 10:37 AM
I am wondering if apt generates a log with the information on installed/removed/updated packages and so on. If it does, where is it? If it doesn't, can it be enabled?

Monicker
April 29th, 2008, 10:47 AM
I am wondering if apt generates a log with the information on installed/removed/updated packages and so on. If it does, where is it? If it doesn't, can it be enabled?

Take a look at /var/log/apt/term.log

There also seems to be some relevant info in /root/.synaptic/log

pedro_orange
April 29th, 2008, 11:02 AM
Also take a look in:

/var/log/dpkg.log

Thats more to do with installed packages etc tho.

Golem XIV
April 29th, 2008, 11:31 AM
Take a look at /var/log/apt/term.log

There also seems to be some relevant info in /root/.synaptic/log

/var/log/apt/term.log seems tyo be what I was looking for. Thanks!

Golem XIV
April 29th, 2008, 11:33 AM
Also take a look in:

/var/log/dpkg.log

Thats more to do with installed packages etc tho.

This one seems to be more detailed, probably more useful for tracing problems. Thanks!