Thursday, October 22, 2009

Install TC Expect on Ubuntu

I have an Ubuntu machine, and want to install Expect on this machine using apt-get.
However, the current version of TCL doesn't have Expect. Therefore, I have to remove tcl8.3 first prior to install expect

Here are the steps
# apt-get remove tcl8.3
# apt-get install tcl
# apt-get install expect

No comments: