How to Install and Uninstall python3-openapi-spec-validator.noarch Package on CentOS Stream 9

Last updated: September 25,2024

1. Install "python3-openapi-spec-validator.noarch" package

Please follow the guidelines below to install python3-openapi-spec-validator.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install python3-openapi-spec-validator.noarch

2. Uninstall "python3-openapi-spec-validator.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-openapi-spec-validator.noarch on CentOS Stream 9:

$ sudo dnf remove python3-openapi-spec-validator.noarch $ sudo dnf autoremove

3. Information about the python3-openapi-spec-validator.noarch package on CentOS Stream 9

Last metadata expiration check: 1:07:24 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-openapi-spec-validator
Version : 0.4.0
Release : 1.el9
Architecture : noarch
Size : 51 k
Source : python-openapi-spec-validator-0.4.0-1.el9.src.rpm
Repository : epel
Summary : Python library for OpenAPI specs validation
URL : https://github.com/python-openapi/openapi-spec-validator
License : Apache-2.0
Description : OpenAPI Spec Validator is a Python library that validates OpenAPI Specs against
: the OpenAPI 2.0 (aka Swagger), OpenAPI 3.0 and OpenAPI 3.1 specification. The
: validator aims to check for full compliance with the Specification.