How To Install python3-pyatspi on Rocky Linux 8
Introduction
In this tutorial we learn how to install python3-pyatspi on Rocky Linux 8.
What is python3-pyatspi
at-spi allows assistive technologies to access GTK-based applications. Essentially it exposes the internals of applications for automation, so tools such as screen readers, magnifiers, or even scripting interfaces can query and interact with GUI controls. This package includes a python3 client library for at-spi.
We can use yum or dnf to install python3-pyatspi on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install python3-pyatspi.
Install python3-pyatspi on Rocky Linux 8 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install python3-pyatspi using dnf by running the following command:
sudo dnf -y install python3-pyatspi
Install python3-pyatspi on Rocky Linux 8 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install python3-pyatspi using yum by running the following command:
sudo yum -y install python3-pyatspi
How To Uninstall python3-pyatspi on Rocky Linux 8
To uninstall only the python3-pyatspi package we can use the following command:
sudo dnf remove python3-pyatspi
python3-pyatspi Package Contents on Rocky Linux 8
/usr/lib/python3.6/site-packages/pyatspi
/usr/lib/python3.6/site-packages/pyatspi/Accessibility.py
/usr/lib/python3.6/site-packages/pyatspi/__init__.py
/usr/lib/python3.6/site-packages/pyatspi/__pycache__
/usr/lib/python3.6/site-packages/pyatspi/__pycache__/Accessibility.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyatspi/__pycache__/Accessibility.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyatspi/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyatspi/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyatspi/__pycache__/action.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyatspi/__pycache__/action.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyatspi/__pycache__/appevent.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyatspi/__pycache__/appevent.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyatspi/__pycache__/application.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyatspi/__pycache__/application.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyatspi/__pycache__/atspienum.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyatspi/__pycache__/atspienum.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyatspi/__pycache__/collection.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyatspi/__pycache__/collection.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyatspi/__pycache__/component.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyatspi/__pycache__/component.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyatspi/__pycache__/constants.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyatspi/__pycache__/constants.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyatspi/__pycache__/deviceevent.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyatspi/__pycache__/deviceevent.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyatspi/__pycache__/document.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyatspi/__pycache__/document.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyatspi/__pycache__/editabletext.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyatspi/__pycache__/editabletext.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyatspi/__pycache__/hypertext.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyatspi/__pycache__/hypertext.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyatspi/__pycache__/image.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyatspi/__pycache__/image.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyatspi/__pycache__/interface.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyatspi/__pycache__/interface.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyatspi/__pycache__/registry.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyatspi/__pycache__/registry.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyatspi/__pycache__/role.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyatspi/__pycache__/role.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyatspi/__pycache__/selection.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyatspi/__pycache__/selection.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyatspi/__pycache__/state.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyatspi/__pycache__/state.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyatspi/__pycache__/table.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyatspi/__pycache__/table.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyatspi/__pycache__/tablecell.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyatspi/__pycache__/tablecell.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyatspi/__pycache__/text.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyatspi/__pycache__/text.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyatspi/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyatspi/__pycache__/utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyatspi/__pycache__/value.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyatspi/__pycache__/value.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyatspi/action.py
/usr/lib/python3.6/site-packages/pyatspi/appevent.py
/usr/lib/python3.6/site-packages/pyatspi/application.py
/usr/lib/python3.6/site-packages/pyatspi/atspienum.py
/usr/lib/python3.6/site-packages/pyatspi/collection.py
/usr/lib/python3.6/site-packages/pyatspi/component.py
/usr/lib/python3.6/site-packages/pyatspi/constants.py
/usr/lib/python3.6/site-packages/pyatspi/deviceevent.py
/usr/lib/python3.6/site-packages/pyatspi/document.py
/usr/lib/python3.6/site-packages/pyatspi/editabletext.py
/usr/lib/python3.6/site-packages/pyatspi/hypertext.py
/usr/lib/python3.6/site-packages/pyatspi/image.py
/usr/lib/python3.6/site-packages/pyatspi/interface.py
/usr/lib/python3.6/site-packages/pyatspi/registry.py
/usr/lib/python3.6/site-packages/pyatspi/role.py
/usr/lib/python3.6/site-packages/pyatspi/selection.py
/usr/lib/python3.6/site-packages/pyatspi/state.py
/usr/lib/python3.6/site-packages/pyatspi/table.py
/usr/lib/python3.6/site-packages/pyatspi/tablecell.py
/usr/lib/python3.6/site-packages/pyatspi/text.py
/usr/lib/python3.6/site-packages/pyatspi/utils.py
/usr/lib/python3.6/site-packages/pyatspi/value.py
/usr/share/doc/python3-pyatspi
/usr/share/doc/python3-pyatspi/AUTHORS
/usr/share/doc/python3-pyatspi/README
/usr/share/doc/python3-pyatspi/magFocusTracker.py
/usr/share/licenses/python3-pyatspi
/usr/share/licenses/python3-pyatspi/COPYING
/usr/share/licenses/python3-pyatspi/COPYING.GPL
References
Summary
In this tutorial we learn how to install python3-pyatspi on Rocky Linux 8 using yum and dnf.