20 Mar 2009

Install htop from source

Author: admin | Filed under: Apps

Htop is an interactive process viewer for Linux. It is a text-mode application (for console or X terminals) and requires ncurses. Tested with Linux 2.4 and 2.6.

wget http://downloads.sourceforge.net/htop/htop-0.8.1.tar.gz?use_mirror=superb-east
tar -xzvf htop-0.8.1.tar.gz
cd htop-0.8.1
./configure
make
make install

—————————————–
Install via YUM:

I added the following to dag.repo in /etc/yum.repos.d

[dag]
name=Dag RPM Repository for Red Hat Enterprise Linux

baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag
gpgcheck=1
enabled=1
Then ran yum install htop
—————————————————
Install via RPM:
wget http://dag.wieers.com/rpm/packages/htop/htop-0.7-1.el5.rf.i386.rpm
rpm -i htop-0.7-1.el5.rf.i386.rpm

2 Responses to “Install htop from source”

  1. Stella Best Says:

    Awsome blog! I am loving it!! Will come back again. I am bookmarking your feeds also

  2. Bianca Habbs Says:

    I was honored to get a call from my friend when he observed the important ideas shared on your site. Examining your blog article is a real wonderful experience. Thank you for taking into consideration readers just like me, and I want for you the best of achievements for a professional in this field.

Leave a Reply