How to Install and Uninstall erlang-cowboy-examples Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: April 28,2024

1. Install "erlang-cowboy-examples" package

In this section, we are going to explain the necessary steps to install erlang-cowboy-examples on Ubuntu 21.04 (Hirsute Hippo)

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

2. Uninstall "erlang-cowboy-examples" package

Please follow the steps below to uninstall erlang-cowboy-examples on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the erlang-cowboy-examples package on Ubuntu 21.04 (Hirsute Hippo)

Package: erlang-cowboy-examples
Architecture: all
Version: 2.0.0~pre.1+dfsg1-4
Priority: optional
Section: universe/devel
Source: erlang-cowboy
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Erlang Packagers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 231
Depends: libjs-jquery
Recommends: erlang-cowboy
Filename: pool/universe/e/erlang-cowboy/erlang-cowboy-examples_2.0.0~pre.1+dfsg1-4_all.deb
Size: 36504
MD5sum: 2b82137856b40677835fd98b0bb9548f
SHA1: 948fdf1fefa867dd337961a8a75c550157e6f5bf
SHA256: 18611fb965fb97898298a282035eac4a9569a5ceb9d70fe07d998da04b17afce
SHA512: ef459dd1d39e1506a7796f4deaa5edf92ae18f2f8999026edf0ed7ec395545e0910ad72a2f694fdb0a71faf2e4bbaeaeab1a1ec377abd89e39558e2445cc28a6
Homepage: https://github.com/ninenines/cowboy
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