How To Install python3-gekitchen on Fedora 36

In this tutorial we learn how to install python3-gekitchen in Fedora 36. python3-gekitchen is Python SDK for GE Kitchen Appliances

Introduction

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

What is python3-gekitchen

gekitchen is a Python SDK for GE WiFi-enabled kitchen appliances.

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

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

sudo dnf -y install python3-gekitchen

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

sudo yum -y install python3-gekitchen

How To Uninstall python3-gekitchen on Fedora 36

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

sudo dnf remove python3-gekitchen

python3-gekitchen Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/gekitchen
/usr/lib/python3.10/site-packages/gekitchen-0.2.19-py3.10.egg-info
/usr/lib/python3.10/site-packages/gekitchen-0.2.19-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/gekitchen-0.2.19-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/gekitchen-0.2.19-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/gekitchen-0.2.19-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/gekitchen-0.2.19-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/gekitchen/__init__.py
/usr/lib/python3.10/site-packages/gekitchen/__pycache__
/usr/lib/python3.10/site-packages/gekitchen/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gekitchen/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/gekitchen/__pycache__/async_login_flow.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gekitchen/__pycache__/async_login_flow.cpython-310.pyc
/usr/lib/python3.10/site-packages/gekitchen/__pycache__/const.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gekitchen/__pycache__/const.cpython-310.pyc
/usr/lib/python3.10/site-packages/gekitchen/__pycache__/erd_types.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gekitchen/__pycache__/erd_types.cpython-310.pyc
/usr/lib/python3.10/site-packages/gekitchen/__pycache__/erd_utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gekitchen/__pycache__/erd_utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/gekitchen/__pycache__/exc.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gekitchen/__pycache__/exc.cpython-310.pyc
/usr/lib/python3.10/site-packages/gekitchen/__pycache__/ge_appliance.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gekitchen/__pycache__/ge_appliance.cpython-310.pyc
/usr/lib/python3.10/site-packages/gekitchen/__pycache__/login_flow.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gekitchen/__pycache__/login_flow.cpython-310.pyc
/usr/lib/python3.10/site-packages/gekitchen/__pycache__/secrets.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gekitchen/__pycache__/secrets.cpython-310.pyc
/usr/lib/python3.10/site-packages/gekitchen/async_login_flow.py
/usr/lib/python3.10/site-packages/gekitchen/clients
/usr/lib/python3.10/site-packages/gekitchen/clients/__init__.py
/usr/lib/python3.10/site-packages/gekitchen/clients/__pycache__
/usr/lib/python3.10/site-packages/gekitchen/clients/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gekitchen/clients/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/gekitchen/clients/__pycache__/base_client.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gekitchen/clients/__pycache__/base_client.cpython-310.pyc
/usr/lib/python3.10/site-packages/gekitchen/clients/__pycache__/websocket_client.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gekitchen/clients/__pycache__/websocket_client.cpython-310.pyc
/usr/lib/python3.10/site-packages/gekitchen/clients/__pycache__/xmpp_client.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gekitchen/clients/__pycache__/xmpp_client.cpython-310.pyc
/usr/lib/python3.10/site-packages/gekitchen/clients/base_client.py
/usr/lib/python3.10/site-packages/gekitchen/clients/websocket_client.py
/usr/lib/python3.10/site-packages/gekitchen/clients/xmpp_client.py
/usr/lib/python3.10/site-packages/gekitchen/const.py
/usr/lib/python3.10/site-packages/gekitchen/erd_constants
/usr/lib/python3.10/site-packages/gekitchen/erd_constants/__init__.py
/usr/lib/python3.10/site-packages/gekitchen/erd_constants/__pycache__
/usr/lib/python3.10/site-packages/gekitchen/erd_constants/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gekitchen/erd_constants/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/gekitchen/erd_constants/__pycache__/erd_codes.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gekitchen/erd_constants/__pycache__/erd_codes.cpython-310.pyc
/usr/lib/python3.10/site-packages/gekitchen/erd_constants/__pycache__/erd_constants.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gekitchen/erd_constants/__pycache__/erd_constants.cpython-310.pyc
/usr/lib/python3.10/site-packages/gekitchen/erd_constants/erd_codes.py
/usr/lib/python3.10/site-packages/gekitchen/erd_constants/erd_constants.py
/usr/lib/python3.10/site-packages/gekitchen/erd_types.py
/usr/lib/python3.10/site-packages/gekitchen/erd_utils.py
/usr/lib/python3.10/site-packages/gekitchen/exc.py
/usr/lib/python3.10/site-packages/gekitchen/ge_appliance.py
/usr/lib/python3.10/site-packages/gekitchen/login_flow.py
/usr/lib/python3.10/site-packages/gekitchen/secrets.py
/usr/share/doc/python3-gekitchen
/usr/share/doc/python3-gekitchen/README.md
/usr/share/licenses/python3-gekitchen
/usr/share/licenses/python3-gekitchen/LICENSE

References

Summary

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