How to Install and Uninstall libjs-inherits Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "libjs-inherits" package

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

$ sudo apt update $ sudo apt install libjs-inherits

2. Uninstall "libjs-inherits" package

Please follow the guidance below to uninstall libjs-inherits on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libjs-inherits $ sudo apt autoclean && sudo apt autoremove

3. Information about the libjs-inherits package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libjs-inherits
Priority: extra
Section: universe/web
Installed-Size: 35
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Source: node-inherits
Version: 2.0.1-3
Filename: pool/universe/n/node-inherits/libjs-inherits_2.0.1-3_all.deb
Size: 2794
MD5sum: 6e65f196dfa0d9f3e37a5863c1520190
SHA1: d38c0b5aee9c09a7d41f855a300b57342f51e802
SHA256: 7e550560c214d62430d5c102e17630977a83425a3fb16825a7deaed51ffa8c6a
Description-en: Exposes inherits function from Node.js environment
node-inherits exposes standard inherits implementation of Node.js util
module, and allows bundlers such as browserify to not include full util
package in client code.
.
It is recommended to use this module for all code that requires only
the inherits function and that has a chance to run in a browser too.
.
This is the browser module.
.
Node.js is an event-based server-side javascript engine.
Description-md5: 08c2f3403610ec3bff612b77926313f8
Homepage: https://github.com/isaacs/inherits
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu