How To Install python3-agate on Fedora 36

In this tutorial we learn how to install python3-agate in Fedora 36. python3-agate is Data analysis library that is optimized for humans instead of machines

Introduction

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

What is python3-agate

agate is a Python data analysis library that is optimized for humans instead of machines. It is an alternative to numpy and pandas that solves real-world problems with readable code. agate was previously known as journalism.

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

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

sudo dnf -y install python3-agate

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

sudo yum -y install python3-agate

How To Uninstall python3-agate on Fedora 36

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

sudo dnf remove python3-agate

python3-agate Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/agate
/usr/lib/python3.10/site-packages/agate-1.6.1-py3.10.egg-info
/usr/lib/python3.10/site-packages/agate-1.6.1-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/agate-1.6.1-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/agate-1.6.1-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/agate-1.6.1-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/agate-1.6.1-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/agate/__init__.py
/usr/lib/python3.10/site-packages/agate/__pycache__
/usr/lib/python3.10/site-packages/agate/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/__pycache__/columns.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/__pycache__/columns.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/__pycache__/config.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/__pycache__/config.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/__pycache__/csv_py2.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/__pycache__/csv_py2.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/__pycache__/csv_py3.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/__pycache__/csv_py3.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/__pycache__/fixed.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/__pycache__/fixed.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/__pycache__/mapped_sequence.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/__pycache__/mapped_sequence.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/__pycache__/rows.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/__pycache__/rows.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/__pycache__/testcase.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/__pycache__/testcase.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/__pycache__/type_tester.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/__pycache__/type_tester.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/__pycache__/warns.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/__pycache__/warns.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/aggregations
/usr/lib/python3.10/site-packages/agate/aggregations/__init__.py
/usr/lib/python3.10/site-packages/agate/aggregations/__pycache__
/usr/lib/python3.10/site-packages/agate/aggregations/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/aggregations/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/aggregations/__pycache__/all.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/aggregations/__pycache__/all.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/aggregations/__pycache__/any.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/aggregations/__pycache__/any.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/aggregations/__pycache__/base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/aggregations/__pycache__/base.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/aggregations/__pycache__/count.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/aggregations/__pycache__/count.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/aggregations/__pycache__/deciles.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/aggregations/__pycache__/deciles.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/aggregations/__pycache__/first.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/aggregations/__pycache__/first.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/aggregations/__pycache__/has_nulls.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/aggregations/__pycache__/has_nulls.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/aggregations/__pycache__/iqr.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/aggregations/__pycache__/iqr.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/aggregations/__pycache__/mad.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/aggregations/__pycache__/mad.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/aggregations/__pycache__/max.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/aggregations/__pycache__/max.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/aggregations/__pycache__/max_length.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/aggregations/__pycache__/max_length.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/aggregations/__pycache__/max_precision.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/aggregations/__pycache__/max_precision.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/aggregations/__pycache__/mean.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/aggregations/__pycache__/mean.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/aggregations/__pycache__/median.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/aggregations/__pycache__/median.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/aggregations/__pycache__/min.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/aggregations/__pycache__/min.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/aggregations/__pycache__/mode.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/aggregations/__pycache__/mode.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/aggregations/__pycache__/percentiles.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/aggregations/__pycache__/percentiles.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/aggregations/__pycache__/quartiles.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/aggregations/__pycache__/quartiles.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/aggregations/__pycache__/quintiles.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/aggregations/__pycache__/quintiles.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/aggregations/__pycache__/stdev.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/aggregations/__pycache__/stdev.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/aggregations/__pycache__/sum.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/aggregations/__pycache__/sum.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/aggregations/__pycache__/summary.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/aggregations/__pycache__/summary.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/aggregations/__pycache__/variance.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/aggregations/__pycache__/variance.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/aggregations/all.py
/usr/lib/python3.10/site-packages/agate/aggregations/any.py
/usr/lib/python3.10/site-packages/agate/aggregations/base.py
/usr/lib/python3.10/site-packages/agate/aggregations/count.py
/usr/lib/python3.10/site-packages/agate/aggregations/deciles.py
/usr/lib/python3.10/site-packages/agate/aggregations/first.py
/usr/lib/python3.10/site-packages/agate/aggregations/has_nulls.py
/usr/lib/python3.10/site-packages/agate/aggregations/iqr.py
/usr/lib/python3.10/site-packages/agate/aggregations/mad.py
/usr/lib/python3.10/site-packages/agate/aggregations/max.py
/usr/lib/python3.10/site-packages/agate/aggregations/max_length.py
/usr/lib/python3.10/site-packages/agate/aggregations/max_precision.py
/usr/lib/python3.10/site-packages/agate/aggregations/mean.py
/usr/lib/python3.10/site-packages/agate/aggregations/median.py
/usr/lib/python3.10/site-packages/agate/aggregations/min.py
/usr/lib/python3.10/site-packages/agate/aggregations/mode.py
/usr/lib/python3.10/site-packages/agate/aggregations/percentiles.py
/usr/lib/python3.10/site-packages/agate/aggregations/quartiles.py
/usr/lib/python3.10/site-packages/agate/aggregations/quintiles.py
/usr/lib/python3.10/site-packages/agate/aggregations/stdev.py
/usr/lib/python3.10/site-packages/agate/aggregations/sum.py
/usr/lib/python3.10/site-packages/agate/aggregations/summary.py
/usr/lib/python3.10/site-packages/agate/aggregations/variance.py
/usr/lib/python3.10/site-packages/agate/columns.py
/usr/lib/python3.10/site-packages/agate/computations
/usr/lib/python3.10/site-packages/agate/computations/__init__.py
/usr/lib/python3.10/site-packages/agate/computations/__pycache__
/usr/lib/python3.10/site-packages/agate/computations/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/computations/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/computations/__pycache__/base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/computations/__pycache__/base.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/computations/__pycache__/change.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/computations/__pycache__/change.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/computations/__pycache__/formula.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/computations/__pycache__/formula.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/computations/__pycache__/percent.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/computations/__pycache__/percent.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/computations/__pycache__/percent_change.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/computations/__pycache__/percent_change.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/computations/__pycache__/percentile_rank.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/computations/__pycache__/percentile_rank.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/computations/__pycache__/rank.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/computations/__pycache__/rank.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/computations/__pycache__/slug.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/computations/__pycache__/slug.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/computations/base.py
/usr/lib/python3.10/site-packages/agate/computations/change.py
/usr/lib/python3.10/site-packages/agate/computations/formula.py
/usr/lib/python3.10/site-packages/agate/computations/percent.py
/usr/lib/python3.10/site-packages/agate/computations/percent_change.py
/usr/lib/python3.10/site-packages/agate/computations/percentile_rank.py
/usr/lib/python3.10/site-packages/agate/computations/rank.py
/usr/lib/python3.10/site-packages/agate/computations/slug.py
/usr/lib/python3.10/site-packages/agate/config.py
/usr/lib/python3.10/site-packages/agate/csv_py2.py
/usr/lib/python3.10/site-packages/agate/csv_py3.py
/usr/lib/python3.10/site-packages/agate/data_types
/usr/lib/python3.10/site-packages/agate/data_types/__init__.py
/usr/lib/python3.10/site-packages/agate/data_types/__pycache__
/usr/lib/python3.10/site-packages/agate/data_types/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/data_types/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/data_types/__pycache__/base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/data_types/__pycache__/base.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/data_types/__pycache__/boolean.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/data_types/__pycache__/boolean.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/data_types/__pycache__/date.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/data_types/__pycache__/date.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/data_types/__pycache__/date_time.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/data_types/__pycache__/date_time.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/data_types/__pycache__/number.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/data_types/__pycache__/number.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/data_types/__pycache__/text.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/data_types/__pycache__/text.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/data_types/__pycache__/time_delta.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/data_types/__pycache__/time_delta.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/data_types/base.py
/usr/lib/python3.10/site-packages/agate/data_types/boolean.py
/usr/lib/python3.10/site-packages/agate/data_types/date.py
/usr/lib/python3.10/site-packages/agate/data_types/date_time.py
/usr/lib/python3.10/site-packages/agate/data_types/number.py
/usr/lib/python3.10/site-packages/agate/data_types/text.py
/usr/lib/python3.10/site-packages/agate/data_types/time_delta.py
/usr/lib/python3.10/site-packages/agate/exceptions.py
/usr/lib/python3.10/site-packages/agate/fixed.py
/usr/lib/python3.10/site-packages/agate/mapped_sequence.py
/usr/lib/python3.10/site-packages/agate/rows.py
/usr/lib/python3.10/site-packages/agate/table
/usr/lib/python3.10/site-packages/agate/table/__init__.py
/usr/lib/python3.10/site-packages/agate/table/__pycache__
/usr/lib/python3.10/site-packages/agate/table/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/aggregate.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/aggregate.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/bar_chart.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/bar_chart.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/bins.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/bins.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/column_chart.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/column_chart.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/compute.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/compute.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/denormalize.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/denormalize.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/distinct.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/distinct.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/exclude.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/exclude.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/find.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/find.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/from_csv.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/from_csv.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/from_fixed.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/from_fixed.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/from_json.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/from_json.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/from_object.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/from_object.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/group_by.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/group_by.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/homogenize.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/homogenize.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/join.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/join.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/limit.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/limit.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/line_chart.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/line_chart.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/merge.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/merge.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/normalize.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/normalize.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/order_by.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/order_by.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/pivot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/pivot.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/print_bars.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/print_bars.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/print_html.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/print_html.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/print_structure.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/print_structure.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/print_table.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/print_table.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/rename.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/rename.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/scatterplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/scatterplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/select.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/select.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/to_csv.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/to_csv.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/to_json.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/to_json.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/where.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/table/__pycache__/where.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/table/aggregate.py
/usr/lib/python3.10/site-packages/agate/table/bar_chart.py
/usr/lib/python3.10/site-packages/agate/table/bins.py
/usr/lib/python3.10/site-packages/agate/table/column_chart.py
/usr/lib/python3.10/site-packages/agate/table/compute.py
/usr/lib/python3.10/site-packages/agate/table/denormalize.py
/usr/lib/python3.10/site-packages/agate/table/distinct.py
/usr/lib/python3.10/site-packages/agate/table/exclude.py
/usr/lib/python3.10/site-packages/agate/table/find.py
/usr/lib/python3.10/site-packages/agate/table/from_csv.py
/usr/lib/python3.10/site-packages/agate/table/from_fixed.py
/usr/lib/python3.10/site-packages/agate/table/from_json.py
/usr/lib/python3.10/site-packages/agate/table/from_object.py
/usr/lib/python3.10/site-packages/agate/table/group_by.py
/usr/lib/python3.10/site-packages/agate/table/homogenize.py
/usr/lib/python3.10/site-packages/agate/table/join.py
/usr/lib/python3.10/site-packages/agate/table/limit.py
/usr/lib/python3.10/site-packages/agate/table/line_chart.py
/usr/lib/python3.10/site-packages/agate/table/merge.py
/usr/lib/python3.10/site-packages/agate/table/normalize.py
/usr/lib/python3.10/site-packages/agate/table/order_by.py
/usr/lib/python3.10/site-packages/agate/table/pivot.py
/usr/lib/python3.10/site-packages/agate/table/print_bars.py
/usr/lib/python3.10/site-packages/agate/table/print_html.py
/usr/lib/python3.10/site-packages/agate/table/print_structure.py
/usr/lib/python3.10/site-packages/agate/table/print_table.py
/usr/lib/python3.10/site-packages/agate/table/rename.py
/usr/lib/python3.10/site-packages/agate/table/scatterplot.py
/usr/lib/python3.10/site-packages/agate/table/select.py
/usr/lib/python3.10/site-packages/agate/table/to_csv.py
/usr/lib/python3.10/site-packages/agate/table/to_json.py
/usr/lib/python3.10/site-packages/agate/table/where.py
/usr/lib/python3.10/site-packages/agate/tableset
/usr/lib/python3.10/site-packages/agate/tableset/__init__.py
/usr/lib/python3.10/site-packages/agate/tableset/__pycache__
/usr/lib/python3.10/site-packages/agate/tableset/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/tableset/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/tableset/__pycache__/aggregate.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/tableset/__pycache__/aggregate.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/tableset/__pycache__/bar_chart.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/tableset/__pycache__/bar_chart.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/tableset/__pycache__/column_chart.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/tableset/__pycache__/column_chart.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/tableset/__pycache__/from_csv.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/tableset/__pycache__/from_csv.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/tableset/__pycache__/from_json.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/tableset/__pycache__/from_json.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/tableset/__pycache__/having.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/tableset/__pycache__/having.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/tableset/__pycache__/line_chart.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/tableset/__pycache__/line_chart.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/tableset/__pycache__/merge.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/tableset/__pycache__/merge.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/tableset/__pycache__/print_structure.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/tableset/__pycache__/print_structure.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/tableset/__pycache__/proxy_methods.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/tableset/__pycache__/proxy_methods.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/tableset/__pycache__/scatterplot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/tableset/__pycache__/scatterplot.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/tableset/__pycache__/to_csv.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/tableset/__pycache__/to_csv.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/tableset/__pycache__/to_json.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/agate/tableset/__pycache__/to_json.cpython-310.pyc
/usr/lib/python3.10/site-packages/agate/tableset/aggregate.py
/usr/lib/python3.10/site-packages/agate/tableset/bar_chart.py
/usr/lib/python3.10/site-packages/agate/tableset/column_chart.py
/usr/lib/python3.10/site-packages/agate/tableset/from_csv.py
/usr/lib/python3.10/site-packages/agate/tableset/from_json.py
/usr/lib/python3.10/site-packages/agate/tableset/having.py
/usr/lib/python3.10/site-packages/agate/tableset/line_chart.py
/usr/lib/python3.10/site-packages/agate/tableset/merge.py
/usr/lib/python3.10/site-packages/agate/tableset/print_structure.py
/usr/lib/python3.10/site-packages/agate/tableset/proxy_methods.py
/usr/lib/python3.10/site-packages/agate/tableset/scatterplot.py
/usr/lib/python3.10/site-packages/agate/tableset/to_csv.py
/usr/lib/python3.10/site-packages/agate/tableset/to_json.py
/usr/lib/python3.10/site-packages/agate/testcase.py
/usr/lib/python3.10/site-packages/agate/type_tester.py
/usr/lib/python3.10/site-packages/agate/utils.py
/usr/lib/python3.10/site-packages/agate/warns.py
/usr/share/doc/python3-agate
/usr/share/doc/python3-agate/AUTHORS.rst
/usr/share/doc/python3-agate/CHANGELOG.rst
/usr/share/doc/python3-agate/README.rst
/usr/share/licenses/python3-agate
/usr/share/licenses/python3-agate/COPYING

References

Summary

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