How To Install chavier on CentOS 7

In this tutorial we learn how to install chavier on CentOS 7. chavier is GUI application for exploring the pycha library

Introduction

In this tutorial we learn how to install chavier on CentOS 7.

What is chavier

Chavier allows the user to generate random data sets or use existing data to test the various options that pycha 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 CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install chavier.

Install chavier on CentOS 7 Using yum

Update yum database with yum using the following command.

sudo yum makecache

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

sudo yum -y install chavier

Install chavier on CentOS 7 Using dnf

If you don’t have dnf installed you can install DNF on CentOS 7 first. Update yum database with dnf using the following command.

sudo dnf makecache

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

sudo dnf -y install chavier

How To Uninstall chavier on CentOS 7

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

sudo dnf remove chavier

References

Summary

In this tutorial we learn how to install chavier on CentOS 7 using yum and dnf.