Howto find out if a Debian Lenny 64-bit is up-to-date?

When I run sudo aptitude update it only tells me something like

...
Hit http://ftp.de.debian.org lenny Release
Hit http://ftp.de.debian.org lenny/updates Release
Hit http://ftp.de.debian.org squeeze Release
...
Reading package lists...

But no updates seems to be actually performed.

Am I missing something ?

link|improve this question

67% accept rate
feedback

1 Answer

up vote 2 down vote accepted
aptitude update
aptitude upgrade
link|improve this answer
Correct version today is aptitude safe-upgrade although upgrade still works, but aptitude gives a warning. – Ahe Jan 27 '10 at 20:10
so what is aptitude update used for when it doesn't update the system? – Vokuhila-Oliba Jan 27 '10 at 20:57
@Vokuhila-Oliba: It fetches (updates) the lists that contain information about every application in the repositories. Based on this lists aptitude upgrade performs the update. – Felix Jan 27 '10 at 21:06
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.