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

Last updated: May 16,2024

1. Install "node-dequeue" package

This tutorial shows how to install node-dequeue on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install node-dequeue

2. Uninstall "node-dequeue" package

Learn how to uninstall node-dequeue on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: node-dequeue
Priority: extra
Section: universe/web
Installed-Size: 42
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 1.0.5-1
Depends: nodejs (>= 0.6.19~dfsg1-3~)
Filename: pool/universe/n/node-dequeue/node-dequeue_1.0.5-1_all.deb
Size: 4042
MD5sum: 23ba923dbb327739f48e1e22d178422a
SHA1: 5ed7a5066ba9506f7cd9cb98134f8349447cfc1e
SHA256: c3d4c249f3f08b9c12321168f204f3854024536132826d397d299d6feff8b76c
Description-en: Simple Double Ended Queue Datastructure for Node.js
Dequeue is implemented as a doubly linked circular list with a titular
head node--an empty node to designate the beginning and the end of the
circularly linked list.
.
It is a drop-in replacement for javascript-arrays-as-fifo.
Description-md5: 312a07640dbe90eb05e6ad41f1facc95
Homepage: https://github.com/lleo/node-dequeue/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu