problem in installing a software

V

vansh

Guest
hello all,
i am trying to install mmtsb toolset, when i am executing ./intall (for instaling) it appears as follows:
bash: ./install.sh: /bin/csh: bad interpreter: No such file or directory

can anyone please suggest any solution for it
 


I would just try to install it. If it is already there and the latest version it will tell you.

Connect to the Internet, open a Terminal and issue the command: sudo apt-get install csh
 
hi thanks..for your reply..

i tried but it is showing as follows:

Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package csh
 
Odd. Are you conected to the Internet? Are you behind a Firewall?

Do you have Synaptic Package Manager or Software Center?
 
If you do a search in Software Center for csh what does it show?
 
Have you got the Universe repository installed?

Can you copy and paste a copy of your sources list please. Open a Terminal and issue the command: gksu gedit /etc/apt/sources.list
 
# deb cdrom:[Ubuntu 12.10 _Quantal Quetzal_ - Release amd64 (20121017.5)]/ quantal main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://in.archive.ubuntu.com/ubuntu/ quantal main restricted
deb-src http://in.archive.ubuntu.com/ubuntu/ quantal main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://in.archive.ubuntu.com/ubuntu/ quantal-updates main restricted
deb-src http://in.archive.ubuntu.com/ubuntu/ quantal-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://in.archive.ubuntu.com/ubuntu/ quantal universe
deb-src http://in.archive.ubuntu.com/ubuntu/ quantal universe
deb http://in.archive.ubuntu.com/ubuntu/ quantal-updates universe
deb-src http://in.archive.ubuntu.com/ubuntu/ quantal-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://in.archive.ubuntu.com/ubuntu/ quantal multiverse
deb-src http://in.archive.ubuntu.com/ubuntu/ quantal multiverse
deb http://in.archive.ubuntu.com/ubuntu/ quantal-updates multiverse
deb-src http://in.archive.ubuntu.com/ubuntu/ quantal-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://in.archive.ubuntu.com/ubuntu/ quantal-backports main restricted universe multiverse
deb-src http://in.archive.ubuntu.com/ubuntu/ quantal-backports main restricted universe multiverse

deb http://in.archive.ubuntu.com/ubuntu/ quantal-security main restricted
deb-src http://in.archive.ubuntu.com/ubuntu/ quantal-security main restricted
deb http://in.archive.ubuntu.com/ubuntu/ quantal-security universe
deb-src http://in.archive.ubuntu.com/ubuntu/ quantal-security universe
deb http://in.archive.ubuntu.com/ubuntu/ quantal-security multiverse
deb-src http://in.archive.ubuntu.com/ubuntu/ quantal-security multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu quantal partner
deb-src http://archive.canonical.com/ubuntu quantal partner

## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu quantal main
deb http://in.archive.ubuntu.com/ubuntu/ quantal-proposed restricted main multiverse universe
deb-src http://extras.ubuntu.com/ubuntu quantal main
 
It's a bit big and spread out. It could be stated more concisely, but it is mostly there. You might check out Ubuntu Source List Generator - http://repogen.simplylinux.ch/.

Unless you are a computer whizz and need the source code you could stop every line which begins deb-src. You can stop these lines by placing a # at the beginning of each line. e.g.
# deb-src http://in.archive.ubuntu.com/ubuntu/ quantal-security universe

Maybe as Rob suggests you should try a different repository.
 
can you please suggest me how to get into arepository or change a repository
 

Members online


Top