How do I install moreutils on the default image Amazon EC2 instance? The instances are built off of CentOS but presumably have their own packages repo since
sudo yum install moreutils
fails with
No package moreutils available.
What is the yum repo I need to install moreutils?
Package epel-release-6-8.9.amzn1.noarch already installed and latest version
, yetcronic
(part of moreutils) givescommand not found
– Misplace