After upgrading from Ubuntu 14.04 LTS to 16.04 LTS, last process left cleaning, how to perform?
Matthew Martinez
While upgrading from Ubuntu 14.04 LTS to 16.04 LTS, every process got done like Getting new packages, Installing upgrades, the last process was Cleaning. Now, my PC is running fine on 16.04 but while turning it on and shutting it down, it is showing to clean and giving errors. Due to electricity problem, cleaning process while upgrading didn't went well.
1 Answer
I think the last cleaning process runs something like this:
sudo apt-get cleanwhich removes any downloaded packages already installed, and this command:
sudo apt-get autoremovewill remove any packages no longer in use like old kernels and the like.