I was provided "indexing_unix.sh" as a download from familysearch.org.
I followed some instructions here and successfully installed indexing_unix.sh to ubuntu.
It didn't function.
I was provided "indexing_windows.exe" as a download from familysearch.org. to windows7.
I sneakernetted the .exe file to the linux machine and installed it without additional help. It works fine.
HOW DO I UNINSTALL "indexing_unix.sh" FROM THE LINUX MACHINE??? The file "uninstall" is not a command.
Thanks for the help cleaning the junk from my system.
fredo
Trouble installing Linux indexing application
-
- New Member
- Posts: 1
- Joined: Sat Apr 19, 2014 6:52 am
-
- Senior Member
- Posts: 619
- Joined: Sat Jan 19, 2008 3:13 am
- Location: Vicenza. Italy
Re: Trouble installing Linux indexing application
Simply remove the hidden directory FamilysearchIndexing.
-
- Member
- Posts: 185
- Joined: Sun Apr 01, 2012 1:58 pm
Re: Trouble installing Linux indexing application
Just so you all know, in Ubuntu 14.04 (on both 32 and 64 bit installations) the Windows version works fine through the Windows emulator, Wine. It honors your default web browser, too.
-
- New Member
- Posts: 2
- Joined: Mon Aug 12, 2013 9:17 pm
Re: Trouble installing Linux indexing application
32-bit applications will run on a 64-bit Operating system just fine as long as the 32-bit libraries needed are installed (64-bit applications will not work on a 32-bit OS). Here is what I did to get Family Search Indexing working on Debian Linux (Ubuntu will be similar).
Enable multi-arch support (https://wiki.debian.org/Multiarch/HOWTO)
1. As root, edit the apt sources and add "[arch=amd64,i386]" between 'deb' and the URL. `sudo nano /etc/apt/sources`. The line should look like "deb [arch=amd64,i386] http://mirrors.debian.org/debian wheezy main contrib non-free". Your line may be slightly different. Add the arch information to all lines that have deb and not the ones that have deb-src.
2. Tell Debian to use the i386 architecture. `sudo dpkg --add-architecture i386`
3. Update the package cache. `sudo apt-get update`
4. Install the needed packages for 32-bit operations. `sudo apt-get install libc6:i386 libxtst6:i386`
5. Install Family Search Indexing. I received a number of error messages about issues parsing the XML, but I dismissed them and the program works fine without any other errors.
This is using OpenJDK and IcedTea and not Oracle Java.
Happy Indexing!
Enable multi-arch support (https://wiki.debian.org/Multiarch/HOWTO)
1. As root, edit the apt sources and add "[arch=amd64,i386]" between 'deb' and the URL. `sudo nano /etc/apt/sources`. The line should look like "deb [arch=amd64,i386] http://mirrors.debian.org/debian wheezy main contrib non-free". Your line may be slightly different. Add the arch information to all lines that have deb and not the ones that have deb-src.
2. Tell Debian to use the i386 architecture. `sudo dpkg --add-architecture i386`
3. Update the package cache. `sudo apt-get update`
4. Install the needed packages for 32-bit operations. `sudo apt-get install libc6:i386 libxtst6:i386`
5. Install Family Search Indexing. I received a number of error messages about issues parsing the XML, but I dismissed them and the program works fine without any other errors.
This is using OpenJDK and IcedTea and not Oracle Java.
Happy Indexing!
-
- Member
- Posts: 185
- Joined: Sun Apr 01, 2012 1:58 pm
Re: Trouble installing Linux indexing application
@rldleblanc Thanks. It's good to know what libraries we need now that the old way of doing things is out. How did you find out which ones we needed (i.e. libc6:i386 and libxtst6:i386)?
"… if you give a man a fish he is hungry again in an hour. If you teach him to catch a fish you do him a good turn."
—Anne Isabella Thackeray Ritchie (Mrs. Dymond, 1885)
Of course, I'm grateful for the fish, either way (I don't mean to make it sound otherwise by the quote).
So, I'm actually using a 32-bit system (for now, but will probably change in a couple months or so), but I'm still using a solution that works on 64-bit systems, anyway. The reason is that the default browser doesn't launch through the standard indexing installation on Xubuntu 14.04 (this causes more problems than launching the wrong browser for some unknown reason—like it freezes). So, I use the Windows version of the Indexing software through the Windows emulator, Wine, to fix that problem. It works perfectly fine, it seems.
"… if you give a man a fish he is hungry again in an hour. If you teach him to catch a fish you do him a good turn."
—Anne Isabella Thackeray Ritchie (Mrs. Dymond, 1885)
Of course, I'm grateful for the fish, either way (I don't mean to make it sound otherwise by the quote).
So, I'm actually using a 32-bit system (for now, but will probably change in a couple months or so), but I'm still using a solution that works on 64-bit systems, anyway. The reason is that the default browser doesn't launch through the standard indexing installation on Xubuntu 14.04 (this causes more problems than launching the wrong browser for some unknown reason—like it freezes). So, I use the Windows version of the Indexing software through the Windows emulator, Wine, to fix that problem. It works perfectly fine, it seems.
-
- New Member
- Posts: 3
- Joined: Thu Nov 12, 2015 12:46 pm
Re: Trouble installing Linux indexing application
I tried everything in this thread, but nothing helped for my 64-bit Ubuntu 14.04 with Xfce.
I did the easy install method found in this other thread, and it worked right away:
https://tech.lds.org/forum/viewtopic.php?f=143&t=19762
I did the easy install method found in this other thread, and it worked right away:
https://tech.lds.org/forum/viewtopic.php?f=143&t=19762