0

I tried installing csh, but it throws me the error:

unable to locate package csh 

My Ubuntu version is 12.04.

heemayl
  • 91,753
Raj
  • 1

2 Answers2

1

csh and tcsh both are available in the universe repository in precise (Ubuntu 12.04).

You need to:

heemayl
  • 91,753
0

From Ubuntu, the package is Ubuntu universe repository.

See this answer at AskUbuntu to enable the universe repository.

Then, type in the following commands:

sudo apt-get update
sudo apt-get install csh
Raphael
  • 8,035