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

Last updated: May 14,2024

1. Install "node-vhost" package

This guide covers the steps necessary to install node-vhost on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install node-vhost

2. Uninstall "node-vhost" package

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

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

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

Package: node-vhost
Priority: extra
Section: universe/web
Installed-Size: 45
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 3.0.0-1
Depends: nodejs
Filename: pool/universe/n/node-vhost/node-vhost_3.0.0-1_all.deb
Size: 5026
MD5sum: 25f90d271c27e13b03bfec16bfb6e28e
SHA1: b2825a6018ecb3155b571c5b59a8a200e6fca4c6
SHA256: 9c280a760f48d01f3d048d63ca91ddf791aad9fe73a7464ba9e7d9871041cacb
Description-en: connect middleware for domain request matching - Node.js module
This module allows one to match incoming http requests to given
host-server pairs, also known as virtual hosts.
.
It only works with in-process Request and Server Node.js objects,
in particular it is not a proxy.
.
Connect is an extensible HTTP server framework.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5: 092011d1d1d9631b71176a5f35b1bdc6
Homepage: https://github.com/expressjs/vhost
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu