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

Last updated: May 21,2024

1. Install "node-base64id" package

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

$ sudo apt update $ sudo apt install node-base64id

2. Uninstall "node-base64id" package

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

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

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

Package: node-base64id
Priority: extra
Section: universe/web
Installed-Size: 37
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 0.1.0-3
Depends: nodejs (>= 0.6.19~dfsg1-3~)
Filename: pool/universe/n/node-base64id/node-base64id_0.1.0-3_all.deb
Size: 3734
MD5sum: fba82d98a5c9fdb9fea779040508d963
SHA1: a0f4e59771f05cde1e513f92ad7f9c7d1024f025
SHA256: 8fdd52c883a71370c1dc8927446045e03b9ff8e575847c38176213fd02f5796b
Description-en: Node.js module that generates a base64 id
Node.js module that generates a base64 id. It uses crypto.randomBytes when
available, but falls back to unsafe methods for node.js <= 0.4.
.
To increase performance, random bytes are buffered to minimize the number of
synchronous calls to crypto.randomBytes.
Description-md5: c84add9f781ae6e6a06ab8cffec777f4
Homepage: https://github.com/faeldt/base64id
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu