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
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.
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!
Code-tags --- Boot-Repair --- Grub2 wiki & Grub2 Basics --- RootSudo --- Wireless-Info --- SolvedThreads --- System-Info-Script
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.
What are you trying to install? Becuase Tor is a project, not a software. What problem are you trying to solve by installing it?
Originally Posted by snudgeo 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?
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?
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.
In terminal (say Qterminal or any other bash terminal) type Code: ~/Downloads or (same thing, your home) Code: /HOME/Downloads
~/Downloads
/HOME/Downloads
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
Ubuntu Forums Code of Conduct