How to Install and Uninstall python3-advisory-parser.noarch Package on Fedora 36

Last updated: May 19,2024

1. Install "python3-advisory-parser.noarch" package

This guide covers the steps necessary to install python3-advisory-parser.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-advisory-parser.noarch

2. Uninstall "python3-advisory-parser.noarch" package

Learn how to uninstall python3-advisory-parser.noarch on Fedora 36:

$ sudo dnf remove python3-advisory-parser.noarch $ sudo dnf autoremove

3. Information about the python3-advisory-parser.noarch package on Fedora 36

Last metadata expiration check: 3:20:58 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-advisory-parser
Version : 1.10
Release : 5.fc36
Architecture : noarch
Size : 30 k
Source : python-advisory-parser-1.10-5.fc36.src.rpm
Repository : fedora
Summary : Security flaw parser for upstream security advisories
URL : https://github.com/mprpic/advisory-parser
License : LGPLv3+
Description : This library allows you to parse data from security advisories of certain
: projects to extract information about security issues. The parsed information
: includes metadata such as impact, CVSS score, summary, description, and
: others; for a full list, see the advisory_parser/flaw.py file.