How to install iperf on Proxmox 2.1?

mythicalbox

New Member
Aug 30, 2012
16
0
1
Hello, How can I install iperf on proxmox 2.1?

I have tried "apt-get install iperf" and I get this:

Code:
root@proxmox02:~# apt-get install iperfReading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package iperf

TIA
 
update your package list first with:

Code:
apt-get update && apt-get install iperf