How do I find out if new versions of installed packages exist without installing them via aptitude in non-interactive mode? Is there anything comparable to the MacPorts port outdated command?

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

apt-get -u -s upgrade

link|improve this answer
Thanks, exactly what I needed! – tamm0r Apr 17 '10 at 21:53
feedback

Your Answer

 
or
required, but never shown

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