To uninstall jta just follow these instructions.
sudo apt-get remove jta
This will remove just the jta package itself.
sudo apt-get remove --auto-remove jta
This will remove the jta package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for jta then this will work.
sudo apt-get purge jta
Or similarly, like this jta
sudo apt-get purge --auto-remove jta
Package | jta |
Version | 2.6+dfsg-6 |
Maintainer | Ubuntu Developers <[email protected]> |
Home page | http://www.javassh.org |
Description | Java telnet/ssh applet |
Distro | ubuntu |
Release | trusty |
Repo | universe |
Section | universe/net |