How to Install and Uninstall ngrok-client Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "ngrok-client" package

Please follow the guidance below to install ngrok-client on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ngrok-client

2. Uninstall "ngrok-client" package

Please follow the step by step instructions below to uninstall ngrok-client on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove ngrok-client $ sudo apt autoclean && sudo apt autoremove

3. Information about the ngrok-client package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ngrok-client
Priority: extra
Section: universe/web
Installed-Size: 8461
Maintainer: Ubuntu Developers
Original-Maintainer: Vincent Bernat
Architecture: amd64
Source: ngrok
Version: 1.6+dfsg-1
Depends: libc6 (>= 2.4)
Filename: pool/universe/n/ngrok/ngrok-client_1.6+dfsg-1_amd64.deb
Size: 1673270
MD5sum: 87ed1caee3622915245331badd847812
SHA1: 608c49e819af8c45ef502ecbf0299f9bdf323c67
SHA256: 023d89968ecfd6cfd4de1f49c75708a3efbd90174a44857df235c6a6bf43facc
Description-en: secure introspectable tunnels to localhost - client part
ngrok creates a tunnel from the public internet to a port on your
local machine. You can give this URL to anyone to allow them to try
out a web site you're developing without doing any deployment.
.
It captures all traffic through the tunnel. It displays information
about the HTTP traffic for your inspection. Raw request/response
bytes, parsed headers and form data, JSON/XML syntax checking and more
are included. It can also replay requests.
.
By default, ngrok will use ngrok.com as a third-party relay. This
service is provided at no-cost and without registration but it is
possible to get additional features by signing up in the service
(which is pay-as-you-want kind). However, it is possible to setup and
use its own server.
.
This package installs the client part of ngrok. It can be used
directly with ngrok.com service or with your own server if you
install the ngrok-server package.
Description-md5: d27d04d5ea86cb6c6c1cd9478e928cee
Built-Using: angular.js (= 1.2.11-1), golang (= 2:1.2.1-1ubuntu1), golang-goyaml (= 0.0~bzr50-1), golang-log4go (= 0.0~hg48-1), golang-metrics (= 0.0~git20140119-2), golang-termbox (= 0.0~git20140119-1), golang-vhost (= 0.0~git20140120-1), golang-websocket (= 0.0~git20140119-1), highlight.js (= 7.4+ds-1), jquery (= 1.7.2+dfsg-2ubuntu1), twitter-bootstrap (= 2.0.2+dfsg-4)
Homepage: https://ngrok.com/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu