How To Install chavier on Fedora 36

In this tutorial we learn how to install chavier in Fedora 36. chavier is GUI application for exploring the pycha library

Introduction

In this tutorial we learn how to install chavier on Fedora 36.

What is chavier

Chavier allows the user to generate random data sets or use existing data to test the various options that %{shortname} provides in an interactive GUI application. Various chart types can be plotted and their options adjusted from the interface.

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

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

sudo dnf -y install chavier

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

sudo yum -y install chavier

How To Uninstall chavier on Fedora 36

To uninstall only the chavier package we can use the following command:

sudo dnf remove chavier

chavier Package Contents on Fedora 36

/usr/bin/chavier
/usr/lib/python3.10/site-packages/chavier
/usr/lib/python3.10/site-packages/chavier/__init__.py
/usr/lib/python3.10/site-packages/chavier/__pycache__
/usr/lib/python3.10/site-packages/chavier/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/chavier/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/chavier/__pycache__/app.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/chavier/__pycache__/app.cpython-310.pyc
/usr/lib/python3.10/site-packages/chavier/__pycache__/dialogs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/chavier/__pycache__/dialogs.cpython-310.pyc
/usr/lib/python3.10/site-packages/chavier/__pycache__/gui.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/chavier/__pycache__/gui.cpython-310.pyc
/usr/lib/python3.10/site-packages/chavier/app.py
/usr/lib/python3.10/site-packages/chavier/dialogs.py
/usr/lib/python3.10/site-packages/chavier/gui.py
/usr/share/applications/chavier.desktop

References

Summary

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