Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
server-administration:installing-iotop-centos5 [2010-12-21 19:38:55]
garrett.plasky Approved
server-administration:installing-iotop-centos5 [2010-12-21 19:39:20]
garrett.plasky Approved
Line 7: Line 7:
 This program also requires a newer Python version than CentOS 5 supplies (2.6 vs 2.4), so we'll grab those from the EPEL repo and install them: This program also requires a newer Python version than CentOS 5 supplies (2.6 vs 2.4), so we'll grab those from the EPEL repo and install them:
  
-<code console># wget http://download.fedora.redhat.com/pub/epel/5/i386/python26-2.6.5-5.el5.i386.rpm \ ftp://download.fedora.redhat.com/pub/epel/5/i386/python26-libs-2.6.5-5.el5.i386.rpm \ +<code console># wget http://download.fedora.redhat.com/pub/epel/5/i386/python26-2.6.5-5.el5.i386.rpm \  
 +ftp://download.fedora.redhat.com/pub/epel/5/i386/python26-libs-2.6.5-5.el5.i386.rpm \ 
 ftp://download.fedora.redhat.com/pub/epel/5/i386/libffi-3.0.5-1.el5.i386.rpm ftp://download.fedora.redhat.com/pub/epel/5/i386/libffi-3.0.5-1.el5.i386.rpm
 # rpm -Uvh python26-2.6.5-5.el5.i386.rpm python26-libs-2.6.5-5.el5.i386.rpm libffi-3.0.5-1.el5.i386.rpm</code> # rpm -Uvh python26-2.6.5-5.el5.i386.rpm python26-libs-2.6.5-5.el5.i386.rpm libffi-3.0.5-1.el5.i386.rpm</code>