How To Install python3-advisory-parser on Fedora 36

In this tutorial we learn how to install python3-advisory-parser in Fedora 36. python3-advisory-parser is Security flaw parser for upstream security advisories

Introduction

In this tutorial we learn how to install python3-advisory-parser on Fedora 36.

What is python3-advisory-parser

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.

We can use yum or dnf to install python3-advisory-parser on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-advisory-parser.

Install python3-advisory-parser on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-advisory-parser using dnf by running the following command:

sudo dnf -y install python3-advisory-parser

Install python3-advisory-parser on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-advisory-parser using yum by running the following command:

sudo yum -y install python3-advisory-parser

How To Uninstall python3-advisory-parser on Fedora 36

To uninstall only the python3-advisory-parser package we can use the following command:

sudo dnf remove python3-advisory-parser

python3-advisory-parser Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/advisory_parser
/usr/lib/python3.10/site-packages/advisory_parser-1.10-py3.10.egg-info
/usr/lib/python3.10/site-packages/advisory_parser-1.10-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/advisory_parser-1.10-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/advisory_parser-1.10-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/advisory_parser-1.10-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/advisory_parser-1.10-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/advisory_parser/__init__.py
/usr/lib/python3.10/site-packages/advisory_parser/__pycache__
/usr/lib/python3.10/site-packages/advisory_parser/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/advisory_parser/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/advisory_parser/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/advisory_parser/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/advisory_parser/__pycache__/flaw.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/advisory_parser/__pycache__/flaw.cpython-310.pyc
/usr/lib/python3.10/site-packages/advisory_parser/__pycache__/parser.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/advisory_parser/__pycache__/parser.cpython-310.pyc
/usr/lib/python3.10/site-packages/advisory_parser/exceptions.py
/usr/lib/python3.10/site-packages/advisory_parser/flaw.py
/usr/lib/python3.10/site-packages/advisory_parser/parser.py
/usr/lib/python3.10/site-packages/advisory_parser/parsers
/usr/lib/python3.10/site-packages/advisory_parser/parsers/__init__.py
/usr/lib/python3.10/site-packages/advisory_parser/parsers/__pycache__
/usr/lib/python3.10/site-packages/advisory_parser/parsers/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/advisory_parser/parsers/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/advisory_parser/parsers/__pycache__/chrome.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/advisory_parser/parsers/__pycache__/chrome.cpython-310.pyc
/usr/lib/python3.10/site-packages/advisory_parser/parsers/__pycache__/flash.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/advisory_parser/parsers/__pycache__/flash.cpython-310.pyc
/usr/lib/python3.10/site-packages/advisory_parser/parsers/__pycache__/mysql.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/advisory_parser/parsers/__pycache__/mysql.cpython-310.pyc
/usr/lib/python3.10/site-packages/advisory_parser/parsers/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/advisory_parser/parsers/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/advisory_parser/parsers/chrome.py
/usr/lib/python3.10/site-packages/advisory_parser/parsers/flash.py
/usr/lib/python3.10/site-packages/advisory_parser/parsers/mysql.py
/usr/lib/python3.10/site-packages/advisory_parser/parsers/utils.py
/usr/share/doc/python3-advisory-parser
/usr/share/doc/python3-advisory-parser/README.rst
/usr/share/licenses/python3-advisory-parser
/usr/share/licenses/python3-advisory-parser/COPYRIGHT
/usr/share/licenses/python3-advisory-parser/LICENSE

References

Summary

In this tutorial we learn how to install python3-advisory-parser on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).