How To Install chavier on Fedora 34

chavier is GUI application for exploring the pycha library

Introduction

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

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 34. In this tutorial we discuss both methods but you only need to choose one of method to install chavier.

Install chavier on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install chavier using dnf by running the following command:

sudo dnf -y install chavier

Install chavier on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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 34

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

sudo dnf remove chavier

chavier Package Contents on Fedora 34

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

References

Summary

In this tutorial we learn how to install chavier on Fedora 34 using yum and dnf.