How to Install and Uninstall expect Package on openSUSE Leap

Last updated: April 30,2024

1. Install "expect" package

In this section, we are going to explain the necessary steps to install expect on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install expect

2. Uninstall "expect" package

Please follow the steps below to uninstall expect on openSUSE Leap:

$ sudo zypper remove expect

3. Information about the expect package on openSUSE Leap

Information for package expect:
-------------------------------
Repository : Main Repository
Name : expect
Version : 5.45.4-3.3.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 671.2 KiB
Installed : No
Status : not installed
Source package : expect-5.45.4-3.3.1.src
Upstream URL : http://expect.nist.gov
Summary : A Tool for Automating Interactive Programs
Description :
Expect is a tool primarily for automating interactive applications,
such as telnet, ftp, passwd, fsck, rlogin, tip, and more. Expect
really makes this stuff trivial. Expect is also useful for testing
these applications. It is described in many books, articles, papers,
and FAQs. There is an entire book on it available from O'Reilly.