How To Install python3-whisper on Fedora 36

In this tutorial we learn how to install python3-whisper in Fedora 36. python3-whisper is Whisper is a file-based time-series database format for Graphite

Introduction

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

What is python3-whisper

Python3 version of the Graphite whisper module

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

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

sudo dnf -y install python3-whisper

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

sudo yum -y install python3-whisper

How To Uninstall python3-whisper on Fedora 36

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

sudo dnf remove python3-whisper

python3-whisper Package Contents on Fedora 36

/usr/bin/find-corrupt-whisper-files
/usr/bin/rrd2whisper
/usr/bin/update-storage-times
/usr/bin/whisper-auto-resize
/usr/bin/whisper-auto-update
/usr/bin/whisper-create
/usr/bin/whisper-diff
/usr/bin/whisper-dump
/usr/bin/whisper-fetch
/usr/bin/whisper-fill
/usr/bin/whisper-info
/usr/bin/whisper-merge
/usr/bin/whisper-resize
/usr/bin/whisper-set-aggregation-method
/usr/bin/whisper-set-xfilesfactor
/usr/bin/whisper-update
/usr/lib/python3.10/site-packages/__pycache__/whisper.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/__pycache__/whisper.cpython-310.pyc
/usr/lib/python3.10/site-packages/whisper-1.1.6-py3.10.egg-info
/usr/lib/python3.10/site-packages/whisper-1.1.6-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/whisper-1.1.6-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/whisper-1.1.6-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/whisper-1.1.6-py3.10.egg-info/not-zip-safe
/usr/lib/python3.10/site-packages/whisper-1.1.6-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/whisper-1.1.6-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/whisper.py
/usr/share/doc/python3-whisper
/usr/share/doc/python3-whisper/README.md
/usr/share/licenses/python3-whisper
/usr/share/licenses/python3-whisper/LICENSE
/usr/share/man/man1/rrd2whisper.1.gz
/usr/share/man/man1/whisper-create.1.gz
/usr/share/man/man1/whisper-dump.1.gz
/usr/share/man/man1/whisper-fetch.1.gz
/usr/share/man/man1/whisper-fill.1.gz
/usr/share/man/man1/whisper-info.1.gz
/usr/share/man/man1/whisper-merge.1.gz
/usr/share/man/man1/whisper-resize.1.gz
/usr/share/man/man1/whisper-set-aggregation-method.1.gz
/usr/share/man/man1/whisper-update.1.gz

References

Summary

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