LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-11-2004, 04:55 PM   #1
Snerkel
Member
 
Registered: Jul 2004
Location: England
Distribution: 1 Gentoo 2005.0 system(desktop), 1 hardened-gentoo SeLinux stage1 server ;)
Posts: 262

Rep: Reputation: 30
the wish command


Hi, can anyone help me ?

i am trying to get he wish command, at the monent for Amsn but i need it for more things aswell. i have installed the rpm packages for tcl and tk, also i have run
Code:
rpm -ql <tk> | grep wish
but no luck .
does anyone know how to sort this ? i have got it collectly installed once before but i really cant remeber how to do it!

Thanks in advance, Ben
 
Old 09-11-2004, 05:13 PM   #2
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
try
rpm -ql `rpm -qa | grep -i tk` | grep wish


Cheers,
Tink
 
Old 09-11-2004, 09:00 PM   #3
Snerkel
Member
 
Registered: Jul 2004
Location: England
Distribution: 1 Gentoo 2005.0 system(desktop), 1 hardened-gentoo SeLinux stage1 server ;)
Posts: 262

Original Poster
Rep: Reputation: 30
im still getting this error,

Code:
[root@myroom ben]# rpm -ql `rpm -qa | grep -i tk` | grep wish
[root@myroom ben]# ./applications/msn/amsn
/usr/bin/env: wish: No such file or directory
 
Old 09-11-2004, 11:10 PM   #4
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
You can get the wish package for red hat 9 at http://wish.sourceforge.net

Or you could try
rpm -qa | grep -e X10 -e x10
 
Old 09-13-2004, 09:12 AM   #5
Snerkel
Member
 
Registered: Jul 2004
Location: England
Distribution: 1 Gentoo 2005.0 system(desktop), 1 hardened-gentoo SeLinux stage1 server ;)
Posts: 262

Original Poster
Rep: Reputation: 30
thats really confusing, do i have to do all that ? i was reading the page and theres nothing on there to do with what im looking for (except "aka progect WiSH")

this is my current need for "wish"
Code:
[ben@myroom ben]$ ./applications/msn/amsn
/usr/bin/env: wish: No such file or directory
[ben@myroom ben]$
can anyone help ?
 
Old 09-13-2004, 10:11 AM   #6
madluther
Member
 
Registered: Aug 2004
Distribution: LFS
Posts: 350

Rep: Reputation: 31
I think the wish command your looking for is part of the TCL/TK gui tool sets, specifically, wish is part of TK.

HTH

Mad.
 
Old 09-13-2004, 02:46 PM   #7
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Quote:
Originally posted by madluther
I think the wish command your looking for is part of the TCL/TK gui tool sets, specifically, wish is part of TK.

HTH

Mad.
If you look at his rpm query in the original
post you'll probably find that he's aware
of that ;)

The problem is that it doesn't seem to be installed.
CODE][root@myroom ben]# rpm -ql `rpm -qa | grep -i tk` | grep wish
[root@myroom ben]# ./applications/msn/amsn[/CODE]
If it were, he'd had it returned with my
modified query.



Cheers,
Tink[

Last edited by Tinkster; 09-13-2004 at 02:48 PM.
 
Old 09-13-2004, 02:55 PM   #8
Snerkel
Member
 
Registered: Jul 2004
Location: England
Distribution: 1 Gentoo 2005.0 system(desktop), 1 hardened-gentoo SeLinux stage1 server ;)
Posts: 262

Original Poster
Rep: Reputation: 30
Lol, tink you got it in one . i have already installed the rpms for TCL and TK.
The 2 package names are:
tcl-8.4.5-7.src.rpm
and
tk-8.4.5-8.src.rpm.

installing these packages have not had any effect. can anyone advise me on any other methods?
thank you very much.

Quote:
I think the wish command your looking for is part of the TCL/TK gui tool sets, specifically, wish is part of TK.

HTH

Mad.
I know that wish is part of TK but after installing "tk-8.4.5-8.src.rpm" i do not have the wish ability.

Last edited by Snerkel; 09-13-2004 at 02:59 PM.
 
Old 09-13-2004, 05:06 PM   #9
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
How did you install those two
rpms mate? They are SOURCE rpms,
thus a simple rpm -i won't do you any
good ...


Cheers,
Tink
 
Old 09-13-2004, 05:24 PM   #10
Snerkel
Member
 
Registered: Jul 2004
Location: England
Distribution: 1 Gentoo 2005.0 system(desktop), 1 hardened-gentoo SeLinux stage1 server ;)
Posts: 262

Original Poster
Rep: Reputation: 30
yeh i wondered about what to do with source rpms, what should i do with them? i did "rpm -Uhv" which is what i run all rpms with. i have sorted the problem now anyway, i downloaded new copys of tcl & tk uninstalled the previous ones and installed the fresh ones and then ran "rpm -ql <tk> | grep wish". could you please let me know what to do with the ".src.rpm" files because i think that was my problem before.
Thanks people, Ben
 
Old 09-23-2004, 03:45 PM   #11
rocco_16v
LQ Newbie
 
Registered: Sep 2004
Posts: 1

Rep: Reputation: 0
Talking

Install the rpm: tclx-8.4.5-7.i386.rpm RH9 disc-3 and youll get wish. Worked for me :-)
 
Old 09-28-2004, 01:32 PM   #12
BBB
Member
 
Registered: Aug 2004
Location: sweden
Distribution: Slackware 10.2 and Win2k
Posts: 127

Rep: Reputation: 15
/yum install amsn
/yum install tcl
/yum install tk
/rpm -ivh <amsn rpm>
/amsn

enjoy
 
Old 09-29-2004, 03:30 AM   #13
Snerkel
Member
 
Registered: Jul 2004
Location: England
Distribution: 1 Gentoo 2005.0 system(desktop), 1 hardened-gentoo SeLinux stage1 server ;)
Posts: 262

Original Poster
Rep: Reputation: 30
this problem has been fixed, thanks for any help but it is now unneeded
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Is there a single command to list all hardware installed (command line)? davee Linux - Hardware 6 02-28-2009 07:19 PM
Require Linux/Perl equivalent command for windows Command alix123 Programming 7 08-19-2005 02:23 AM
Key stroke/command to shut down x and go into the command prompt screen? Fear58 Linux - General 1 07-14-2004 07:14 PM
Command to display whole filestructure hierarchy f/ command line? mjewell Linux - Newbie 10 01-19-2004 10:48 AM
Where is Command line utility for Cups and command tutorial mossy Linux - Software 8 01-16-2004 12:24 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:36 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration