Introduction
The commands specified in the answers to this question and this documentation have been applied to install NCDU on Scientific using EPEL without success.
According to this documentation it should be possible to install ncdu using EPEL.
setup EPEL repo
$ sudo wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm $ sudo rpm -ivh epel-release-6-8.noarch.rpm warning: epel-release-6-8.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID 060 8b895: NOKEY Preparing... ########################################### [100%] package epel-release-6-8.noarch is already installed install ncdu
$ sudo yum install ncdu -y Loaded plugins: security Error: Cannot retrieve repository metadata (repomd.xml) for repository: epel. Please verify its path and try again Question: How to install NCDU on Scientific from EPEL?