How to Install and Uninstall python39-PyAutoGUI Package on openSuSE Tumbleweed

Last updated: May 03,2024

1. Install "python39-PyAutoGUI" package

In this section, we are going to explain the necessary steps to install python39-PyAutoGUI on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-PyAutoGUI

2. Uninstall "python39-PyAutoGUI" package

In this section, we are going to explain the necessary steps to uninstall python39-PyAutoGUI on openSuSE Tumbleweed:

$ sudo zypper remove python39-PyAutoGUI

3. Information about the python39-PyAutoGUI package on openSuSE Tumbleweed

Information for package python39-PyAutoGUI:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-PyAutoGUI
Version : 0.9.54-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 318.3 KiB
Installed : No
Status : not installed
Source package : python-PyAutoGUI-0.9.54-1.4.src
Upstream URL : https://github.com/asweigart/pyautogui
Summary : A Python module for GUI automation that can control the keyboard and mouse
Description :
PyAutoGUI is a GUI automation Python module. It can be used to
programmatically control the mouse and keyboard.