How To Install python3-pycha on Fedora 36

In this tutorial we learn how to install python3-pycha in Fedora 36. python3-pycha is A library for drawing charts with Python and Cairo

Introduction

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

What is python3-pycha

Pycha is a very simple Python package for drawing charts using the great Cairo library. Its goals are * Lightweight * Simple to use * Nice looking with default values * Customization It won’t try to draw any possible chart on earth but draw the most common ones nicely.

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

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

sudo dnf -y install python3-pycha

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

sudo yum -y install python3-pycha

How To Uninstall python3-pycha on Fedora 36

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

sudo dnf remove python3-pycha

python3-pycha Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/pycha
/usr/lib/python3.10/site-packages/pycha-0.7.0-py3.10.egg-info
/usr/lib/python3.10/site-packages/pycha-0.7.0-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/pycha-0.7.0-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/pycha-0.7.0-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/pycha-0.7.0-py3.10.egg-info/entry_points.txt
/usr/lib/python3.10/site-packages/pycha-0.7.0-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/pycha-0.7.0-py3.10.egg-info/zip-safe
/usr/lib/python3.10/site-packages/pycha/__init__.py
/usr/lib/python3.10/site-packages/pycha/__pycache__
/usr/lib/python3.10/site-packages/pycha/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pycha/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pycha/__pycache__/bar.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pycha/__pycache__/bar.cpython-310.pyc
/usr/lib/python3.10/site-packages/pycha/__pycache__/chart.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pycha/__pycache__/chart.cpython-310.pyc
/usr/lib/python3.10/site-packages/pycha/__pycache__/color.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pycha/__pycache__/color.cpython-310.pyc
/usr/lib/python3.10/site-packages/pycha/__pycache__/line.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pycha/__pycache__/line.cpython-310.pyc
/usr/lib/python3.10/site-packages/pycha/__pycache__/pie.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pycha/__pycache__/pie.cpython-310.pyc
/usr/lib/python3.10/site-packages/pycha/__pycache__/polygonal.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pycha/__pycache__/polygonal.cpython-310.pyc
/usr/lib/python3.10/site-packages/pycha/__pycache__/radial.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pycha/__pycache__/radial.cpython-310.pyc
/usr/lib/python3.10/site-packages/pycha/__pycache__/ring.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pycha/__pycache__/ring.cpython-310.pyc
/usr/lib/python3.10/site-packages/pycha/__pycache__/scatter.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pycha/__pycache__/scatter.cpython-310.pyc
/usr/lib/python3.10/site-packages/pycha/__pycache__/stackedbar.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pycha/__pycache__/stackedbar.cpython-310.pyc
/usr/lib/python3.10/site-packages/pycha/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pycha/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/pycha/bar.py
/usr/lib/python3.10/site-packages/pycha/chart.py
/usr/lib/python3.10/site-packages/pycha/color.py
/usr/lib/python3.10/site-packages/pycha/line.py
/usr/lib/python3.10/site-packages/pycha/pie.py
/usr/lib/python3.10/site-packages/pycha/polygonal.py
/usr/lib/python3.10/site-packages/pycha/radial.py
/usr/lib/python3.10/site-packages/pycha/ring.py
/usr/lib/python3.10/site-packages/pycha/scatter.py
/usr/lib/python3.10/site-packages/pycha/stackedbar.py
/usr/lib/python3.10/site-packages/pycha/utils.py
/usr/share/doc/python3-pycha
/usr/share/doc/python3-pycha/AUTHORS
/usr/share/doc/python3-pycha/README.txt
/usr/share/doc/python3-pycha/examples
/usr/share/doc/python3-pycha/examples/barchart.py
/usr/share/doc/python3-pycha/examples/color
/usr/share/doc/python3-pycha/examples/color/colorschemes.py
/usr/share/doc/python3-pycha/examples/errorbarchart.py
/usr/share/doc/python3-pycha/examples/interval.py
/usr/share/doc/python3-pycha/examples/linechart.py
/usr/share/doc/python3-pycha/examples/lines.py
/usr/share/doc/python3-pycha/examples/piechart.py
/usr/share/doc/python3-pycha/examples/pychadownloads.py
/usr/share/doc/python3-pycha/examples/ringchart.py
/usr/share/doc/python3-pycha/examples/scatterchart.py
/usr/share/doc/python3-pycha/examples/stackedbarchart.py
/usr/share/doc/python3-pycha/examples/svg.py
/usr/share/doc/python3-pycha/examples/test.py
/usr/share/licenses/python3-pycha
/usr/share/licenses/python3-pycha/COPYING

References

Summary

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