How To Install python3-rows on Fedora 36

In this tutorial we learn how to install python3-rows in Fedora 36. python3-rows is A common, beautiful interface to tabular data, no matter the format

Introduction

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

What is python3-rows

No matter in which format your tabular data is automatically detect types and give you high-level Python objects so you can start working with the data instead of trying to parse it. It is also locale-and-unicode aware.

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

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

sudo dnf -y install python3-rows

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

sudo yum -y install python3-rows

How To Uninstall python3-rows on Fedora 36

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

sudo dnf remove python3-rows

python3-rows Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/rows
/usr/lib/python3.10/site-packages/rows-0.4.1-py3.10.egg-info
/usr/lib/python3.10/site-packages/rows-0.4.1-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/rows-0.4.1-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/rows-0.4.1-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/rows-0.4.1-py3.10.egg-info/entry_points.txt
/usr/lib/python3.10/site-packages/rows-0.4.1-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/rows-0.4.1-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/rows/__init__.py
/usr/lib/python3.10/site-packages/rows/__pycache__
/usr/lib/python3.10/site-packages/rows/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rows/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/rows/__pycache__/cli.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rows/__pycache__/cli.cpython-310.pyc
/usr/lib/python3.10/site-packages/rows/__pycache__/fields.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rows/__pycache__/fields.cpython-310.pyc
/usr/lib/python3.10/site-packages/rows/__pycache__/localization.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rows/__pycache__/localization.cpython-310.pyc
/usr/lib/python3.10/site-packages/rows/__pycache__/operations.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rows/__pycache__/operations.cpython-310.pyc
/usr/lib/python3.10/site-packages/rows/__pycache__/table.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rows/__pycache__/table.cpython-310.pyc
/usr/lib/python3.10/site-packages/rows/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rows/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/rows/cli.py
/usr/lib/python3.10/site-packages/rows/fields.py
/usr/lib/python3.10/site-packages/rows/localization.py
/usr/lib/python3.10/site-packages/rows/operations.py
/usr/lib/python3.10/site-packages/rows/plugins
/usr/lib/python3.10/site-packages/rows/plugins/__init__.py
/usr/lib/python3.10/site-packages/rows/plugins/__pycache__
/usr/lib/python3.10/site-packages/rows/plugins/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rows/plugins/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/rows/plugins/__pycache__/dicts.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rows/plugins/__pycache__/dicts.cpython-310.pyc
/usr/lib/python3.10/site-packages/rows/plugins/__pycache__/ods.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rows/plugins/__pycache__/ods.cpython-310.pyc
/usr/lib/python3.10/site-packages/rows/plugins/__pycache__/plugin_csv.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rows/plugins/__pycache__/plugin_csv.cpython-310.pyc
/usr/lib/python3.10/site-packages/rows/plugins/__pycache__/plugin_html.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rows/plugins/__pycache__/plugin_html.cpython-310.pyc
/usr/lib/python3.10/site-packages/rows/plugins/__pycache__/plugin_json.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rows/plugins/__pycache__/plugin_json.cpython-310.pyc
/usr/lib/python3.10/site-packages/rows/plugins/__pycache__/plugin_parquet.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rows/plugins/__pycache__/plugin_parquet.cpython-310.pyc
/usr/lib/python3.10/site-packages/rows/plugins/__pycache__/plugin_pdf.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rows/plugins/__pycache__/plugin_pdf.cpython-310.pyc
/usr/lib/python3.10/site-packages/rows/plugins/__pycache__/postgresql.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rows/plugins/__pycache__/postgresql.cpython-310.pyc
/usr/lib/python3.10/site-packages/rows/plugins/__pycache__/sqlite.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rows/plugins/__pycache__/sqlite.cpython-310.pyc
/usr/lib/python3.10/site-packages/rows/plugins/__pycache__/txt.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rows/plugins/__pycache__/txt.cpython-310.pyc
/usr/lib/python3.10/site-packages/rows/plugins/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rows/plugins/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/rows/plugins/__pycache__/xls.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rows/plugins/__pycache__/xls.cpython-310.pyc
/usr/lib/python3.10/site-packages/rows/plugins/__pycache__/xlsx.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rows/plugins/__pycache__/xlsx.cpython-310.pyc
/usr/lib/python3.10/site-packages/rows/plugins/__pycache__/xpath.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rows/plugins/__pycache__/xpath.cpython-310.pyc
/usr/lib/python3.10/site-packages/rows/plugins/dicts.py
/usr/lib/python3.10/site-packages/rows/plugins/ods.py
/usr/lib/python3.10/site-packages/rows/plugins/plugin_csv.py
/usr/lib/python3.10/site-packages/rows/plugins/plugin_html.py
/usr/lib/python3.10/site-packages/rows/plugins/plugin_json.py
/usr/lib/python3.10/site-packages/rows/plugins/plugin_parquet.py
/usr/lib/python3.10/site-packages/rows/plugins/plugin_pdf.py
/usr/lib/python3.10/site-packages/rows/plugins/postgresql.py
/usr/lib/python3.10/site-packages/rows/plugins/sqlite.py
/usr/lib/python3.10/site-packages/rows/plugins/txt.py
/usr/lib/python3.10/site-packages/rows/plugins/utils.py
/usr/lib/python3.10/site-packages/rows/plugins/xls.py
/usr/lib/python3.10/site-packages/rows/plugins/xlsx.py
/usr/lib/python3.10/site-packages/rows/plugins/xpath.py
/usr/lib/python3.10/site-packages/rows/table.py
/usr/lib/python3.10/site-packages/rows/utils.py
/usr/share/doc/python3-rows
/usr/share/doc/python3-rows/AUTHORS.md
/usr/share/doc/python3-rows/README.md
/usr/share/licenses/python3-rows
/usr/share/licenses/python3-rows/LICENSE

References

Summary

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