When I try to install Apache JMeter in Ubuntu 15.10 using apt-get install JMeter it installs the older version 2.11. However, I tried to download the latest JMeter 3.0 version a
You can download JMeter
from here.
In Apache JMeter 3.0 (Requires Java 7 or later)
download the "
apache-jmeter-3.0.tgz" package under the Binaries
section.
Go to the Downloads directory and run tar -xf apache-jmeter-3.0.tgz
Run cd apache-jmeter-3.0
Run ./bin/jmeter
or ./bin/jmeter -?
for help.
Note: Make sure that you have JAVA installed and the JAVA_HOME environment variable is set.