How to Install and Uninstall relaxngcc.src Package on Oracle Linux 8

Last updated: November 28,2024

1. Install "relaxngcc.src" package

Please follow the guidelines below to install relaxngcc.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install relaxngcc.src

2. Uninstall "relaxngcc.src" package

Please follow the instructions below to uninstall relaxngcc.src on Oracle Linux 8:

$ sudo dnf remove relaxngcc.src $ sudo dnf autoremove

3. Information about the relaxngcc.src package on Oracle Linux 8

Last metadata expiration check: 5:51:58 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : relaxngcc
Version : 1.12
Release : 14.module+el8+5149+82e4357e
Architecture : src
Size : 2.0 M
Source : None
Repository : ol8_appstream
Summary : RELAX NG Compiler Compiler
URL : http://relaxngcc.sourceforge.net/en/index.htm
License : ASL 1.1
Description : RelaxNGCC is a tool for generating Java source code from a given RELAX NG
: grammar. By embedding code fragments in the grammar like yacc or JavaCC, you can
: take appropriate actions while parsing valid XML documents against the grammar.