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

Last updated: May 12,2024

1. Install "msv.src" package

In this section, we are going to explain the necessary steps to install msv.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install msv.src

2. Uninstall "msv.src" package

This guide covers the steps necessary to uninstall msv.src on Oracle Linux 8:

$ sudo dnf remove msv.src $ sudo dnf autoremove

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

Last metadata expiration check: 4:09:54 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : msv
Epoch : 1
Version : 2013.6.1
Release : 10.module+el8+5149+82e4357e
Architecture : src
Size : 770 k
Source : None
Repository : ol8_appstream
Summary : Multi-Schema Validator
URL : http://msv.java.net/
License : BSD and ASL 1.1
Description : The Sun Multi-Schema XML Validator (MSV) is a Java technology tool to validate
: XML documents against several kinds of XML schemata. It supports RELAX NG,
: RELAX Namespace, RELAX Core, TREX, XML DTDs, and a subset of XML Schema Part 1.
: This latest (version 1.2) release includes several bug fixes and adds better
: conformance to RELAX NG/W3C XML standards and JAXP masquerading.