I want to make automation script like
- auto rpm installation
- long packages installation ( pkgs list with many question in the progress )
- auto answering on application installation questions
What is better for this task tcl or expect ?
what is uniq in tcl and better from expect?
Expect
is an extension ofTcl
. You can give a try with autoexpect. – Thracophrygianexpect
. Seeman pkgask
, for example (docs.oracle.com/cd/E23823_01/html/816-5166/pkgask-1m.html). – Polestar