What is spacewalk? Spacewalk is a free version of Red Hat Satellite, a system nanagement solution. What you can do with spacewalk: - Kickstart Distributions - Deploy updates on your systems using a centralized management solution - Execute remote commands using rhncfg-actions - Create local repositories So let's get started. First we have to install the spacewalk repo. We can do that by using the following command [archy@spacewalk ~]$ sudo rpm -Uvh http://yum.spacewalkproject.org/2.6/RHEL/7/x86_64/spacewalk-repo-2.6-0.el7.noarch.rpm Also we will have to add the JPackage repository. [archy@spacewalk ~]$ sudo bash -c 'cat > /etc/yum.repos.d/jpackage-generic.repo << EOF [jpackage-generic] name=JPackage generic baseurl=http://mirrors.dotsrc.org/pub/jpackage/5.0/generic/free/ #mirrorlist=http://www.jpackage.org/mirrorlist.php?dist=generic&type=free&release=5.0 enabled=1 gpgcheck=1 gpgkey=http://www.jpackage.org/jpackage.asc E...