How to create YUM repository in Centos 7!

I was working on an open source project recently, and I needed a repository to host some custom packages. However, you might have your own reasons to create yum repository. You can create a local version of an online repository so everytime you install a package network bandwidth is not consumed. Or there can be many other possible reasons. In…

How to install/un-install packages using yum and apt-get in Linux

Installing packages on linux was a biggest mystery to me when I started learning unix/linux, so I thought to write a complete guide on how to install/un-install packages using yum and apt-get in Linux. In Linux softwares or applications that execute on machine is called packages.  We will go through: RPM (Red hat package manager). apt-get (Debian based package manager)…