After upgrading packages my system is not booting anymore. How can I list last updated packages from terminal in order to revert the changes? Or is there a simpler way to take back latest upgrade?
After upgrading packages my system is not booting anymore. How can I list last updated packages from terminal in order to revert the changes? Or is there a simpler way to take back latest upgrade?
Command to list recently installed packages that were installed via any method (apt-get, Software Center...):
cat /var/log/dpkg.log | grep "\ install\ "
Example output:
Command to list history of
apt-get
(NOTE: this doesn't list dependencies installed, it simply lists previousapt-get
commands that were run):cat /var/log/apt/history.log | grep "\ install\ "
Example output: