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

Last updated: May 09,2024

1. Install "node-jsdom" package

Here is a brief guide to show you how to install node-jsdom on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install node-jsdom

2. Uninstall "node-jsdom" package

This is a short guide on how to uninstall node-jsdom on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: node-jsdom
Priority: extra
Section: universe/web
Installed-Size: 551
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 0.8.10+dfsg1-1
Depends: nodejs, node-htmlparser, node-cssom, node-request, node-contextify (>= 0.1)
Filename: pool/universe/n/node-jsdom/node-jsdom_0.8.10+dfsg1-1_all.deb
Size: 98946
MD5sum: c4ca605bc6c00d9b5618b871a0814202
SHA1: 5293ca2b7b98b5e395ae05a98a1cd9f871910e9a
SHA256: 78e943f0a10ff7fd2810c6084056c607e27c8efddb0c66c06757073cccc2b53f
Description-en: javascript implementation of the W3C DOM
node-jsdom is a CommonJS implementation of the DOM, intended to be platform
independent and as minimal/light as possible, while completely adhering to
the w3c DOM specifications.
Description-md5: fb0b6eb95a4e7865176c8d346665940b
Homepage: https://github.com/tmpvar/jsdom
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu