Results 1 to 3 of 3
I have installed openoffice 2.1. I have a couple of questions. When installing something in linux with RPM, how do you know what directory it will be installed in? After ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-11-2007 #1Just Joined!
- Join Date
- Mar 2007
- Posts
- 18
OpenOffice Install
I have installed openoffice 2.1. I have a couple of questions. When installing something in linux with RPM, how do you know what directory it will be installed in? After doing a search, I found a /opt/openoffice.org2.1 directory. It has a lot of files in it. Which file should I use to open writer, calc, etc... Also, how do I open these programs? Thanks.
- 03-11-2007 #2
The OOo binary for Writer is called swriter. In your OOo folder, look for a bin folder (or some equivalent) and find the swriter binary. Better yet, execute the following to find out where it is:
Code:find /opt/openoffice.org2.1 -name swriter -print
Looking for a distro? Look here.
"There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
Queen's University - Arts and Science 2008 (Sociology)
Registered Linux User #386147.
- 03-11-2007 #3
To find out where an rpm installs packages, do
When you install openoffice, you also need to go into the desktop-integration directory and install the rpm that enables OOo to appear in your menu.Code:#rpm -qlp somefile.rpm


Reply With Quote
