How to Install and Uninstall pugixml.x86_64 Package on Fedora 36

Last updated: January 15,2025

1. Install "pugixml.x86_64" package

Here is a brief guide to show you how to install pugixml.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install pugixml.x86_64

2. Uninstall "pugixml.x86_64" package

Learn how to uninstall pugixml.x86_64 on Fedora 36:

$ sudo dnf remove pugixml.x86_64 $ sudo dnf autoremove

3. Information about the pugixml.x86_64 package on Fedora 36

Last metadata expiration check: 3:39:31 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : pugixml
Version : 1.12
Release : 1.fc36
Architecture : x86_64
Size : 100 k
Source : pugixml-1.12-1.fc36.src.rpm
Repository : fedora
Summary : A light-weight C++ XML processing library
URL : http://pugixml.org
License : MIT
Description : pugixml is a light-weight C++ XML processing library.
: It features:
: - DOM-like interface with rich traversal/modification capabilities
: - Extremely fast non-validating XML parser which constructs the DOM tree from
: an XML file/buffer
: - XPath 1.0 implementation for complex data-driven tree queries
: - Full Unicode support with Unicode interface variants and automatic encoding
: conversions