This package browser is in early development. Mind the rough edges.

expect 5.45.4

Tool for automating interactive applications

Expect is a tool for automating interactive applications such as telnet, ftp, passwd, fsck, rlogin, tip, etc. Expect really makes this stuff trivial. Expect is also useful for testing these same applications. And by adding Tk, you can wrap interactive applications in X11 GUIs.

Installation

Install expect 5.45.4 as follows:

guix install expect@5.45.4

Or install the latest version:

guix install expect

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.