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

Last updated: November 22,2024

1. Install "node-topcube" package

This guide let you learn how to install node-topcube on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install node-topcube

2. Uninstall "node-topcube" package

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

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

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

Package: node-topcube
Priority: extra
Section: universe/web
Installed-Size: 78
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: amd64
Version: 0.2.0+ds1-1
Depends: libc6 (>= 2.2.5), libglib2.0-0 (>= 2.12.0), libgtk2.0-0 (>= 2.8.0), libwebkitgtk-1.0-0 (>= 1.3.10), nodejs
Filename: pool/universe/n/node-topcube/node-topcube_0.2.0+ds1-1_amd64.deb
Size: 10478
MD5sum: 3bc3f77fada75e4309209cfbca00fdbf
SHA1: 8289deae449066503cde6438b52df8eaa862a421
SHA256: e22c92239c4589549694a0600b01195ac94a8d1b575d78b256a85c99bdea09cc
Description-en: spawn a child webkit window from Node.js
This module allows one to open a webkit window as a child process,
with a URL given as parameter.
The window can handle:
* setting its title to the web page title, if any
* handing downloads using gtk file browser
* opening external URL, with the help of xdg-open
.
A typical Node.js application can serve the web pages and open
a client webkit window to display the GUI and communicate with
the server using standard web tools.
.
Node.js is an event-based server-side javascript engine.
Description-md5: daa9d9ffc41380d77866b9c69ca41784
Homepage: https://github.com/creationix/topcube
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu