How To Install python3-pyinels on Fedora 36
Introduction
In this tutorial we learn how to install python3-pyinels
on Fedora 36.
What is python3-pyinels
A Python library that handles communication with proprietary home intelligent system named iNels by ElkoEP company.
We can use yum
or dnf
to install python3-pyinels
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-pyinels.
Install python3-pyinels 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-pyinels
using dnf
by running the following command:
sudo dnf -y install python3-pyinels
Install python3-pyinels 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-pyinels
using yum
by running the following command:
sudo yum -y install python3-pyinels
How To Uninstall python3-pyinels on Fedora 36
To uninstall only the python3-pyinels
package we can use the following command:
sudo dnf remove python3-pyinels
python3-pyinels Package Contents on Fedora 36
/usr/lib/python3.10/site-packages/pyinels
/usr/lib/python3.10/site-packages/pyinels-0.5.5-py3.10.egg-info
/usr/lib/python3.10/site-packages/pyinels-0.5.5-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/pyinels-0.5.5-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/pyinels-0.5.5-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/pyinels-0.5.5-py3.10.egg-info/not-zip-safe
/usr/lib/python3.10/site-packages/pyinels-0.5.5-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/pyinels/__init__.py
/usr/lib/python3.10/site-packages/pyinels/__pycache__
/usr/lib/python3.10/site-packages/pyinels/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyinels/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyinels/__pycache__/const.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyinels/__pycache__/const.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyinels/__pycache__/exception.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyinels/__pycache__/exception.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyinels/__pycache__/timer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyinels/__pycache__/timer.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyinels/api
/usr/lib/python3.10/site-packages/pyinels/api/__init__.py
/usr/lib/python3.10/site-packages/pyinels/api/__pycache__
/usr/lib/python3.10/site-packages/pyinels/api/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyinels/api/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyinels/api/__pycache__/resources.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyinels/api/__pycache__/resources.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyinels/api/resources.py
/usr/lib/python3.10/site-packages/pyinels/const.py
/usr/lib/python3.10/site-packages/pyinels/device
/usr/lib/python3.10/site-packages/pyinels/device/__init__.py
/usr/lib/python3.10/site-packages/pyinels/device/__pycache__
/usr/lib/python3.10/site-packages/pyinels/device/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyinels/device/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyinels/device/__pycache__/pyBase.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyinels/device/__pycache__/pyBase.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyinels/device/__pycache__/pyDoor.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyinels/device/__pycache__/pyDoor.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyinels/device/__pycache__/pyLight.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyinels/device/__pycache__/pyLight.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyinels/device/__pycache__/pyShutter.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyinels/device/__pycache__/pyShutter.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyinels/device/__pycache__/pySwitch.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyinels/device/__pycache__/pySwitch.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyinels/device/pyBase.py
/usr/lib/python3.10/site-packages/pyinels/device/pyDoor.py
/usr/lib/python3.10/site-packages/pyinels/device/pyLight.py
/usr/lib/python3.10/site-packages/pyinels/device/pyShutter.py
/usr/lib/python3.10/site-packages/pyinels/device/pySwitch.py
/usr/lib/python3.10/site-packages/pyinels/exception.py
/usr/lib/python3.10/site-packages/pyinels/timer.py
/usr/share/doc/python3-pyinels
/usr/share/doc/python3-pyinels/README.md
/usr/share/licenses/python3-pyinels
/usr/share/licenses/python3-pyinels/LICENSE
References
Summary
In this tutorial we learn how to install python3-pyinels
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).