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

Last updated: May 19,2024

1. Install "ngrok-server" package

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

$ sudo apt update $ sudo apt install ngrok-server

2. Uninstall "ngrok-server" package

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

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

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

Package: ngrok-server
Priority: extra
Section: universe/web
Installed-Size: 6469
Maintainer: Ubuntu Developers
Original-Maintainer: Vincent Bernat
Architecture: amd64
Source: ngrok
Version: 1.6+dfsg-1
Depends: libc6 (>= 2.4), dpkg-dev
Filename: pool/universe/n/ngrok/ngrok-server_1.6+dfsg-1_amd64.deb
Size: 1197436
MD5sum: a05d0bcc9cb477f4f6fa3d0bd1ddfa80
SHA1: 31905d72aaddf758615b2dc03daa7de7f385e68a
SHA256: 5e74283aca651080bb74672f1f26c4b423d9eedd73dcc583c8514772f55e04bb
Description-en: secure introspectable tunnels to localhost - server 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 server part of ngrok. It permits one to use
the client without using ngrok.com
Description-md5: 4ed5890470c333a59473da9571b2f8e8
Built-Using: 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)
Homepage: https://ngrok.com/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu