How to Install and Uninstall xsd.x86_64 Package on Fedora 35

Last updated: January 10,2025

1. Install "xsd.x86_64" package

In this section, we are going to explain the necessary steps to install xsd.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install xsd.x86_64

2. Uninstall "xsd.x86_64" package

Please follow the steps below to uninstall xsd.x86_64 on Fedora 35:

$ sudo dnf remove xsd.x86_64 $ sudo dnf autoremove

3. Information about the xsd.x86_64 package on Fedora 35

Last metadata expiration check: 4:28:42 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : xsd
Version : 4.1.0
Release : 0.7.a11.fc35
Architecture : x86_64
Size : 1.2 M
Source : xsd-4.1.0-0.7.a11.fc35.src.rpm
Repository : fedora
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.