How to install KVM on Ubuntu 16.04 LTS Desktop

KVM ( Kernel-based Virtual Machine ) is free and open source virtualisation software. You can create multiple VM (virtual machines) , each VM has its own private virtualised hardware like disk, CPU, RAM etc. It was included in Linux kernel mainline in kernel version 2.6.20. In case you are looking for some alternate of VirtualBox, … Read more

Completely remove package on Ubuntu / Debian by apt-get

This is a quick post to completely remove package on Ubuntu by apt-get command.Apt-get (Advanced Packaging Tool ) is a command line tool to manage the packages on Ubuntu / Debian system. Remove the package on Ubuntu/Debian Generally remove is the option used with apt-get command. But it do not remove the config files associated … Read more