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

Last updated: November 23,2024

1. Install "python2-aexpect" package

Please follow the steps below to install python2-aexpect on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-aexpect

2. Uninstall "python2-aexpect" package

Learn how to uninstall python2-aexpect on openSUSE Leap:

$ sudo zypper remove python2-aexpect

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

Information for package python2-aexpect:
----------------------------------------
Repository : Main Repository
Name : python2-aexpect
Version : 1.5.1-bp153.1.16
Arch : noarch
Vendor : openSUSE
Installed Size : 231,7 KiB
Installed : No
Status : not installed
Source package : python-aexpect-1.5.1-bp153.1.16.src
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.