How to Install and Uninstall nodeenv Package on Kali Linux

Last updated: October 05,2024

1. Install "nodeenv" package

This guide let you learn how to install nodeenv on Kali Linux

$ sudo apt update $ sudo apt install nodeenv

2. Uninstall "nodeenv" package

In this section, we are going to explain the necessary steps to uninstall nodeenv on Kali Linux:

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

3. Information about the nodeenv package on Kali Linux

Package: nodeenv
Version: 0.13.4-1.1
Installed-Size: 83
Maintainer: Chris Kuehl
Architecture: all
Depends: python3-pkg-resources, python3:any, make, gcc (>= 4:4.9.1) | nodejs, g++ (>= 4:4.9.1) | nodejs, libssl-dev | nodejs, python3 | nodejs
Size: 21252
SHA256: 5830356a3317b7b834a8210c9b3765b568ce09bb0a9914ba00cbcef2368ecb06
SHA1: 94c0cbec4b287f0097cd18193a2add8c54c2d3af
MD5sum: 4171434f1ed0626c48edf8bb4c157169
Description: 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:
Homepage: https://ekalinin.github.io/nodeenv/
Section: utils
Priority: optional
Filename: pool/main/n/nodeenv/nodeenv_0.13.4-1.1_all.deb