How to install Open Office on Fedora 23 workstation 32bit
I just recently upgraded for Fedora 18 to Fedora 23 workstation. (I never really used f18 that much, didn't have time to experiment. Now that I have the time I want to dive in and learn.)
I have a 32bit system that I am running the workstation on. I've downloaded OpenOffice rpms and unpacked it. I used the command line to install the packages, with this command | rpm -Uvih *rpm |. I should state that I am using the terminal through the GUI and I expected to see the app in my application menu but I did not. I searched the hard drive and found the OpenOffice files in my OPT directory. When I tried to run any of the apps from that directory Libre Office started instead of OpenOffice.
What did I do wrong?
Is there a GUI installation? If so, how do you start it?
Thanks for your help with this. Please be kind, I am still learning how all of this works.
I'm not sure why LibreOffice is opening, but I think I know why OpenOffice isn't: by default, /opt isn't on your path, as you can see by running echo $PATH
Also this is the command this page recommends:
rpm -Uhv package_file.rpm
preferably specify the name of the package. When navigating on the command line you can use TAB key and fedora will fill up the name for you for example if your rpm was saved to Downloads:$ rpm -Uhv /home/user/Downloads/A(press TAB) pache_OpenOffice_4.1.2_Linux_x86-64_install-rpm_en-US.rpm
If you give it the first few letters it will fill in the rest, if you press TAB 2 times quiqly itl show you what is in the folder.That's
echo $PATH
in a terminal. For some reason, it's not letting me save that edit.