I have a program (iperf 2.0.5) in Fedora Linux. I want to run another package of the same newer version of the program (iperf 3.0.3) only restricted / executable local to that folder.
So the default iperf on my PC would be 2.0.5 , but if i want to use iperf 3.0.3 in a designated folder ( similar to what we do in windows ) . We have two execuatble in two different folders and on our preference we run the executable from the folder loaction.
I did download the package from RPM resoure iperf, and it shows the exact specs.
What i have already tried.
./Configure;make;make install iperf # Did not work.
rpm --prefix=/root/Iperf3.0.3/ iperf3.0.0*.rpm. # Indicating that cannot use prefix for package that is already installed.
yum install iperf out of the question because it will make it the default executable.
Thanks Bharat C P