How to Install and Uninstall decentxml.noarch Package on Fedora 36

Last updated: January 10,2025

1. Install "decentxml.noarch" package

This is a short guide on how to install decentxml.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install decentxml.noarch

2. Uninstall "decentxml.noarch" package

Here is a brief guide to show you how to uninstall decentxml.noarch on Fedora 36:

$ sudo dnf remove decentxml.noarch $ sudo dnf autoremove

3. Information about the decentxml.noarch package on Fedora 36

Last metadata expiration check: 3:24:11 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : decentxml
Version : 1.4
Release : 28.fc36
Architecture : noarch
Size : 135 k
Source : decentxml-1.4-28.fc36.src.rpm
Repository : fedora
Summary : XML parser optimized for round-tripping and code reuse
URL : https://bitbucket.org/digulla/decentxml
License : BSD
Description : XML parser optimized for round-tripping and code reuse with main
: features being:
: * Allows 100% round-tripping, even for weird white-space between
: attributes in the start tag or in the end tag
: * Suitable for building editors and filters which want/need to
: preserve the original file layout as much as possible
: * Error messages have line and column information
: * Easy to reuse individual components
: * XML 1.1 compatible