Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Bash

  1. #1
    Join Date
    Dec 2013
    Beans
    14

    Bash

    I am new to linux, but am persevering as best I can. I am up and running with Ubuntu 22.04 and all of the basic programmes I need and have installed various software with hardly any problems. However, I am now trying to install TOR, which I downloaded from the official Tor project site. I am using terminal, by following instructions on a website which seems to know its stuff.
    Unfortunately, when I have typed the necessary command, I get the word 'bash' appearing as the first word on the next line and my installation does not proceed. I have no idea what bash is and I have never experienced this before.

    Would someone kindly explain what I should do to effect my install.

    Thanks

  2. #2
    Join Date
    Apr 2007
    Beans
    3,142
    Distro
    Ubuntu

    Re: Bash

    What is the "necessary command"? If you expect help, be helpful to those who may want to help and at least point to the precise procedure you try to follow, and precisely indicate after which "necessary command" you get the output "bash". At least then, we may be able to see what is wrong, or explain what happens.

  3. #3
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 24.04 Noble Numbat

    Re: Bash

    And what was that "website that seems to know its stuff"?

    Tell us exactly what commands you have used so far or we are just guessing!

  4. #4
    Join Date
    Nov 2007
    Location
    London, England
    Beans
    7,739

    Re: Bash

    FYI, bash is a command interpreter, roughly equivalent to Windows cmd or powershell.
    It would be good if you can copy/paste both the command you are typing and the response into a post here.
    Use the advanced edit mode and use the # button at the top to put code tags round the copied text to retain indentation, spaces etc.

  5. #5
    Join Date
    Jun 2024
    Beans
    6

    Re: Bash

    What are you trying to install? Becuase Tor is a project, not a software.
    What problem are you trying to solve by installing it?

  6. #6
    currentshaft is offline Oops! My Coffee Cup is empty.
    Join Date
    May 2024
    Beans
    Hidden!

    Re: Bash

    Quote Originally Posted by snudgeo View Post
    I am new to linux, but am persevering as best I can. I am up and running with Ubuntu 22.04 and all of the basic programmes I need and have installed various software with hardly any problems. However, I am now trying to install TOR, which I downloaded from the official Tor project site. I am using terminal, by following instructions on a website which seems to know its stuff.
    Unfortunately, when I have typed the necessary command, I get the word 'bash' appearing as the first word on the next line and my installation does not proceed. I have no idea what bash is and I have never experienced this before.

    Would someone kindly explain what I should do to effect my install.

    Thanks
    Copy and paste what you see here. How else would anyone possibly know what you're talking about?

  7. #7
    Join Date
    Dec 2013
    Beans
    14

    Re: Bash

    I am following instructions in this video: https://www.youtube.com/watch?v=wxOk7gYt_dY
    The download is OK and presently in my downloads folder. However, when I try to execute the command cd downloads/ this appears bash: cd: downloads/: No such file or directory
    I can't get any further than that. The instructions in the vid are simple and clear enough, even for me, but what to do now?

  8. #8
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,827
    Distro
    Ubuntu

    Re: Bash

    Should be Downloads with a capital D.
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

  9. #9
    Join Date
    Mar 2011
    Location
    U.K.
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Bash

    In terminal (say Qterminal or any other bash terminal) type

    Code:
    ~/Downloads
    or (same thing, your home)

    Code:
    /HOME/Downloads

  10. #10
    Join Date
    Jun 2014
    Beans
    7,637

    Re: Bash

    presently in my downloads folder. However, when I try to execute the command cd downloads
    I haven't looked at the video yet but I would tend not to trust something like a youtube video for something like installing TOR. Did you not go to the TOR site and follow the simple instructions there. The instructions appear to be using some version of Ubuntu.

    https://tb-manual.torproject.org/installation/

    If you are already 'in' your Downloads folder why would you need to cd (change directory) to downloads? As pointed out, in these circumstances case sensitivity applies so if yo type in downloads and the correct directory name is Downloads you would expect to get the error you got.

    If you have no idea what bash is you need to do a lot of reading/research.

    Edit: I just watched most of the video and it does correctly show Downloads and not downloads so you need to understand some basics or you will continue to create problems for yourself. You might download the pdf from the Ubuntu site below or bookmark the line as it is the Ubuntu Desktop User Guide and should be very useful for someone new.

    https://help.ubuntu.com/
    Last edited by yancek; July 20th, 2024 at 02:17 PM. Reason: add link

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •