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?
ncdu
after installinghttp://ftp.linux.ncsu.edu/pub/epel/6/x86_64/ncdu-1.7-1.el6.x86_64.rpm
results inncdu 1.7 ~ Use the arrow keys to navigate, press ? for help
. Thank you. Now it works. I will accept the answer. I also would like to upvote, but a reputation of at least 15 is required. – 030 Jun 08 '14 at 09:39