Tk missiing for Ubuntu

Asked by David Caldarelli

Can't locate Tk.pm in @INC

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu perl-tk Edit question
Assignee:
No assignee Edit question
Solved by:
Mark Rijckenberg
Solved:
Last query:
Last reply:
Revision history for this message
michael (yellupcm-gmail) said :
#1

Have you looked at this site? Some information there. Don't know if it will be what you need.

http://www.linuxquestions.org/questions/linux-newbie-8/cant-locate-tk-pm-in-@inc-843702/

Revision history for this message
Best Mark Rijckenberg (markrijckenberg) said :
#2

Try running these commands:

sudo apt-get update

sudo apt-get install perl-tk

Then retest.

Revision history for this message
David Caldarelli (david-caldarelli) said :
#3

Thanks Mark Rijckenberg, that solved my question.