Install Extra Packages for Enterprise Linux on Cent OS
The Extra Packages for Enterprise Linux (EPEL) repository are an additional package repository that provides access to install packages for commonly used software.
To install the EPEL packages, perform the following steps:
Connect to the virtual machine on which you intend to install Hyper-Q using SSH as the root user.
Install the EPEL repository with the following
yum
install command.$ sudo yum install epel-release
Confirm that the EPEL packages are installed using the
yum repolist
command.$ sudo yum repolist