How to Install and Uninstall xsd.x86_64 Package on Oracle Linux 9

Last updated: June 29,2024

1. Install "xsd.x86_64" package

Learn how to install xsd.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install xsd.x86_64

2. Uninstall "xsd.x86_64" package

Here is a brief guide to show you how to uninstall xsd.x86_64 on Oracle Linux 9:

$ sudo dnf remove xsd.x86_64 $ sudo dnf autoremove

3. Information about the xsd.x86_64 package on Oracle Linux 9

Last metadata expiration check: 2:02:50 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : xsd
Version : 4.1.0
Release : 0.8.a11.el9
Architecture : x86_64
Size : 1.2 M
Source : xsd-4.1.0-0.8.a11.el9.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.