Install libmysql-java
Installing libmysql-java package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libmysql-java
libmysql-java package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libmysql-java |
version | 5.1.38-1 |
description | Java database (JDBC) driver for MySQL |
subsection | java |
website | mysql.com / products / connector / j / |
maintainer | Debian Java Maintainers |
Uninstall libmysql-java
To remove just libmysql-java package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libmysql-java
Uninstall libmysql-java and it’s dependent packages
To remove the libmysql-java package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libmysql-java
Purging libmysql-java
If you also want to delete configuration and/or data files of libmysql-java from Debian Sid then this will work:
sudo apt-get purge libmysql-java
To delete configuration and/or data files of libmysql-java and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libmysql-java