Velvet Star Monitor

Standout celebrity highlights with iconic style.

news

After upgrading from Ubuntu 14.04 LTS to 16.04 LTS, last process left cleaning, how to perform?

Writer 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.

2

1 Answer

I think the last cleaning process runs something like this:

sudo apt-get clean

which removes any downloaded packages already installed, and this command:

sudo apt-get autoremove

will remove any packages no longer in use like old kernels and the like.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy