Topic: KORN tcsh shell install

I'm doing some training exercises that require the Korn and tsh shells but I do not believe they are currently installed on my system.  I can not find any information on how to install them.

Re: KORN tcsh shell install

Try this:

sudo apt-get update
sudo apt-get install ksh tcsh
Note: ** Please read before posting **

BTW if you wish to contact me, send me an e-mail instead of a PM.

Re: KORN tcsh shell install

That worked Thanks, I tried the apt-get part but I forgot the "install" part.:rolleyes: