How to Install TCSH package in Ubuntu 11?


 
Thread Tools Search this Thread
Operating Systems Linux Ubuntu How to Install TCSH package in Ubuntu 11?
# 1  
Old 07-31-2011
How to Install TCSH package in Ubuntu 11?

I am trying to install tcsh package in ubuntu 11
When i tried to invoke the tcsh,i was prompted to contact administrator to install tcsh package.
Since i am also the admin on my system its my job to install tcsh Smilie

I have downloaded tcsh package named "tcsh-6.17.00.tar", since i don not have online access with my laptop.. i will have to learn how to install tcsh offline.

please advice how to?
# 2  
Old 07-31-2011
But why? Smilie
you can try the usual actions:
Code:
tar -xf tcsh-6.17.00.tar
cd tcsh-6.17.00
./configure
make
sudo make install

But tcsh is an old package and maybe you will need some twiks.
Another way - you can download deb package from http://packages.debian.org/wheezy/i386/tcsh/download and
Code:
sudo dpkg -i tcsh_6.17.02-4_i386.deb


Last edited by yazu; 07-31-2011 at 03:33 AM..
This User Gave Thanks to yazu For This Post:
# 3  
Old 07-31-2011
I am new in to shells,as an intern my work is mainly on c shell.
I wish there was an universal shell which can interpret all shells Smilie
anyway, thanks for the answers, let me try.

---------- Post updated at 05:16 PM ---------- Previous update was at 04:54 PM ----------

Also, i need to run these commands in the directory where i am keeping the tcsh package?

and./configure return an error: command not supported Smilie
# 4  
Old 07-31-2011
Quote:
and./configure return an error: command not supported
I've just checked. It's works fine for me but I'm afraid you need a few development packages to compile it. The best way to download the deb package. Anyway you should download something and deb package is the smallest and easiest variant.
# 5  
Old 07-31-2011
Its working now, I have installed the tcsh package. Just one doubt.
the awk command is not available. Is that normal.

I tried checking awk --help, but its an invalid syntax for my system.
# 6  
Old 07-31-2011
how to installtcsh package

I think there is something error on that Tcsh package. Try to install it again if ever it gonna happen again i think you should install another one...
# 7  
Old 08-01-2011
Quote:
Originally Posted by yazu
But why? Smilie

Code:
tar -xf tcsh-6.17.00.tar
cd tcsh-6.17.00
./configure
make
sudo make install

This particular command doesn't work properly... after i enter "sudo make install"
after a while the process is stuck and i get error.

Your second method works, but I can't find the "awk" in the installed package.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

How to install older package version on Ubuntu 18.04?

Hello, I'm running Ubuntu 18.04 and I would like to install libboost-python version 1.46. Currently I have installed version 1.65: wakatana@local-machine:~$ dpkg -l | grep libboost-python ii libboost-python-dev 1.65.1.0ubuntu1 amd64 ... (1 Reply)
Discussion started by: wakatana
1 Replies

2. Ubuntu

Re-install Ubuntu 14.04 from system with Ubuntu on it

I need to re-install ubuntu on a system with ubuntu 14.04 already installed. I have the cd but can not seem to boot from it or find the installer. Is there a way to re-install from the command line or how do I do a fresh re-install? Thank you :) ---------- Post updated at 10:13 AM... (2 Replies)
Discussion started by: cmccabe
2 Replies

3. Ubuntu

Upgrade a package on Ubuntu

Hi, I want to upgrade a package to a specified version on Ubuntu, can you please shed some light? I know we can do it with but jere i want to upgrade the package to a specified version. Can someone please assist? Thanks (1 Reply)
Discussion started by: prash358
1 Replies

4. UNIX for Dummies Questions & Answers

Find files associated with a package using Ubuntu

Stupid question of the day. How can I find a file that is associated with a package installed on my Ubuntu 12.04 desktop. More clarification, so if I: lsof -p 11399 java 11399 davider mem REG 8,6 438211 265067 /usr/lib/java/jre1.7.0_07/lib/i386/libt2k.so How can I... (4 Replies)
Discussion started by: metallica1973
4 Replies

5. UNIX for Dummies Questions & Answers

ubuntu 10.10 quilt package

Hello, i try to install quilt package on ubuntu 10.10 : apt-get install quilt but i have this error: Reading package lists... Done Building dependency tree Reading state information... Done Package quilt is not available, but is referred to by another package. This may mean... (1 Reply)
Discussion started by: chercheur857
1 Replies

6. UNIX for Dummies Questions & Answers

Can't install rpm package with --prefix in new path.Error: package is not relocatable

Hello, i have downloaded an rpm package "hadoop-0.20.205.0-1.amd64.rpm" in /usr/local/ directory. I'm trying to install the rpm package in a new path/location (/usr/local/hadoop-0.20.205), but i can't. I did: 1st try: Didn't work sudo rpm -i --prefix=/usr/local/hadoop-0.20.205... (1 Reply)
Discussion started by: g_p
1 Replies

7. Linux

How install a new package without remove old package?

Dear all, I would like to install a new version of package without remove old version on Centos and vice versa. Please give me advice! thanks much, (2 Replies)
Discussion started by: all4cfa
2 Replies

8. HP-UX

Install tcsh on HP-UX 11.31 itanium

I have 2 servers , both are HP-UX specifications as follows : (1) HP-UX adroit B.10.20 A 9000/785 2013264127 one-user license (2) HP-UX xen B.11.31 U ia64 2662515494 one-user license First one has tcsh installed adroit:/home/seo/hitendra 22 ] which tcsh /usr/bin/tcsh But the... (1 Reply)
Discussion started by: hiten.r.chauhan
1 Replies

9. Ubuntu

unable to install package on Ubuntu

Hi all, I am working on Ubuntu 7.10 and I want to install libssl-dev_0.9.8a-7ubuntu0.13_i386.deb. So tryied it with apt-get command but getting the following error-- Then I downloaded .deb file and attempt to install it with package installer but again unable to install it and getting the... (3 Replies)
Discussion started by: smartgupta
3 Replies

10. UNIX for Dummies Questions & Answers

Would like to install x86 desktop Ubuntu over AMD64 Ubuntu server

My intention was to build a dual boot XP Pro 64 and Ubuntu media server. I had installed the AMD64 version of Ubuntu 8.10 server and thought that I would be able to install Apache server. I need a GUI to work in. I tried to boot and install Mythbuntu 32 bit 8.10, but my machine now won't recognize... (0 Replies)
Discussion started by: docflyboy
0 Replies
Login or Register to Ask a Question