How To Install python3-simpletal on Fedora 36

In this tutorial we learn how to install python3-simpletal in Fedora 36. python3-simpletal is An XML based template processor for TAL, TALES and METAL specifications

Introduction

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

What is python3-simpletal

SimpleTAL is a stand alone Python implementation of the TAL, TALES and METAL specifications used in Zope to power HTML and XML templates.

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

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

sudo dnf -y install python3-simpletal

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

sudo yum -y install python3-simpletal

How To Uninstall python3-simpletal on Fedora 36

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

sudo dnf remove python3-simpletal

python3-simpletal Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/SimpleTAL-5.2-py3.10.egg-info
/usr/lib/python3.10/site-packages/simpletal
/usr/lib/python3.10/site-packages/simpletal/FixedHTMLParser.py
/usr/lib/python3.10/site-packages/simpletal/__init__.py
/usr/lib/python3.10/site-packages/simpletal/__pycache__
/usr/lib/python3.10/site-packages/simpletal/__pycache__/FixedHTMLParser.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simpletal/__pycache__/FixedHTMLParser.cpython-310.pyc
/usr/lib/python3.10/site-packages/simpletal/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simpletal/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/simpletal/__pycache__/sgmlentitynames.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simpletal/__pycache__/sgmlentitynames.cpython-310.pyc
/usr/lib/python3.10/site-packages/simpletal/__pycache__/simpleTAL.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simpletal/__pycache__/simpleTAL.cpython-310.pyc
/usr/lib/python3.10/site-packages/simpletal/__pycache__/simpleTALES.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simpletal/__pycache__/simpleTALES.cpython-310.pyc
/usr/lib/python3.10/site-packages/simpletal/__pycache__/simpleTALUtils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simpletal/__pycache__/simpleTALUtils.cpython-310.pyc
/usr/lib/python3.10/site-packages/simpletal/sgmlentitynames.py
/usr/lib/python3.10/site-packages/simpletal/simpleTAL.py
/usr/lib/python3.10/site-packages/simpletal/simpleTALES.py
/usr/lib/python3.10/site-packages/simpletal/simpleTALUtils.py
/usr/share/doc/python3-simpletal
/usr/share/doc/python3-simpletal/Changes.txt
/usr/share/doc/python3-simpletal/README.txt
/usr/share/doc/python3-simpletal/examples
/usr/share/doc/python3-simpletal/examples/basic
/usr/share/doc/python3-simpletal/examples/basic/basic-example.py
/usr/share/doc/python3-simpletal/examples/basic/basic.html
/usr/share/doc/python3-simpletal/examples/cgi-example
/usr/share/doc/python3-simpletal/examples/cgi-example/fields.html
/usr/share/doc/python3-simpletal/examples/cgi-example/results.html
/usr/share/doc/python3-simpletal/examples/cgi-example/simple-cgi.py
/usr/share/doc/python3-simpletal/examples/elementtree-example
/usr/share/doc/python3-simpletal/examples/elementtree-example/basic-example.py
/usr/share/doc/python3-simpletal/examples/elementtree-example/basic.xml
/usr/share/doc/python3-simpletal/examples/elementtree-example/input.xml
/usr/share/doc/python3-simpletal/examples/metal-example
/usr/share/doc/python3-simpletal/examples/metal-example/macro.html
/usr/share/doc/python3-simpletal/examples/metal-example/metal-example.py
/usr/share/doc/python3-simpletal/examples/metal-example/page.html
/usr/share/doc/python3-simpletal/examples/structure-example
/usr/share/doc/python3-simpletal/examples/structure-example/structure-example.py
/usr/share/doc/python3-simpletal/examples/structure-example/structure.html
/usr/share/doc/python3-simpletal/html
/usr/share/doc/python3-simpletal/html/api-simpleelementtree.html
/usr/share/doc/python3-simpletal/html/api-simpletal.html
/usr/share/doc/python3-simpletal/html/api-simpletales.html
/usr/share/doc/python3-simpletal/html/api-simpletalutils.html
/usr/share/doc/python3-simpletal/html/api.html
/usr/share/doc/python3-simpletal/html/index.html
/usr/share/doc/python3-simpletal/html/notes.html
/usr/share/doc/python3-simpletal/html/tal-guide.html
/usr/share/licenses/python3-simpletal
/usr/share/licenses/python3-simpletal/LICENSE.txt

References

Summary

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