How To Install python3-simplewrap on Fedora 36

In this tutorial we learn how to install python3-simplewrap in Fedora 36. python3-simplewrap is Easy to use wrappers generator for C libraries based on ctypes

Introduction

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

What is python3-simplewrap

Easy to use wrappers generator for C libraries based on ctypes. Python 3 version.

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

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

sudo dnf -y install python3-simplewrap

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

sudo yum -y install python3-simplewrap

How To Uninstall python3-simplewrap on Fedora 36

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

sudo dnf remove python3-simplewrap

python3-simplewrap Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/3f
/usr/lib/.build-id/3f/cda5a507d34b163e4686d3f04365ceb05a7252
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/155933d83000f1a326983232bc0cbeb2ff3ecc
/usr/lib64/python3.10/site-packages/simplewrap
/usr/lib64/python3.10/site-packages/simplewrap-0.3.3-py3.10.egg-info
/usr/lib64/python3.10/site-packages/simplewrap-0.3.3-py3.10.egg-info/PKG-INFO
/usr/lib64/python3.10/site-packages/simplewrap-0.3.3-py3.10.egg-info/SOURCES.txt
/usr/lib64/python3.10/site-packages/simplewrap-0.3.3-py3.10.egg-info/dependency_links.txt
/usr/lib64/python3.10/site-packages/simplewrap-0.3.3-py3.10.egg-info/requires.txt
/usr/lib64/python3.10/site-packages/simplewrap-0.3.3-py3.10.egg-info/top_level.txt
/usr/lib64/python3.10/site-packages/simplewrap/__init__.py
/usr/lib64/python3.10/site-packages/simplewrap/__pycache__
/usr/lib64/python3.10/site-packages/simplewrap/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/simplewrap/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/simplewrap/__pycache__/c_matlab.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/simplewrap/__pycache__/c_matlab.cpython-310.pyc
/usr/lib64/python3.10/site-packages/simplewrap/__pycache__/c_python.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/simplewrap/__pycache__/c_python.cpython-310.pyc
/usr/lib64/python3.10/site-packages/simplewrap/__pycache__/c_python2.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/simplewrap/__pycache__/c_python2.cpython-310.pyc
/usr/lib64/python3.10/site-packages/simplewrap/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/simplewrap/__pycache__/exceptions.cpython-310.pyc
/usr/lib64/python3.10/site-packages/simplewrap/c_matlab.py
/usr/lib64/python3.10/site-packages/simplewrap/c_python.py
/usr/lib64/python3.10/site-packages/simplewrap/c_python2.py
/usr/lib64/python3.10/site-packages/simplewrap/examples
/usr/lib64/python3.10/site-packages/simplewrap/examples/__init__.py
/usr/lib64/python3.10/site-packages/simplewrap/examples/__pycache__
/usr/lib64/python3.10/site-packages/simplewrap/examples/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/simplewrap/examples/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/simplewrap/exceptions.py
/usr/lib64/python3.10/site-packages/simplewrap/tests
/usr/lib64/python3.10/site-packages/simplewrap/tests/__init__.py
/usr/lib64/python3.10/site-packages/simplewrap/tests/__pycache__
/usr/lib64/python3.10/site-packages/simplewrap/tests/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/simplewrap/tests/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/simplewrap/tests/__pycache__/test_all.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/simplewrap/tests/__pycache__/test_all.cpython-310.pyc
/usr/lib64/python3.10/site-packages/simplewrap/tests/test_all.py
/usr/lib64/python3.10/site-packages/simplewrap/tests/test_matrices_c.cpython-310-x86_64-linux-gnu.so
/usr/lib64/python3.10/site-packages/simplewrap/tests/test_simplewrap_c.cpython-310-x86_64-linux-gnu.so
/usr/share/doc/python3-simplewrap
/usr/share/doc/python3-simplewrap/README.rst
/usr/share/licenses/python3-simplewrap
/usr/share/licenses/python3-simplewrap/LICENSE

References

Summary

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