How to Install and Uninstall castxml.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 12,2024

1. Install "castxml.x86_64" package

Please follow the instructions below to install castxml.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install castxml.x86_64

2. Uninstall "castxml.x86_64" package

In this section, we are going to explain the necessary steps to uninstall castxml.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove castxml.x86_64 $ sudo dnf autoremove

3. Information about the castxml.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:34:23 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : castxml
Version : 0.6.4
Release : 1.el8
Architecture : x86_64
Size : 802 k
Source : castxml-0.6.4-1.el8.src.rpm
Repository : epel
Summary : C-family abstract syntax tree XML output tool
URL : https://github.com/CastXML/CastXML
License : Apache-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.