How to Install and Uninstall node-mysql Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "node-mysql" package

Please follow the steps below to install node-mysql on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install node-mysql

2. Uninstall "node-mysql" package

In this section, we are going to explain the necessary steps to uninstall node-mysql on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove node-mysql $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-mysql package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: node-mysql
Priority: extra
Section: universe/web
Installed-Size: 511
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 2.4.2-1
Depends: nodejs (>= 0.10.0), node-require-all (>= 0.0.3), node-bignumber (>= 1.0.1)
Filename: pool/universe/n/node-mysql/node-mysql_2.4.2-1_all.deb
Size: 83194
MD5sum: 4692b82ed4866ebe2c9a54a347d8d4b2
SHA1: 7856bd70e882b67b2ed86e108678740cd0e7efcf
SHA256: afd15c1c17e16380183ce7d90bb53211ee57a9282d27332d661a9772ad5634a0
Description-en: MySQL client implementation for Node.js
Implementation of the MySQL protocol for Node.js.
.
This MySQL module provides non-blocking I/O with MySQL databases. It is written
in pure Javascript and there is no dependency on external C libraries such as
libmysql.
Description-md5: c404bdee8477f598f05f8a5ebb98501e
Homepage: https://github.com/felixge/node-mysql
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu