How to Install and Uninstall erlang-fast_xml.x86_64 Package on Fedora 34

Last updated: September 20,2024

1. Install "erlang-fast_xml.x86_64" package

This tutorial shows how to install erlang-fast_xml.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install erlang-fast_xml.x86_64

2. Uninstall "erlang-fast_xml.x86_64" package

Please follow the guidelines below to uninstall erlang-fast_xml.x86_64 on Fedora 34:

$ sudo dnf remove erlang-fast_xml.x86_64 $ sudo dnf autoremove

3. Information about the erlang-fast_xml.x86_64 package on Fedora 34

Last metadata expiration check: 0:13:04 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : erlang-fast_xml
Version : 1.1.43
Release : 2.fc34
Architecture : x86_64
Size : 171 k
Source : erlang-fast_xml-1.1.43-2.fc34.src.rpm
Repository : fedora
Summary : Fast Expat based Erlang XML parsing and manipulation library
URL : https://github.com/processone/fast_xml/
License : ASL 2.0
Description : 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:parse_element/1 can be 8-18 times faster
: than calling xmerl_scan:string/2.