Cleaning Ubuntu 14.10,14.04,13.10 Operating System

Many of you have been using Ubuntu or Linux based distro’s for days, weeks, months or years.You may seen that the performance of the system decrease as per it ages.Most of the distro’s have the same problem, unless you have a super high end computer.The performance degrades as per the count of softwares increases, load increase thus give reduced system performance. But, you can increases the performance just by, cleaning some unnecessary packages, orphaned packages etc.
In this post, you can find necessary commands to Cleaning Ubuntu 14.10,14.04,13.10 Operating System in the most easy way.
Just type th commands in the terminal. You don’t have to install any other software for doing this.

To remove partial packages
sudo apt-get autoclean

To clean the cached packages
sudo apt-get clean

To remove dependency packages, after uninstalling a software
sudo apt-get autoremove

That’s it. 3 Simple commands save a a lot of disk space, depending on the packages you have installed.Ans, increase the performance of Ubuntu system.