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
yuminstall command.$ sudo yum install epel-releaseConfirm that the EPEL packages are installed using the
yum repolistcommand.$ sudo yum repolist