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

Last updated: May 03,2024

1. Install "node-rimraf" package

Please follow the instructions below to install node-rimraf on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install node-rimraf

2. Uninstall "node-rimraf" package

Please follow the step by step instructions below to uninstall node-rimraf on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: node-rimraf
Priority: extra
Section: universe/web
Installed-Size: 58
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 2.2.8-1
Depends: nodejs
Recommends: node-graceful-fs (>= 2)
Filename: pool/universe/n/node-rimraf/node-rimraf_2.2.8-1_all.deb
Size: 5702
MD5sum: 6b94ce832d873b2627c0f66844560d4e
SHA1: 6720df492958b4b09ca86a12676b7269449de030
SHA256: 2dd830185a89cd91e5a9c96e44a60f620e57431943e3732b8bbe3c8a0ab7a402
Description-en: Deep deletion (like rm -rf) module for Node.js
node-rimraf is a Node.js module that provides asynchronous deep-deletion
of files and directories.
.
The `rimraf` executable is a faster alternative to the `rm -rf` shell
command.
.
Node.js is an event-based server-side javascript engine.
Description-md5: 9315ea4e560a612155d4b45cf1df6c10
Homepage: https://github.com/isaacs/rimraf
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu