How to Install and Uninstall aalto-xml.noarch Package on Fedora 34

Last updated: May 04,2024

1. Install "aalto-xml.noarch" package

This tutorial shows how to install aalto-xml.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install aalto-xml.noarch

2. Uninstall "aalto-xml.noarch" package

Please follow the guidelines below to uninstall aalto-xml.noarch on Fedora 34:

$ sudo dnf remove aalto-xml.noarch $ sudo dnf autoremove

3. Information about the aalto-xml.noarch package on Fedora 34

Last metadata expiration check: 2:05:32 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : aalto-xml
Version : 1.2.2
Release : 5.fc34
Architecture : noarch
Size : 351 k
Source : aalto-xml-1.2.2-5.fc34.src.rpm
Repository : fedora
Summary : Ultra-high performance non-blocking XML processor (Stax/Stax2, SAX/SAX2)
URL : http://wiki.fasterxml.com/AaltoHome
License : ASL 2.0
Description : The Aalto XML processor is a StAX XML processor implementation. It
: is not directly related to other existing mature implementations
: (such as Woodstox or Sun Java Streaming XML Parser), although it
: did come about as a prototype for evaluating implementation strategies
: that differ from those traditionally used for Java-based parsers.
:
: Two main goals (above and beyond stock StAX/SAX API implementation) are:
:
: ° Ultra-high performance parsing by making the Common Case Fast
: (similar to original RISC manifesto). This may mean limiting
: functionality, but never compromising correctness. XML 1.0
: compliance is not sacrificed for speed.
:
: ° Allowing non-block, asynchronous parsing: it should be possible to
: "feed" more input and incrementally get more XML events out, without
: forcing the current thread to block on I/O read operation.