How To Install python3-cvss on Fedora 36

In this tutorial we learn how to install python3-cvss in Fedora 36. python3-cvss is CVSS2/3 library with interactive calculator

Introduction

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

What is python3-cvss

This Python package contains CVSS v2 and v3 computation utilities and interactive calculator. Python 3 version.

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

Install python3-cvss 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-cvss using dnf by running the following command:

sudo dnf -y install python3-cvss

Install python3-cvss 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-cvss using yum by running the following command:

sudo yum -y install python3-cvss

How To Uninstall python3-cvss on Fedora 36

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

sudo dnf remove python3-cvss

python3-cvss Package Contents on Fedora 36

/usr/bin/cvss_calculator
/usr/lib/python3.10/site-packages/cvss
/usr/lib/python3.10/site-packages/cvss-2.3-py3.10.egg-info
/usr/lib/python3.10/site-packages/cvss-2.3-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/cvss-2.3-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/cvss-2.3-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/cvss-2.3-py3.10.egg-info/entry_points.txt
/usr/lib/python3.10/site-packages/cvss-2.3-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/cvss/__init__.py
/usr/lib/python3.10/site-packages/cvss/__pycache__
/usr/lib/python3.10/site-packages/cvss/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cvss/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/cvss/__pycache__/constants2.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cvss/__pycache__/constants2.cpython-310.pyc
/usr/lib/python3.10/site-packages/cvss/__pycache__/constants3.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cvss/__pycache__/constants3.cpython-310.pyc
/usr/lib/python3.10/site-packages/cvss/__pycache__/cvss2.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cvss/__pycache__/cvss2.cpython-310.pyc
/usr/lib/python3.10/site-packages/cvss/__pycache__/cvss3.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cvss/__pycache__/cvss3.cpython-310.pyc
/usr/lib/python3.10/site-packages/cvss/__pycache__/cvss_calculator.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cvss/__pycache__/cvss_calculator.cpython-310.pyc
/usr/lib/python3.10/site-packages/cvss/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cvss/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/cvss/__pycache__/interactive.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cvss/__pycache__/interactive.cpython-310.pyc
/usr/lib/python3.10/site-packages/cvss/__pycache__/parser.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cvss/__pycache__/parser.cpython-310.pyc
/usr/lib/python3.10/site-packages/cvss/constants2.py
/usr/lib/python3.10/site-packages/cvss/constants3.py
/usr/lib/python3.10/site-packages/cvss/cvss2.py
/usr/lib/python3.10/site-packages/cvss/cvss3.py
/usr/lib/python3.10/site-packages/cvss/cvss_calculator.py
/usr/lib/python3.10/site-packages/cvss/exceptions.py
/usr/lib/python3.10/site-packages/cvss/interactive.py
/usr/lib/python3.10/site-packages/cvss/parser.py
/usr/share/doc/python3-cvss
/usr/share/doc/python3-cvss/README.rst
/usr/share/licenses/python3-cvss
/usr/share/licenses/python3-cvss/LICENSE

References

Summary

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