Hi Hassath,
Many thanks for your kind and very clearly worded explanation. I think I
understood everything you wrote.

But I got stuck on the very first step. Because I went to the website,
right-clicked on Bolnagri-in tarball (137KB), and chose 'Save link as',
then selected my home directory ("Swarup"). Then I clicked on "save",
and the download window opened and said it had finished the download. I
looked in my home-Swarup directory, but did not see anything there that
looked like it. Anyhow, I thought perhaps either I just didn't know what
it should look like, or perhaps for some reason it is a 'hidden' file.
So I opened a terminal window, and typed cd /home/swarup. Then I typed
tar zxvf bolnagri-in.tgz. It said there is "no such file or directory".
Here below I am pasting the terminal window printout. Please let me know
what I should do next. 
Many thanks, Swarup


Here is the terminal window printout:

[EMAIL PROTECTED]:~$ cd /home/swarup
[EMAIL PROTECTED]:~$ tar zxvf bolnagri-in.tgz
tar: bolnagri-in.tgz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
[EMAIL PROTECTED]:~$ cd /home/swarup
[EMAIL PROTECTED]:~$ 
[EMAIL PROTECTED]:~$ 
[EMAIL PROTECTED]:~$ tar zxvf bolnagri-in.tgz
tar: bolnagri-in.tgz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
[EMAIL PROTECTED]:~$ cd /home/swarup
[EMAIL PROTECTED]:~$ tar zxvf bolnagri-in.tgz
tar: bolnagri-in.tgz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors




On Sat, 2007-07-14 at 08:14 +0530, wrote:
> Hi Swarup.
> 
> On 7/14/07, Dinbandhu <[EMAIL PROTECTED]> wrote:
> > I went to the site referenced below, to install Bolnagri-in.
> >
> > > http://www.indlinux.org.in/wiki/index.php/BolNagri
> 
> Under the download section, there are three links. You need to decide
> which is the package you need for your system. You're assuming you
> need Bolnagiri-in, which is correct, as far as I can see.
> 
> > The following install instructions are a little sparse on explanation
> > for a new linux user like me:
> >
> > Bolnagri-in
> >
> 
> True. It's very rare to find documentation which is really helpful for
> a newbie.
> Anyway, the first step is to right click on the 'Bolnagiri-in
> tarball', and then click on 'Save link as' option. This basically
> downloads the tarball package onto your machine. You can choose which
> directory to save this tarball at this stage.
> 
> >      1. tar zxvf bolnagri-in.tgz
> 
> (This command is to uncompress the tarball.)
> You need to open a command line terminal.
> Where have you saved the tarball? You need to be in that directory.
> Suppose you have saved it in your home. Then you'll have to do, from a
> command line, 'cd /home/swarup'.
> (The command cd stands for 'change directory'.)
> Once you have changed to the directory which contains the tarball,
> then give the command given in step 1 on the website, i.e. 'tar zxvf
> bolnagri-in.tgz'.
> Wait till it has finished untarring, i.e. till it comes back to the prompt.
> It would have created a directory called 'bolnagri-in'.
> 
> >      2. cd bolnagri-in
> 
> As you've guessed by now, this command asks you to change directory again.
> Just type 'cd bolnagri-in' and you'll be in the directory needed.
> 
> >      3. ./install.sh
> Then type 'sudo ./install.sh'. This basically means that there is a
> script called install.sh in this directory bolnagri-in. Typing the
> command will run the script (as root, because of the sudo part), and
> presumably, install bolnagri onto your system.
> 
> > Could you please tell me in plain English what I have to do
> > to  install bolnagri-in in Ubuntu 7.04.
> 
> I hope I've been able to do that. ;-) Do feel free to ask if there's
> anything unclear.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
linux-india-help mailing list
linux-india-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to