Install python3-pyatspi
Installing python3-pyatspi package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install python3-pyatspi
python3-pyatspi package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | python3-pyatspi |
version | 2.18.0+dfsg-3 |
description | Assistive Technology Service Provider Interface – Python3 bindings |
subsection | python |
website | live.gnome.org / Accessibility |
maintainer | Debian Accessibility Team |
Uninstall python3-pyatspi
To remove just python3-pyatspi package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove python3-pyatspi
Uninstall python3-pyatspi and it’s dependent packages
To remove the python3-pyatspi package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove python3-pyatspi
Purging python3-pyatspi
If you also want to delete configuration and/or data files of python3-pyatspi from Debian Sid then this will work:
sudo apt-get purge python3-pyatspi
To delete configuration and/or data files of python3-pyatspi and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove python3-pyatspi