How To Install erlang-fast_xml on Fedora 36

In this tutorial we learn how to install erlang-fast_xml in Fedora 36. erlang-fast_xml is Fast Expat based Erlang XML parsing and manipulation library

Introduction

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

What is erlang-fast_xml

Fast Expat based Erlang XML parsing and manipulation library, with a strong focus on XML stream parsing from network. It supports full XML structure parsing, suitable for small but complete XML chunks, and XML stream parsing suitable for large XML document, or infinite network XML stream like XMPP. This module can parse files much faster than built-in module xmerl. Depending on file complexity and size xml_stream than calling xmerl_scan

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

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

sudo dnf -y install erlang-fast_xml

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

sudo yum -y install erlang-fast_xml

How To Uninstall erlang-fast_xml on Fedora 36

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

sudo dnf remove erlang-fast_xml

erlang-fast_xml Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/59
/usr/lib/.build-id/59/1ab2f50a86edd616b4db0b064d90ea518dc1ec
/usr/lib/.build-id/72
/usr/lib/.build-id/72/dac59820f3915846c623a5cafa26715eac5016
/usr/lib64/erlang/lib/fast_xml-1.1.43
/usr/lib64/erlang/lib/fast_xml-1.1.43/ebin
/usr/lib64/erlang/lib/fast_xml-1.1.43/ebin/fast_xml.app
/usr/lib64/erlang/lib/fast_xml-1.1.43/ebin/fast_xml.beam
/usr/lib64/erlang/lib/fast_xml-1.1.43/ebin/fxml.beam
/usr/lib64/erlang/lib/fast_xml-1.1.43/ebin/fxml_gen.beam
/usr/lib64/erlang/lib/fast_xml-1.1.43/ebin/fxml_gen_pt.beam
/usr/lib64/erlang/lib/fast_xml-1.1.43/ebin/fxml_stream.beam
/usr/lib64/erlang/lib/fast_xml-1.1.43/ebin/fxml_sup.beam
/usr/lib64/erlang/lib/fast_xml-1.1.43/ebin/fxmlrpc.beam
/usr/lib64/erlang/lib/fast_xml-1.1.43/ebin/fxmlrpc_codec.beam
/usr/lib64/erlang/lib/fast_xml-1.1.43/ebin/fxmlrpc_codec_external.beam
/usr/lib64/erlang/lib/fast_xml-1.1.43/include
/usr/lib64/erlang/lib/fast_xml-1.1.43/include/fxml.hrl
/usr/lib64/erlang/lib/fast_xml-1.1.43/include/fxml_gen.hrl
/usr/lib64/erlang/lib/fast_xml-1.1.43/priv
/usr/lib64/erlang/lib/fast_xml-1.1.43/priv/lib
/usr/lib64/erlang/lib/fast_xml-1.1.43/priv/lib/fxml.so
/usr/lib64/erlang/lib/fast_xml-1.1.43/priv/lib/fxml_stream.so
/usr/share/doc/erlang-fast_xml
/usr/share/doc/erlang-fast_xml/CHANGELOG.md
/usr/share/doc/erlang-fast_xml/README.md
/usr/share/licenses/erlang-fast_xml
/usr/share/licenses/erlang-fast_xml/LICENSE.txt

References

Summary

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