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
1.Download Jmeter(tgz format) from http://jmeter.apache.org/download_jmeter.cgi under binaries section.
2.Unzip the folder by running tar -xf apache-jmeter-4.0.tgz
tar -xf apache-jmeter-4.0.tgz
3.Run the following command to open JMeter ./bin/jmeter
./bin/jmeter