Update
update: Looked up how to do with apt:
update: Looked up how to do with apt:
find /var/lib/dpkg/info/ -name \*.list -mtime -3 | sed 's#.list$##;s#.*/##'
is your friend to check what is the list of the recently updated/installed packages
sudo apt-get -f install
Mostly you can consult
/var/log/apt/history.log for changes done
A working command for this case could looks like:
sudo apt-get remove -y