How to Install and Uninstall nodeenv Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: October 05,2024

1. Install "nodeenv" package

This tutorial shows how to install nodeenv on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install nodeenv

2. Uninstall "nodeenv" package

Here is a brief guide to show you how to uninstall nodeenv on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove nodeenv $ sudo apt autoclean && sudo apt autoremove

3. Information about the nodeenv package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: nodeenv
Priority: extra
Section: universe/utils
Installed-Size: 80
Maintainer: Ubuntu Developers
Original-Maintainer: Chris Kuehl
Architecture: all
Version: 0.13.4-1
Depends: python3-pkg-resources, python3, python3:any (>= 3.3.2-2~), make, gcc (>= 4:4.9.1) | nodejs, g++ (>= 4:4.9.1) | nodejs, libssl-dev | nodejs, python2.7 | nodejs
Filename: pool/universe/n/nodeenv/nodeenv_0.13.4-1_all.deb
Size: 18080
MD5sum: 8086809307a64a19c84c2387db86bc52
SHA1: d5dc5cacd82b5e3743272090506130add3e855a2
SHA256: 48883e86caf181cc0520a1e205d2165ce517c4e28a871cf22202bc7cf35aed38
Description-en: Node.js virtual environment builder
Tool to create isolated node.js environments with their own installation
directories that don't share libraries with other node.js virtual
environments, similar to a Python virtualenv.
.
These environments can be integrated with ones created by Python's virtualenv.
Description-md5: 2a31ee0296fb3abc1171f0334dade9ed
Homepage: https://ekalinin.github.io/nodeenv/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu