To uninstall jmeter just follow these instructions.
sudo apt-get remove jmeter
This will remove just the jmeter package itself.
sudo apt-get remove --auto-remove jmeter
This will remove the jmeter package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for jmeter then this will work.
sudo apt-get purge jmeter
Or similarly, like this jmeter
sudo apt-get purge --auto-remove jmeter
Package | jmeter |
Version | 2.11-2 |
Maintainer | Ubuntu Developers <[email protected]> |
Home page | http://jmeter.apache.org |
Description | Load testing and performance measurement application (main application) |
Distro | ubuntu |
Release | vivid |
Repo | universe |
Section | universe/net |