I just installed the expect package (which is supposed to contain autoexpect).
When I run autoexpect
, I get this error:
can't find package Expect
while executing
"package require Expect"
(file "/usr/bin/autoexpect" line 6)
Has anyone experienced else this problem? Were you able to get in running?
expect
according to this page: https://ubuntu.pkgs.org/20.04/ubuntu-universe-arm64/expect_5.45.4-2build1_arm64.deb.html depends ontcl-expect
which provides the missing module. Maybe somehow you installedexpect
without its dependencies? – raj May 19 '21 at 21:21