How To Install python3-simple-salesforce on Fedora 36

In this tutorial we learn how to install python3-simple-salesforce in Fedora 36. python3-simple-salesforce is Simple Salesforce is a basic Salesforce.com REST API client built for Python

Introduction

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

What is python3-simple-salesforce

Simple Salesforce is a basic Salesforce.com REST API client built for Python. The goal is to provide a very low-level interface to the REST Resource and APEX API, returning a dictionary of the API JSON response.

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

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

sudo dnf -y install python3-simple-salesforce

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

sudo yum -y install python3-simple-salesforce

How To Uninstall python3-simple-salesforce on Fedora 36

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

sudo dnf remove python3-simple-salesforce

python3-simple-salesforce Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/simple_salesforce
/usr/lib/python3.10/site-packages/simple_salesforce-1.11.5.dist-info
/usr/lib/python3.10/site-packages/simple_salesforce-1.11.5.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/simple_salesforce-1.11.5.dist-info/LICENSE.txt
/usr/lib/python3.10/site-packages/simple_salesforce-1.11.5.dist-info/METADATA
/usr/lib/python3.10/site-packages/simple_salesforce-1.11.5.dist-info/WHEEL
/usr/lib/python3.10/site-packages/simple_salesforce-1.11.5.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/simple_salesforce/__init__.py
/usr/lib/python3.10/site-packages/simple_salesforce/__pycache__
/usr/lib/python3.10/site-packages/simple_salesforce/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simple_salesforce/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/simple_salesforce/__pycache__/__version__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simple_salesforce/__pycache__/__version__.cpython-310.pyc
/usr/lib/python3.10/site-packages/simple_salesforce/__pycache__/api.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simple_salesforce/__pycache__/api.cpython-310.pyc
/usr/lib/python3.10/site-packages/simple_salesforce/__pycache__/bulk.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simple_salesforce/__pycache__/bulk.cpython-310.pyc
/usr/lib/python3.10/site-packages/simple_salesforce/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simple_salesforce/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/simple_salesforce/__pycache__/format.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simple_salesforce/__pycache__/format.cpython-310.pyc
/usr/lib/python3.10/site-packages/simple_salesforce/__pycache__/login.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simple_salesforce/__pycache__/login.cpython-310.pyc
/usr/lib/python3.10/site-packages/simple_salesforce/__pycache__/messages.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simple_salesforce/__pycache__/messages.cpython-310.pyc
/usr/lib/python3.10/site-packages/simple_salesforce/__pycache__/metadata.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simple_salesforce/__pycache__/metadata.cpython-310.pyc
/usr/lib/python3.10/site-packages/simple_salesforce/__pycache__/util.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simple_salesforce/__pycache__/util.cpython-310.pyc
/usr/lib/python3.10/site-packages/simple_salesforce/__version__.py
/usr/lib/python3.10/site-packages/simple_salesforce/api.py
/usr/lib/python3.10/site-packages/simple_salesforce/bulk.py
/usr/lib/python3.10/site-packages/simple_salesforce/exceptions.py
/usr/lib/python3.10/site-packages/simple_salesforce/format.py
/usr/lib/python3.10/site-packages/simple_salesforce/login.py
/usr/lib/python3.10/site-packages/simple_salesforce/messages.py
/usr/lib/python3.10/site-packages/simple_salesforce/metadata.py
/usr/lib/python3.10/site-packages/simple_salesforce/util.py
/usr/share/doc/python3-simple-salesforce
/usr/share/doc/python3-simple-salesforce/README.rst
/usr/share/doc/python3-simple-salesforce/changes.rst
/usr/share/doc/python3-simple-salesforce/conf.py
/usr/share/doc/python3-simple-salesforce/user_guide
/usr/share/doc/python3-simple-salesforce/user_guide/additional_features.rst
/usr/share/doc/python3-simple-salesforce/user_guide/apex.rst
/usr/share/doc/python3-simple-salesforce/user_guide/examples.rst
/usr/share/doc/python3-simple-salesforce/user_guide/misc.rst
/usr/share/doc/python3-simple-salesforce/user_guide/queries.rst
/usr/share/doc/python3-simple-salesforce/user_guide/record_management.rst
/usr/share/doc/python3-simple-salesforce/user_guide/tooling.rst
/usr/share/licenses/python3-simple-salesforce
/usr/share/licenses/python3-simple-salesforce/LICENSE.txt

References

Summary

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