How To Install IPERF On Ubuntu PC?

Asked By 0 points N/A Posted on -
qa-featured

I want to download IPERF and install it on my PC. Please offer me the steps on how to install IPERF on mu Ubuntu PC.

SHARE
Answered By 0 points N/A #164861

How To Install IPERF On Ubuntu PC?

qa-featured

To install IPERF you need to download it separately and install using the terminal console.

Step 1: Download using the following command.

wget https://sourceforge.net/projects/iperf/files/iperf-2.0.5.tar.gz/download

Step 2: Extract the content of the file and place it in Home folder.

Step 3: Use the following commands to install.

cd iperf-2.0.5

./configure

make

make install

Step 4: IPERF is successfully installed.

Related Questions