How to Install and Uninstall castxml.x86_64 Package on Fedora 34

Last updated: October 08,2024

1. Install "castxml.x86_64" package

This is a short guide on how to install castxml.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install castxml.x86_64

2. Uninstall "castxml.x86_64" package

Learn how to uninstall castxml.x86_64 on Fedora 34:

$ sudo dnf remove castxml.x86_64 $ sudo dnf autoremove

3. Information about the castxml.x86_64 package on Fedora 34

Last metadata expiration check: 0:25:51 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : castxml
Version : 0.4.5
Release : 1.fc34
Architecture : x86_64
Size : 625 k
Source : castxml-0.4.5-1.fc34.src.rpm
Repository : updates
Summary : C-family abstract syntax tree XML output tool
URL : https://github.com/CastXML/CastXML
License : ASL 2.0
Description : Parse C-family source files and optionally write a subset of the
: Abstract Syntax Tree (AST) to a representation in XML.
:
: Source files are parsed as complete translation units using the clang
: compiler. XML output is enabled by the --castxml-gccxml option and
: produces a format close to that of gccxml. Future versions of castxml
: may support alternative output formats.