How to Install and Uninstall pugixml.x86_64 Package on Rocky Linux 9

Last updated: May 22,2024

1. Install "pugixml.x86_64" package

This guide covers the steps necessary to install pugixml.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install pugixml.x86_64

2. Uninstall "pugixml.x86_64" package

In this section, we are going to explain the necessary steps to uninstall pugixml.x86_64 on Rocky Linux 9:

$ sudo dnf remove pugixml.x86_64 $ sudo dnf autoremove

3. Information about the pugixml.x86_64 package on Rocky Linux 9

Last metadata expiration check: 2:32:24 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : pugixml
Version : 1.13
Release : 1.el9
Architecture : x86_64
Size : 99 k
Source : pugixml-1.13-1.el9.src.rpm
Repository : epel
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