How To Install python3-pycec on Fedora 36
Introduction
In this tutorial we learn how to install python3-pycec
on Fedora 36.
What is python3-pycec
TCP <=> HDMI bridge to control HDMI devices over TCP network.
We can use yum
or dnf
to install python3-pycec
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-pycec.
Install python3-pycec 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-pycec
using dnf
by running the following command:
sudo dnf -y install python3-pycec
Install python3-pycec 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-pycec
using yum
by running the following command:
sudo yum -y install python3-pycec
How To Uninstall python3-pycec on Fedora 36
To uninstall only the python3-pycec
package we can use the following command:
sudo dnf remove python3-pycec
python3-pycec Package Contents on Fedora 36
/usr/bin/pycec
/usr/lib/python3.10/site-packages/pyCEC-0.4.14-py3.10.egg-info
/usr/lib/python3.10/site-packages/pyCEC-0.4.14-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/pyCEC-0.4.14-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/pyCEC-0.4.14-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/pyCEC-0.4.14-py3.10.egg-info/entry_points.txt
/usr/lib/python3.10/site-packages/pyCEC-0.4.14-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/pyCEC-0.4.14-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/pycec
/usr/lib/python3.10/site-packages/pycec/__init__.py
/usr/lib/python3.10/site-packages/pycec/__main__.py
/usr/lib/python3.10/site-packages/pycec/__pycache__
/usr/lib/python3.10/site-packages/pycec/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pycec/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pycec/__pycache__/__main__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pycec/__pycache__/__main__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pycec/__pycache__/cec.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pycec/__pycache__/cec.cpython-310.pyc
/usr/lib/python3.10/site-packages/pycec/__pycache__/commands.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pycec/__pycache__/commands.cpython-310.pyc
/usr/lib/python3.10/site-packages/pycec/__pycache__/const.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pycec/__pycache__/const.cpython-310.pyc
/usr/lib/python3.10/site-packages/pycec/__pycache__/network.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pycec/__pycache__/network.cpython-310.pyc
/usr/lib/python3.10/site-packages/pycec/__pycache__/tcp.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pycec/__pycache__/tcp.cpython-310.pyc
/usr/lib/python3.10/site-packages/pycec/cec.py
/usr/lib/python3.10/site-packages/pycec/commands.py
/usr/lib/python3.10/site-packages/pycec/const.py
/usr/lib/python3.10/site-packages/pycec/network.py
/usr/lib/python3.10/site-packages/pycec/tcp.py
/usr/share/doc/python3-pycec
/usr/share/doc/python3-pycec/README.rst
/usr/share/licenses/python3-pycec
/usr/share/licenses/python3-pycec/LICENSE
References
Summary
In this tutorial we learn how to install python3-pycec
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).