Page 1 of 1

htop installation problem

Posted: 2016/02/01 07:33:38
by MrBean
Hello,

i wanna install htop on my Centos 6, i did but after run the yum install htop the follow error occurs:
[root@s etc]# yum install htop
Loaded plugins: fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
* base: centos.mirror.iweb.ca
* extras: centos.mirror.iweb.ca
* updates: centos.mirror.iweb.ca
No package htop available.
Error: Nothing to do


how to solve this problem?

Re: htop installation problem

Posted: 2016/02/01 07:45:04
by avij
htop seems to be available in the EPEL repo. Try yum install epel-release, then yum install htop again.

Re: htop installation problem

Posted: 2016/02/01 10:35:52
by MrBean
avij wrote:htop seems to be available in the EPEL repo. Try yum install epel-release, then yum install htop again.
after run yum install epel-release the follow error occurs:
Error Downloading Packages:
epel-release-6-8.noarch: Insufficient space in download directory /var/cache/yum/x86_64/6/extras/packages
* free 0
* needed 14 k

Re: htop installation problem

Posted: 2016/02/01 15:04:34
by TrevorH
Fix your full filesystem.

Re: htop installation problem

Posted: 2017/12/11 02:12:53
by ragalindo
avij wrote:htop seems to be available in the EPEL repo. Try yum install epel-release, then yum install htop again.

It worked for me, thank you! ;)