How To Install liborcus-python3 on Fedora 36

In this tutorial we learn how to install liborcus-python3 in Fedora 36. liborcus-python3 is Python 3 bindings for liborcus

Introduction

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

What is liborcus-python3

Python 3 bindings for liborcus.

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

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

sudo dnf -y install liborcus-python3

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

sudo yum -y install liborcus-python3

How To Uninstall liborcus-python3 on Fedora 36

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

sudo dnf remove liborcus-python3

liborcus-python3 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/17
/usr/lib/.build-id/17/f3cf1f8149745c97d0c881786fdc19dce47671
/usr/lib/.build-id/4a
/usr/lib/.build-id/4a/a33114bf31b6e8506643817272e925a104d71f
/usr/lib/python3.10/site-packages/orcus
/usr/lib/python3.10/site-packages/orcus/__init__.py
/usr/lib/python3.10/site-packages/orcus/__pycache__
/usr/lib/python3.10/site-packages/orcus/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/orcus/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/orcus/__pycache__/csv.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/orcus/__pycache__/csv.cpython-310.pyc
/usr/lib/python3.10/site-packages/orcus/__pycache__/gnumeric.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/orcus/__pycache__/gnumeric.cpython-310.pyc
/usr/lib/python3.10/site-packages/orcus/__pycache__/json.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/orcus/__pycache__/json.cpython-310.pyc
/usr/lib/python3.10/site-packages/orcus/__pycache__/ods.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/orcus/__pycache__/ods.cpython-310.pyc
/usr/lib/python3.10/site-packages/orcus/__pycache__/xls_xml.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/orcus/__pycache__/xls_xml.cpython-310.pyc
/usr/lib/python3.10/site-packages/orcus/__pycache__/xlsx.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/orcus/__pycache__/xlsx.cpython-310.pyc
/usr/lib/python3.10/site-packages/orcus/csv.py
/usr/lib/python3.10/site-packages/orcus/gnumeric.py
/usr/lib/python3.10/site-packages/orcus/json.py
/usr/lib/python3.10/site-packages/orcus/ods.py
/usr/lib/python3.10/site-packages/orcus/tools
/usr/lib/python3.10/site-packages/orcus/tools/__init__.py
/usr/lib/python3.10/site-packages/orcus/tools/__pycache__
/usr/lib/python3.10/site-packages/orcus/tools/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/orcus/tools/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/orcus/tools/__pycache__/bugzilla.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/orcus/tools/__pycache__/bugzilla.cpython-310.pyc
/usr/lib/python3.10/site-packages/orcus/tools/__pycache__/file_processor.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/orcus/tools/__pycache__/file_processor.cpython-310.pyc
/usr/lib/python3.10/site-packages/orcus/tools/bugzilla.py
/usr/lib/python3.10/site-packages/orcus/tools/file_processor.py
/usr/lib/python3.10/site-packages/orcus/xls_xml.py
/usr/lib/python3.10/site-packages/orcus/xlsx.py
/usr/lib64/python3.10/site-packages/_orcus.so
/usr/lib64/python3.10/site-packages/_orcus_json.so

References

Summary

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