I just upgraded my Kubuntu to 17.04 from 16.10 - following this guide.
But during the upgrade stage it was interrupted - my machine hung so I had to restart it.
So I missed the step of Remove obsolete packages.
After logging in, from my terminal:
$ lsb_release -a
Distributor ID: Ubuntu
Description: Ubuntu 17.04
Release: 17.04
Codename: zesty
I have it upgraded but how can I remove obsolete packages then?
Edit:
I did this:
$ sudo apt-get autoremove
But is it the right way doing it?
sudo apt-get autoremove
? – yolo7398 Apr 27 '17 at 06:27sudo apt autoremove
– George Udosen Apr 27 '17 at 06:30