How to Install and Uninstall pugixml.i686 Package on Fedora 34

Last updated: October 05,2024

1. Install "pugixml.i686" package

Please follow the steps below to install pugixml.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install pugixml.i686

2. Uninstall "pugixml.i686" package

Learn how to uninstall pugixml.i686 on Fedora 34:

$ sudo dnf remove pugixml.i686 $ sudo dnf autoremove

3. Information about the pugixml.i686 package on Fedora 34

Last metadata expiration check: 3:51:55 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : pugixml
Version : 1.11.4
Release : 2.fc34
Architecture : i686
Size : 109 k
Source : pugixml-1.11.4-2.fc34.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