How to list security updates installed on a Ubuntu 10.04 server? -


i'm trying list packages on ubuntu 10.04 server upgraded because of security fix released. tried running "apt-cache pkgnames" , "dpkg --get-selections" commands, list packages installed on system. how list of security updates installed on ubuntu 10.04 system?

any appreciated.thanks in advance.

amit


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -