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

Last updated: May 13,2024

1. Install "erlang-cowboy-doc" package

This is a short guide on how to install erlang-cowboy-doc on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "erlang-cowboy-doc" package

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

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

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

Package: erlang-cowboy-doc
Priority: optional
Section: universe/doc
Installed-Size: 1486
Maintainer: Ubuntu Developers
Original-Maintainer: LeoFS maintainers team
Architecture: all
Source: erlang-cowboy
Version: 2.0.0~pre.1+dfsg1-1
Filename: pool/universe/e/erlang-cowboy/erlang-cowboy-doc_2.0.0~pre.1+dfsg1-1_all.deb
Size: 839118
MD5sum: 9a910d674e5305ca9cec1ecfc305d80b
SHA1: a9a5499224f7d9b6a7cee222514c406d9e31c346
SHA256: 489cea7d382b6007bb461f395b3c9043d92871fecffd466087c1a4aa5b50d2c3
Description-en: Documentation files 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 documents.
Description-md5: 3f5be739c56ac4c8738e408c10edbd54
Homepage: https://github.com/extend/cowboy
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu