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

Last updated: October 05,2024

1. Install "erlang-fast_xml.x86_64" package

Here is a brief guide to show you how to install erlang-fast_xml.x86_64 on Fedora 35

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

2. Uninstall "erlang-fast_xml.x86_64" package

This guide let you learn how to uninstall erlang-fast_xml.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 5:09:11 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : erlang-fast_xml
Version : 1.1.43
Release : 4.fc35
Architecture : x86_64
Size : 195 k
Source : erlang-fast_xml-1.1.43-4.fc35.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.