How to Install and Uninstall python3-aexpect Package on openSUSE Leap

Last updated: June 24,2024

1. Install "python3-aexpect" package

Learn how to install python3-aexpect on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-aexpect

2. Uninstall "python3-aexpect" package

Please follow the guidelines below to uninstall python3-aexpect on openSUSE Leap:

$ sudo zypper remove python3-aexpect

3. Information about the python3-aexpect package on openSUSE Leap

Information for package python3-aexpect:
----------------------------------------
Repository : Main Repository
Name : python3-aexpect
Version : 1.5.1-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 226.1 KiB
Installed : No
Status : not installed
Source package : python-aexpect-1.5.1-bp155.2.12.src
Upstream URL : http://avocado-framework.readthedocs.org/
Summary : Python library to control interactive applications
Description :
Aexpect is a Python library used to control interactive applications, very
similar to pexpect. It can be used to control applications such as ssh, scp
sftp, telnet, among others.