2

I've tried the recommended method to install the TCSH shell in Ubuntu 14.04,

sudo apt-get install tcsh

but get the message:

Unable to locate package tcsh

Is there something else I need to download?

s3lph
  • 14,314
  • 11
  • 59
  • 82

1 Answers1

2

In my system:

[romano:~] % apt-cache policy tcsh 
tcsh:
  Installed: (none)
  Candidate: 6.18.01-2
  Version table:
     6.18.01-2 0
        500 http://archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages

...so you need to have "universe" enabled. You can check this by choosing "Software and Updates" in the dash and:

enter image description here

Rmano
  • 31,947