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

Last updated: May 20,2024

1. Install "node-static" package

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

$ sudo apt update $ sudo apt install node-static

2. Uninstall "node-static" package

This guide let you learn how to uninstall node-static on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: node-static
Priority: optional
Section: universe/web
Installed-Size: 86
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 0.7.3-1
Depends: nodejs, node-optimist, node-colors, node-mime
Recommends: javascript-common
Filename: pool/universe/n/node-static/node-static_0.7.3-1_all.deb
Size: 10304
MD5sum: bedf6576aafcbbba13ec50ebf684c533
SHA1: e58e0503e59b676e9c14cee6d0443cebaf82ffb6
SHA256: 17742882709a78956d09f117cf23027f41ed7622becc1659edb819e6e29e3f9e
Description-en: RFC2616 compliant HTTP static-file server module with caching
node-static has an in-memory file cache, making it highly efficient. It
understands and supports conditional GET and HEAD requests. It was
inspired by some of the other static-file serving modules,
such as node-paperboy and antinode.
.
Node.js is an event-based server-side javascript engine.
Description-md5: 37644c55e1c0a77269397a845e3879dd
Homepage: https://github.com/cloudhead/node-static
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu