Click to See Complete Forum and Search --> : [SOLVED] "program" needs tclsh and wish, how do I install them?


cahaz
12-13-2004, 08:10 PM
hi,

im new to linux since a week , and i try to install a progam wich need :
/usr/bin/tclsh ,and
/usr/bin/wish.
:confused:

don't know how to have it (or create it) since im totally new to linux, you help would be very apreciated.


from someone who try to make the windows/linux switch,


cahaz. :)

gehidore
12-13-2004, 09:03 PM
Please do no use "help!" in a title of a post.

Things we need:

A) Distro
B) Program you're trying to install
C) what user are you on this box when you try to install?

serz
12-13-2004, 09:08 PM
What the program is asking for comes in the "tcl" package.

cahaz
12-13-2004, 09:33 PM
sorry, so im on mandrake 10.1 community powerpack. im trying to install amsn-0.90-1.i386.rpm and im root when i try to install it.

here's every comand i done:

cd /home/central/ amsn-0.90-1.i386.rpm

su root

rpm -ivv amsn-0.90-1.i386.rpm

after some text , here's what i get:

error:dependance needed:
/usr/bin/tclsh is necesary for amsn-0.90-1
/usr/bin/wish is necesary for amsn-0.90-1

what are those tclsh and wish? where i can find them ? or how can i create them?


thx in advance.

and soory for the mistakes i made

gehidore
12-13-2004, 10:42 PM
search on rpmfind.net for:
tclsh
wish

serz
12-13-2004, 11:55 PM
http://mirrors.usc.edu/pub/yum-repository/mandrake/10.0/i586/RPMS/tcl-8.4.5-3mdk.i586.rpm
http://mirrors.usc.edu/pub/yum-repository/mandrake/10.0/i586/RPMS/tk-8.4.5-3mdk.i586.rpm

Install those.

cahaz
12-14-2004, 09:01 PM
worked , thx alot! :D