How do you install this from terminal?

Asked by Zband

Is this version good for Ubuntu 13.04 x64bit edition? (I am using Ubuntu 13.04 x64 bit w-Nautilus 3.4.2)
What command are you using to install this from terminal?

I've tried multiple ways of installing this using the install.sh provided and terminal won't recognize it.

sudo sh install.sh I GET - install.sh: 86: install.sh: Syntax error: redirection unexpected
sudo install.sh I GET - sudo: install.sh: command not found
sh install.sh I GET - install.sh: 86: install.sh: Syntax error: redirection unexpected

I've tried these and a variety of other command variation for this package and none seem to work.

Your help would be greatly appreciated.

Question information

Language:
English Edit question
Status:
Solved
For:
Nautilus Terminal Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Fabien LOISON (flozz) said :
#1

Hello,

Yes, it should works with your Ubuntu version.

---

For installing it from the terminal, the command is:

    sudo bash install.sh --install

(you should use 'bash', not 'sh')

---

you can alternatively use the ppa :

    sudo apt-add-repository ppa:flozz/flozz
    sudo apt-get update
    sudo apt-get install nautilus-terminal

Regards,

Revision history for this message
Zband (geleex) said :
#2

I tried a lot of times to use the ppa:flozz/flozz and I could not get the
updates from the ppa after doing sudo apt-get update. It just wouldn't
work. I fixed the problem by opening your install.sh and looking at the
terminal commands to see where the app was placing the parts of the app and
manually installed it. It works fine now. I manually copied and pasted
the parts where they were needed, making the folders as needed. Thank you
for the update on the terminal command. I was not aware of the proper
command from terminal, this is why I asked you. Might I suggest that you
add the instructions that you sent me to your Readme file. I'm new to
linux and this might help others who are not aware of using 'bash' instead
of 'sh'.

Thank you for responding in a timely manner.
Kind Regards,

Scott Lynn

On Fri, Jun 28, 2013 at 6:46 AM, Fabien LOISON <
<email address hidden>> wrote:

> Your question #231429 on Nautilus Terminal changed:
> https://answers.launchpad.net/nautilus-terminal/+question/231429
>
> Status: Open => Answered
>
> Fabien LOISON proposed the following answer:
> Hello,
>
> Yes, it should works with your Ubuntu version.
>
> ---
>
> For installing it from the terminal, the command is:
>
> sudo bash install.sh --install
>
> (you should use 'bash', not 'sh')
>
> ---
>
> you can alternatively use the ppa :
>
> sudo apt-add-repository ppa:flozz/flozz
> sudo apt-get update
> sudo apt-get install nautilus-terminal
>
>
> Regards,
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
>
> https://answers.launchpad.net/nautilus-terminal/+question/231429/+confirm?answer_id=0
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/nautilus-terminal/+question/231429
>
> You received this question notification because you asked the question.
>

Revision history for this message
Fabien LOISON (flozz) said :
#3

> Might I suggest that you add the instructions that you sent
> me to your Readme file. I'm new to linux and this might help
> others who are not aware of using 'bash' instead of 'sh'.

That's true that the install informations are missing from the README file. I'll add them the next time i'll work on that project :)

Regards,

Revision history for this message
Zband (geleex) said :
#4

  I may have found a way to do things differently but I like having the
proper way of doing it the way you mentioned to me about using bash. I am
a power user (from Windows that's very familiar with using command line or
terminal in linux terms) but I am new to linux so I don't know all of the
commands and tricks, so your correcting me about not using sh is something
that I will log also. I keep linux documents from the programmers on my
system for this very purpose.
I want you to know that I really appreciate your help and getting back to
me so quickly.

Kind Regards,

Scott Lynn

On Sat, Jun 29, 2013 at 6:56 AM, Fabien LOISON <
<email address hidden>> wrote:

> Your question #231429 on Nautilus Terminal changed:
> https://answers.launchpad.net/nautilus-terminal/+question/231429
>
> Status: Open => Solved
>
> Fabien LOISON changed the question status:
> > Might I suggest that you add the instructions that you sent
> > me to your Readme file. I'm new to linux and this might help
> > others who are not aware of using 'bash' instead of 'sh'.
>
> That's true that the install informations are missing from the README
> file. I'll add them the next time i'll work on that project :)
>
> Regards,
>
> --
> You received this question notification because you asked the question.
>