How to Install and Uninstall erlang-cowboy Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 06,2024

1. Install "erlang-cowboy" package

In this section, we are going to explain the necessary steps to install erlang-cowboy on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install erlang-cowboy

2. Uninstall "erlang-cowboy" package

Please follow the guidelines below to uninstall erlang-cowboy on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove erlang-cowboy $ sudo apt autoclean && sudo apt autoremove

3. Information about the erlang-cowboy package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: erlang-cowboy
Priority: optional
Section: universe/devel
Installed-Size: 304
Maintainer: Ubuntu Developers
Original-Maintainer: LeoFS maintainers team
Architecture: amd64
Version: 2.0.0~pre.1+dfsg1-1
Depends: erlang-base (>= 1:17.3-dfsg) | erlang-base-hipe (>= 1:17.3-dfsg), erlang-crypto (>= 1:17.3-dfsg), erlang-ranch (>= 1.0.0~), erlang-cowlib (>= 1.3.0~)
Filename: pool/universe/e/erlang-cowboy/erlang-cowboy_2.0.0~pre.1+dfsg1-1_amd64.deb
Size: 187340
MD5sum: d29ead5a67d8e90811de6ff7035f1d0e
SHA1: 984e1c927571bb677c3418eed042d097cae20fad
SHA256: 0aacb67fb7b78d5bf88fa87aa11ed4366d5517e2fcf9465e551b6ff4ed176210
Description-en: Cowboy is a small, fast and modular HTTP server written in Erlang
Cowboy is also a socket acceptor pool, able to accept connections
for any kind of TCP protocol.
.
Cowboy aims to provide the following advantages:
.
* 'Small' code base.
* Damn 'fast'.
* 'Modular': transport and protocol handlers are replaceable.
* 'Binary HTTP' for greater speed and lower memory usage.
* Easy to 'embed' inside another application.
* Selectively 'dispatch' requests to handlers, allowing you to send some
requests to your embedded code and others to a FastCGI application in
PHP or Ruby.
* No parameterized module. No process dictionary. 'Clean' Erlang code.
Description-md5: b73626a19c7907634b5f0e4e39c10aac
Homepage: https://github.com/extend/cowboy
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu