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

Last updated: May 10,2024

1. Install "xsd.x86_64" package

This guide let you learn how to install xsd.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install xsd.x86_64

2. Uninstall "xsd.x86_64" package

In this section, we are going to explain the necessary steps to uninstall xsd.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove xsd.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1 day, 9:07:04 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : xsd
Version : 4.1.0
Release : 0.2.a11.el8
Architecture : x86_64
Size : 1.2 M
Source : xsd-4.1.0-0.2.a11.el8.src.rpm
Repository : epel
Summary : W3C XML schema to C++ data binding compiler
URL : https://www.codesynthesis.com/products/xsd/
License : GPLv2 with exceptions and ASL 2.0
Description : CodeSynthesis XSD is an open-source, cross-platform W3C XML Schema to
: C++ data binding compiler. Provided with an XML instance specification
: (XML Schema), it generates C++ classes that represent the given
: vocabulary as well as parsing and serialization code.
: You can then access the data stored in XML using types and functions
: that semantically correspond to your application domain rather than
: dealing with intricacies of reading and writing XML.