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

Last updated: May 16,2024

1. Install "node-zeparser" package

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

$ sudo apt update $ sudo apt install node-zeparser

2. Uninstall "node-zeparser" package

This tutorial shows how to uninstall node-zeparser on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: node-zeparser
Priority: extra
Section: universe/web
Installed-Size: 253
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Source: zeparser.js
Version: 0.0.7+dfsg-1
Depends: nodejs (>= 0.6.19~dfsg1-3~)
Filename: pool/universe/z/zeparser.js/node-zeparser_0.0.7+dfsg-1_all.deb
Size: 62252
MD5sum: d1161a7c173f752728c6a0ec3b11d7f7
SHA1: 010b2c750cb86c21b7df9411ac81a90312029972
SHA256: 5fdd586e919bfc7f1ccf04573fa63dd8fac4b9367048908e23a0fa48cf893db9
Description-en: Javascript code parser module for Node.js
Parse Javascript code elements with Node.js. The parser has two modes
for parsing: simple and extended.
.
The simple mode is mainly for just parsing and returning the streams and a
simple parse tree. There's not so much meta information here and this
mode is mainly built for speed.
.
The extended mode has everything required for Zeon to do its job.
.
This package provides ZeParser as a Node.js module.
Description-md5: f7ca4e2b2f28b36e47639aca5eafd107
Homepage: https://github.com/qfox/ZeParser
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu