iperf installation

Issues related to applications and software problems
Post Reply
Amarok19
Posts: 3
Joined: 2014/11/17 12:44:19

iperf installation

Post by Amarok19 » 2014/11/17 12:53:09

Hi all! I was trying to install iperf, but yum claims there's no such program in the repo. I'm quite a noob, so after it failed, I resorted to Google, but uncle Google only gives me resources regarding older versions of CentOS. Anybody willing to help a noob in distress? (the explanation would have to be fairly straightforward, please, I have some skills with Linux, but nothing substantial)

User avatar
Vladi
Posts: 128
Joined: 2014/08/22 01:25:43
Location: Nyíregyháza/Hungary/EU

Re: iperf installation

Post by Vladi » 2014/11/19 00:26:26

As root, try:

Code: Select all

yum install iperf3
If still no luck, enable epel repo, this way. :geek:

Try again

Code: Select all

yum install iperf3
If still no luck, come back with error messages. :mrgreen:

gerald_clark
Posts: 10642
Joined: 2005/08/05 15:19:54
Location: Northern Illinois, USA

Re: iperf installation

Post by gerald_clark » 2014/11/19 00:33:17

iperf and iperf3 are available at epel.

User avatar
Vladi
Posts: 128
Joined: 2014/08/22 01:25:43
Location: Nyíregyháza/Hungary/EU

Re: iperf installation

Post by Vladi » 2014/11/19 00:37:12

gerald_clark wrote:iperf and iperf3 are available at epel.
I find only iperf3.

gerald_clark
Posts: 10642
Joined: 2005/08/05 15:19:54
Location: Northern Illinois, USA

Re: iperf installation

Post by gerald_clark » 2014/11/19 00:39:44

You are correct., I was on my C6 machine when I looked it up
On my C7 machine I see only iperf3.

Amarok19
Posts: 3
Joined: 2014/11/17 12:44:19

Re: iperf installation

Post by Amarok19 » 2014/11/25 11:57:58

Tanks guys, it worked! OFC epel wasn't enabled, but it wasn't a big complication. Sooo... If we're at the topic of repos, maybe you could give ma another advice? (I know it should formally belong to another topic, but it'sa related and I don't want to make new topics in order not to flood the forum with noobstuff) I could use wine, I've found a comprehensive guide on how to install it on C7, but the first command:
yum groupinstall 'Development Tools'
fails... Any hints?

lynxus
Posts: 26
Joined: 2009/10/17 10:23:06
Contact:

Re: iperf installation

Post by lynxus » 2014/11/25 13:19:42

Amarok19 wrote:Tanks guys, it worked! OFC epel wasn't enabled, but it wasn't a big complication. Sooo... If we're at the topic of repos, maybe you could give ma another advice? (I know it should formally belong to another topic, but it'sa related and I don't want to make new topics in order not to flood the forum with noobstuff) I could use wine, I've found a comprehensive guide on how to install it on C7, but the first command:
yum groupinstall 'Development Tools'
fails... Any hints?
Try
[root@xxxxxl ~]# yum group list
Loaded plugins: fastestmirror
There is no installed groups file.
Maybe run: yum groups mark convert (see man yum)
Loading mirror speeds from cached hostfile
* base: mirrors.clouvider.net
* extras: mirror.sov.uk.goscomb.net
* updates: mirrors.clouvider.net
Available environment groups:
Minimal Install
Infrastructure Server
File and Print Server
Basic Web Server
Virtualization Host
Server with GUI
GNOME Desktop
KDE Plasma Workspaces
Development and Creative Workstation
Available Groups:
Compatibility Libraries
Console Internet Tools
Development Tools
Graphical Administration Tools
Legacy UNIX Compatibility
Scientific Support
Security Tools
Smart Card Support
System Administration Tools
System Management
Done


If its not listed here, there may be a problem with your repos...
Or simply try it without the quotes....

Ie: yum groupinstall Development Tools
Seems to work for me..

Amarok19
Posts: 3
Joined: 2014/11/17 12:44:19

Re: iperf installation

Post by Amarok19 » 2014/11/25 21:57:59

Thanks a lot, I'll try it just as soon as I get to lay my hands on the server tomorrow!

Post Reply