Page 1 of 1

Ubuntu 13.04 Installation Problems

Posted: Sun Jul 28, 2013 2:45 pm
by c2porter
I'm guessing that I'm not the only one with this problem, but I can't find any solutions or answers for my problem. Also, I'm pretty new to Linux and Ubuntu.

When I go to the indexing site and click on the download button, I'm directed to the URL:

https://indexing.familysearch.org/downl ... _3_18_3.sh

My screen shows a bunch of code. Nothing downloads or installs. In earlier versions of Ubuntu, I remember that I downloaded a file. Can anyone either help me fix the problem, or explain what's happening?

Re: Ubuntu 13.04 Installation Problems

Posted: Sun Jul 28, 2013 4:03 pm
by aebrown
A .sh file is simply a text file with commands in it. That's what you are seeing in your browser. So in one sense, the file did indeed download. But you want it to be saved as a file on your computer. One way would be to use your browser's Save As feature when you're looking at that file in your browser.

Another option is to right click on the link in your original post and choose Save Link As... or Save Contents As... or whatever your browser may call that option. That should initiate a more normal download.

Then you'll have to make sure the permissions are set correctly on your downloaded .sh file so that you can execute it.

Re: Ubuntu 13.04 Installation Problems

Posted: Mon Jul 29, 2013 11:09 am
by marianomarini
aebrown wrote:Then you'll have to make sure the permissions are set correctly on your downloaded .sh file so that you can execute it.
You can use graphical way, through "nautilus" or with a command line: chmod +x filename; where filename is the name of downloded .sh file.