How To Install erlang-cowlib on Fedora 36

In this tutorial we learn how to install erlang-cowlib in Fedora 36. erlang-cowlib is Support library for manipulating Web protocols

Introduction

In this tutorial we learn how to install erlang-cowlib on Fedora 36.

What is erlang-cowlib

Support library for manipulating Web protocols.

We can use yum or dnf to install erlang-cowlib on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install erlang-cowlib.

Install erlang-cowlib on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install erlang-cowlib using dnf by running the following command:

sudo dnf -y install erlang-cowlib

Install erlang-cowlib on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install erlang-cowlib using yum by running the following command:

sudo yum -y install erlang-cowlib

How To Uninstall erlang-cowlib on Fedora 36

To uninstall only the erlang-cowlib package we can use the following command:

sudo dnf remove erlang-cowlib

erlang-cowlib Package Contents on Fedora 36

/usr/share/doc/erlang-cowlib
/usr/share/doc/erlang-cowlib/README.asciidoc
/usr/share/erlang/lib/cowlib-2.11.0
/usr/share/erlang/lib/cowlib-2.11.0/ebin
/usr/share/erlang/lib/cowlib-2.11.0/ebin/cow_base64url.beam
/usr/share/erlang/lib/cowlib-2.11.0/ebin/cow_cookie.beam
/usr/share/erlang/lib/cowlib-2.11.0/ebin/cow_date.beam
/usr/share/erlang/lib/cowlib-2.11.0/ebin/cow_hpack.beam
/usr/share/erlang/lib/cowlib-2.11.0/ebin/cow_http.beam
/usr/share/erlang/lib/cowlib-2.11.0/ebin/cow_http2.beam
/usr/share/erlang/lib/cowlib-2.11.0/ebin/cow_http2_machine.beam
/usr/share/erlang/lib/cowlib-2.11.0/ebin/cow_http_hd.beam
/usr/share/erlang/lib/cowlib-2.11.0/ebin/cow_http_struct_hd.beam
/usr/share/erlang/lib/cowlib-2.11.0/ebin/cow_http_te.beam
/usr/share/erlang/lib/cowlib-2.11.0/ebin/cow_iolists.beam
/usr/share/erlang/lib/cowlib-2.11.0/ebin/cow_link.beam
/usr/share/erlang/lib/cowlib-2.11.0/ebin/cow_mimetypes.beam
/usr/share/erlang/lib/cowlib-2.11.0/ebin/cow_multipart.beam
/usr/share/erlang/lib/cowlib-2.11.0/ebin/cow_qs.beam
/usr/share/erlang/lib/cowlib-2.11.0/ebin/cow_spdy.beam
/usr/share/erlang/lib/cowlib-2.11.0/ebin/cow_sse.beam
/usr/share/erlang/lib/cowlib-2.11.0/ebin/cow_uri.beam
/usr/share/erlang/lib/cowlib-2.11.0/ebin/cow_uri_template.beam
/usr/share/erlang/lib/cowlib-2.11.0/ebin/cow_ws.beam
/usr/share/erlang/lib/cowlib-2.11.0/ebin/cowlib.app
/usr/share/erlang/lib/cowlib-2.11.0/include
/usr/share/erlang/lib/cowlib-2.11.0/include/cow_inline.hrl
/usr/share/erlang/lib/cowlib-2.11.0/include/cow_parse.hrl
/usr/share/licenses/erlang-cowlib
/usr/share/licenses/erlang-cowlib/LICENSE

References

Summary

In this tutorial we learn how to install erlang-cowlib on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).