How to Install and Uninstall pugixml.x86_64 Package on CentOS 8 / RHEL 8

Last updated: April 30,2024

1. Install "pugixml.x86_64" package

Please follow the step by step instructions below to install pugixml.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install pugixml.x86_64

2. Uninstall "pugixml.x86_64" package

This is a short guide on how to uninstall pugixml.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove pugixml.x86_64 $ sudo dnf autoremove

3. Information about the pugixml.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 7:36:50 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : pugixml
Version : 1.11.4
Release : 1.el8
Architecture : x86_64
Size : 100 k
Source : pugixml-1.11.4-1.el8.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