Amazon Linux provides an easy way to install / enable the EPEL yum repository from the command line.
Use the amazon-linux-extras
command to enable the epel feature, and then install the repository:
amazon-linux-extras enable epel
yum install epel-release
To see which packages are available via amazon-linux-extras
, just type the command without any arguments.
Leave a Reply