How To Install python3-pysword on Fedora 36
Introduction
In this tutorial we learn how to install python3-pysword on Fedora 36.
What is python3-pysword
A native Python reader of the SWORD Project Bible Modules. Reads SWORD bible files (not commentaries etc.) Detection of locally installed Swrod bible modules. Supports all known SWORD module formats (ztext, ztext4, rawtext, rawtext4) Read from zipped modules, like those available from http Cleans the extracted text of OSIS, GBF or ThML tags. Supports both python 2 and 3 (tested with 2.7 and 3.5)
We can use yum or dnf to install python3-pysword on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-pysword.
Install python3-pysword 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-pysword using dnf by running the following command:
sudo dnf -y install python3-pysword
Install python3-pysword 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-pysword using yum by running the following command:
sudo yum -y install python3-pysword
How To Uninstall python3-pysword on Fedora 36
To uninstall only the python3-pysword package we can use the following command:
sudo dnf remove python3-pysword
python3-pysword Package Contents on Fedora 36
/usr/lib/python3.10/site-packages/pysword
/usr/lib/python3.10/site-packages/pysword-0.2.7-py3.10.egg-info
/usr/lib/python3.10/site-packages/pysword-0.2.7-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/pysword-0.2.7-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/pysword-0.2.7-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/pysword-0.2.7-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/pysword/__init__.py
/usr/lib/python3.10/site-packages/pysword/__pycache__
/usr/lib/python3.10/site-packages/pysword/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pysword/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pysword/__pycache__/bible.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pysword/__pycache__/bible.cpython-310.pyc
/usr/lib/python3.10/site-packages/pysword/__pycache__/books.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pysword/__pycache__/books.cpython-310.pyc
/usr/lib/python3.10/site-packages/pysword/__pycache__/canon-parser.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pysword/__pycache__/canon-parser.cpython-310.pyc
/usr/lib/python3.10/site-packages/pysword/__pycache__/canons.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pysword/__pycache__/canons.cpython-310.pyc
/usr/lib/python3.10/site-packages/pysword/__pycache__/cleaner.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pysword/__pycache__/cleaner.cpython-310.pyc
/usr/lib/python3.10/site-packages/pysword/__pycache__/modules.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pysword/__pycache__/modules.cpython-310.pyc
/usr/lib/python3.10/site-packages/pysword/__pycache__/sapphire.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pysword/__pycache__/sapphire.cpython-310.pyc
/usr/lib/python3.10/site-packages/pysword/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pysword/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/pysword/bible.py
/usr/lib/python3.10/site-packages/pysword/books.py
/usr/lib/python3.10/site-packages/pysword/canon-parser.py
/usr/lib/python3.10/site-packages/pysword/canons.py
/usr/lib/python3.10/site-packages/pysword/cleaner.py
/usr/lib/python3.10/site-packages/pysword/modules.py
/usr/lib/python3.10/site-packages/pysword/sapphire.py
/usr/lib/python3.10/site-packages/pysword/utils.py
/usr/share/doc/python3-pysword
/usr/share/doc/python3-pysword/README.rst
/usr/share/licenses/python3-pysword
/usr/share/licenses/python3-pysword/LICENSE
References
Summary
In this tutorial we learn how to install python3-pysword on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).