PDA

View Full Version : [ubuntu] How to install iotop in Hardy?



MountainX
August 1st, 2008, 07:39 AM
I hear iotop is available for intrepid. How can I install it in Hardy? Thanks.

iaculallad
August 1st, 2008, 09:17 AM
I hear iotop is available for intrepid. How can I install it in Hardy? Thanks.

System->Administration->Software Sources, click on the "Third Party Software" tab, click on the Add button: input:


deb http://ppa.launchpad.net/tormodvolden/ubuntu hardy main

in the Apt Line box. Click Add Source, Click on Close and Reload.

Now, open your terminal and issue the command below to install iotop:


sudo apt-get install iotop

MountainX
August 3rd, 2008, 02:15 AM
that worked perfect :)

tormod
September 13th, 2008, 11:29 PM
You can also install the Intrepid iotop_0.2-2_all.deb package in Hardy without problems. That's why I haven't updated the one in my PPA.

sorochan
August 10th, 2010, 12:16 PM
Be sure to run

gpg --keyserver keyserver.ubuntu.com --recv 4B1E287796DD5C9A; gpg --export --armor 4B1E287796DD5C9A | sudo apt-key add -

after adding the launchpad repo to your sources.list or sources.list.d/launchpad.list