Hello again GoinEasy9. My apologies for not posting to thank you much sooner. Your advice was on the money!
Thank you for enlightening me to FedoraPlus becoming AutoPlus. I believe my Fedora is also 32 bit. To tell you the truth, that repo discussion lost me but what did work for me was going to my current FedoraPlus and removing flash, then downloading the new AutoPlus and reinstalling flash as per your advice. Apparently I did have an old version of flash running as the problem is now resolved. I hadn't realized all the functionality of opening FedoraPlus/AutoPlus so I appreciate the education.
I also had AutoPlus install Sun/Oracle Java 6 so I believe I now have the latest Sun/Oracle Java 6 which is required to run the OnlyWire submitter application. I don't know if you are familiar with OnlyWire or not but somehow I cannot get their submitter to install on my Fedora and their support department are not being any help to me at all. This is of course a different but related issue in that it involves trying to get something working in a Linux environment. Would you care to render an opinion?
The instructions are at the following page:
http://support.onlywire.com/index.php?pid=knowledgebase&cmd=viewentclient&id=75
Linux
1. Using your browser of choice click on Click Here next to OnlyWire Submitter on the Tools page.
Click Here To Access The Downloads Page
2. Click Download Now and the OnlyWire Submitter .zip file will download to your computer.
3. Move the OnlyWire .zip file to your Home directory.
4. Unzip the OnlyWire .zip file. This will create a folder called OnlyWireLinux in your Home directory.
5. Create a text file in the OnlyWireLinux folder called config.txt. This file should contain one line of text:
users=Your OnlyWire Username Goes Here
For example, if your username is joe123 the one line of text would read:
users=joe123
6. Open a Terminal and navigate to the OnlyWireLinux folder and run the following command:
java -jar OnlyWire.jar
The latest Sun/Oracle Java 6 is required to run the OnlyWire submitter application.
You must keep the Terminal window open for the Submitter application to process your submissions. If you close the Terminal window you close the Submitter application. The OnlyWire submitter application processes submissions every 10 minutes automatically.
I right clicked on OnlyWireLinux.zip in my Downloads folder to 'Extract Here'. I can see the OnlyWireLinux folder. I created a text file called config.txt with the 'users=Your OnlyWire Username Goes Here' line of text in it with my OnlyWire username in place of 'Your OnlyWire Username Goes Here' and moved it into the OnlyWireLinux folder. I then opened a terminal and, as you can see, I've logged in as su and this is what happened:
[marneo@MN ~]$ su
Password:
[root@MN marneo]# cd Downloads
[root@MN Downloads]# cd OnlyWireLinux
[root@MN OnlyWireLinux]# java -jar OnlyWire.jar
Then absolutely nothing more. Can you spot what might be wrong? Any guidance you can offer would again be much appreciated.
Thank you.