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

Last updated: May 14,2024

1. Install "node-semver" package

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

$ sudo apt update $ sudo apt install node-semver

2. Uninstall "node-semver" package

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

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

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

Package: node-semver
Priority: extra
Section: universe/web
Installed-Size: 88
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 2.1.0-2
Depends: nodejs
Filename: pool/universe/n/node-semver/node-semver_2.1.0-2_all.deb
Size: 16226
MD5sum: 6eee6196042835ab6490070ebafb7d0e
SHA1: 4a20f0b40ee11b2c54c6b0f88b3379816b9edf1c
SHA256: 87fd6b267a1ac940b3e2c5ff886461804c63376dadddb4ab864fc28988a4f7dd
Description-en: Semantic Versioning for Node.js
Test if version(s) satisfy the supplied range(s), and sort them.
Multiple versions or ranges may be supplied.
Program exits successfully if any valid version satisfies
all supplied ranges, and prints all satisfying versions.
.
This package provides the `semver` executable and the Node.js module.
.
Node.js is an event-based server-side javascript engine.
Description-md5: f64d925b561527bc36681dce868400b9
Homepage: https://github.com/isaacs/node-semver
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu