How to Install and Uninstall oval-graph.noarch Package on CentOS 8 / RHEL 8

Last updated: January 16,2025

1. Install "oval-graph.noarch" package

Please follow the guidelines below to install oval-graph.noarch on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install oval-graph.noarch

2. Uninstall "oval-graph.noarch" package

This guide let you learn how to uninstall oval-graph.noarch on CentOS 8 / RHEL 8:

$ sudo dnf remove oval-graph.noarch $ sudo dnf autoremove

3. Information about the oval-graph.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 6:25:06 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : oval-graph
Version : 1.2.5
Release : 1.el8
Architecture : noarch
Size : 264 k
Source : oval-graph-1.2.5-1.el8.src.rpm
Repository : epel
Summary : Tool for visualization of SCAP rule evaluation results
URL : https://pypi.org/project/oval-graph/
License : ASL 2.0 and Public Domain
Description : Oval_graph is a tool that displays the results of evaluating SCAP rules.
: In the form of a tree according to the OVAL standard. Using the
: `arf-to-graph` command, you can simply view the result of rule.
: Use `arf-to-json` to generate a rule result in json. Using the
: `json-to-graph` command, you can view the results of rules from json file.