How To Install erlang-webmachine on Fedora 36

In this tutorial we learn how to install erlang-webmachine in Fedora 36. erlang-webmachine is A REST-based system for building web applications

Introduction

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

What is erlang-webmachine

A REST-based system for building web applications.

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

Install erlang-webmachine 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-webmachine using dnf by running the following command:

sudo dnf -y install erlang-webmachine

Install erlang-webmachine 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-webmachine using yum by running the following command:

sudo yum -y install erlang-webmachine

How To Uninstall erlang-webmachine on Fedora 36

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

sudo dnf remove erlang-webmachine

erlang-webmachine Package Contents on Fedora 36

/usr/share/doc/erlang-webmachine
/usr/share/doc/erlang-webmachine/README.md
/usr/share/doc/erlang-webmachine/THANKS
/usr/share/doc/erlang-webmachine/http-headers-status-v3.png
/usr/share/erlang/lib/webmachine-1.11.1
/usr/share/erlang/lib/webmachine-1.11.1/ebin
/usr/share/erlang/lib/webmachine-1.11.1/ebin/webmachine.app
/usr/share/erlang/lib/webmachine-1.11.1/ebin/webmachine.beam
/usr/share/erlang/lib/webmachine-1.11.1/ebin/webmachine_access_log_handler.beam
/usr/share/erlang/lib/webmachine-1.11.1/ebin/webmachine_app.beam
/usr/share/erlang/lib/webmachine-1.11.1/ebin/webmachine_decision_core.beam
/usr/share/erlang/lib/webmachine-1.11.1/ebin/webmachine_deps.beam
/usr/share/erlang/lib/webmachine-1.11.1/ebin/webmachine_dispatcher.beam
/usr/share/erlang/lib/webmachine-1.11.1/ebin/webmachine_error.beam
/usr/share/erlang/lib/webmachine-1.11.1/ebin/webmachine_error_handler.beam
/usr/share/erlang/lib/webmachine-1.11.1/ebin/webmachine_error_log_handler.beam
/usr/share/erlang/lib/webmachine-1.11.1/ebin/webmachine_headers.beam
/usr/share/erlang/lib/webmachine-1.11.1/ebin/webmachine_log.beam
/usr/share/erlang/lib/webmachine-1.11.1/ebin/webmachine_logger_watcher.beam
/usr/share/erlang/lib/webmachine-1.11.1/ebin/webmachine_logger_watcher_sup.beam
/usr/share/erlang/lib/webmachine-1.11.1/ebin/webmachine_mochiweb.beam
/usr/share/erlang/lib/webmachine-1.11.1/ebin/webmachine_multipart.beam
/usr/share/erlang/lib/webmachine-1.11.1/ebin/webmachine_perf_log_handler.beam
/usr/share/erlang/lib/webmachine-1.11.1/ebin/webmachine_request.beam
/usr/share/erlang/lib/webmachine-1.11.1/ebin/webmachine_resource.beam
/usr/share/erlang/lib/webmachine-1.11.1/ebin/webmachine_router.beam
/usr/share/erlang/lib/webmachine-1.11.1/ebin/webmachine_sup.beam
/usr/share/erlang/lib/webmachine-1.11.1/ebin/webmachine_util.beam
/usr/share/erlang/lib/webmachine-1.11.1/ebin/wmtrace_resource.beam
/usr/share/erlang/lib/webmachine-1.11.1/ebin/wrq.beam
/usr/share/erlang/lib/webmachine-1.11.1/include
/usr/share/erlang/lib/webmachine-1.11.1/include/webmachine.hrl
/usr/share/erlang/lib/webmachine-1.11.1/include/webmachine_logger.hrl
/usr/share/erlang/lib/webmachine-1.11.1/include/wm_compat.hrl
/usr/share/erlang/lib/webmachine-1.11.1/include/wm_reqdata.hrl
/usr/share/erlang/lib/webmachine-1.11.1/include/wm_reqstate.hrl
/usr/share/erlang/lib/webmachine-1.11.1/include/wm_resource.hrl
/usr/share/erlang/lib/webmachine-1.11.1/priv
/usr/share/erlang/lib/webmachine-1.11.1/priv/trace
/usr/share/erlang/lib/webmachine-1.11.1/priv/trace/http-headers-status-v3.png
/usr/share/erlang/lib/webmachine-1.11.1/priv/trace/wmtrace.css
/usr/share/erlang/lib/webmachine-1.11.1/priv/trace/wmtrace.js
/usr/share/erlang/lib/webmachine-1.11.1/priv/www
/usr/share/erlang/lib/webmachine-1.11.1/priv/www/index.html
/usr/share/licenses/erlang-webmachine
/usr/share/licenses/erlang-webmachine/LICENSE

References

Summary

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