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

Last updated: April 28,2024

1. Install "erlang-cowboy-examples" package

Please follow the guidance below to install erlang-cowboy-examples on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install erlang-cowboy-examples

2. Uninstall "erlang-cowboy-examples" package

This tutorial shows how to uninstall erlang-cowboy-examples on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: erlang-cowboy-examples
Priority: optional
Section: universe/devel
Installed-Size: 298
Maintainer: Ubuntu Developers
Original-Maintainer: LeoFS maintainers team
Architecture: all
Source: erlang-cowboy
Version: 2.0.0~pre.1+dfsg1-1
Depends: libjs-jquery
Recommends: erlang-cowboy
Filename: pool/universe/e/erlang-cowboy/erlang-cowboy-examples_2.0.0~pre.1+dfsg1-1_all.deb
Size: 36360
MD5sum: dad5a46daf80642871bdcab395e2e66d
SHA1: 509d2acddace297f9e76e84898ea81d00e08b6df
SHA256: f5c9dfeaa09827fc4f90cf1dbe7426f2952fd98f52fe38484855966bdabe6425
Description-en: Examples for erlang-cowboy
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.
.
This package includes erlang-cowboy examples.
Description-md5: cce8ed3225486ad80adbc505e5d47bf8
Homepage: https://github.com/extend/cowboy
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu