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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
07-25-2006, 02:48 PM
|
#1
|
LQ Newbie
Registered: Jul 2006
Posts: 12
Rep:
|
I can't install csh on my ubuntu system
Hy I am a novice in Linux I have only had Ubuntu for a couple of weeks now, and I was unable to install a C shell on it. It only has a Bourne shell(bash) and I couldn't install the csh. I downloaded the software from the net but I was unable to find a way of instaling it. If someone can give me precise instructions on how to accomplish it's instalation I would be most gratefull or if there's a certain site from which to download a different version of the C shell.
Thanks
|
|
|
07-25-2006, 03:09 PM
|
#2
|
Member
Registered: Aug 2005
Location: India, New Delhi
Distribution: Debian Etch, Ubuntu
Posts: 342
Rep:
|
why do you need the C-Shell??
|
|
|
07-25-2006, 03:27 PM
|
#3
|
Senior Member
Registered: Apr 2004
Location: Baton Rouge, Louisiana, USA
Distribution: Debian Stable
Posts: 2,546
|
Try this:
sudo apt-get install csh
This command will use Ubuntu's package management system to download/install csh from Ubuntu's standard software repositories.
BTW, bash is NOT the Bourne shell. The Bourne shell is simply "sh". "bash" is more or less Bourne shell compatable, but with extensions.
Similarly, I think there's a "tcsh" shell which is an enhanced version of "csh". I haven't used it.
Now, I haven't used "csh" in over a decade and have never used it at all in Linux. Bash has all the power I'd ever need; I figured it was easier to just learn bash than to go through the trouble of installing csh.
Last edited by IsaacKuo; 07-25-2006 at 03:30 PM.
|
|
|
07-25-2006, 03:57 PM
|
#4
|
LQ Newbie
Registered: Jul 2006
Posts: 12
Original Poster
Rep:
|
I can't install csh on my ubuntu system(R)
thannks, but there is another problem i don't have direct acces to the internet from linux i only have a dial-ulp conection at home and i am not yet aware of how to set it up on linux yet if that is even possible so what i get from the inteernet i get in windows and then move it to linux.
So I kind of need the entire package... or instructions to install it
|
|
|
07-25-2006, 04:09 PM
|
#5
|
Senior Member
Registered: Apr 2004
Location: Baton Rouge, Louisiana, USA
Distribution: Debian Stable
Posts: 2,546
|
You could manually download the .deb packages from Ubuntu's software repositories directly, and install each package with:
sudo dpkg -i packagename.deb
Probably it will complain that it needs to install some other files to work. Which you'll have to install, and then try and get apt-get to resolve using:
sudo apt-get install -f
This is going to be a really painful process, possibly, but better than the alternatives.
|
|
|
07-25-2006, 04:25 PM
|
#6
|
LQ Newbie
Registered: Jul 2006
Posts: 12
Original Poster
Rep:
|
thanks i'll try that
|
|
|
All times are GMT -5. The time now is 05:55 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|