LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   trying to install Open Office (https://www.linuxquestions.org/questions/linux-newbie-8/trying-to-install-open-office-502393/)

manolakis 11-16-2006 10:39 PM

trying to install Open Office
 
Hey there!!!
I would appreciate if anyone could help me
I am trying to install Open Office2.0.4
i have extracted the tar.gz in my home/me/Desktop
When i am in RPMS folder i try to execute the given command i get these errors

BT RPMS # rpm -Uvhi *rpm
error: Failed dependencies:
/bin/sh is needed by openoffice.org-core10-2.0.4-5
libgnomevfs-2.so.0 is needed by openoffice.org-gnome-integration-2.0.4-5
libgconf-2.so.4 is needed by openoffice.org-gnome-integration-2.0.4-5

In that case what I actually have to do?

Many thanks for your time.

IBall 11-16-2006 10:49 PM

What distro are you using? Please put this in your profile, it makes it easier for us to help you.

Most distros have packages for Openoffice - it is easier to install those.

--Ian

reddazz 11-17-2006 04:02 AM

If you are not using GNOME (which I think you are not), then there is no need to install openoffice.org-gnome-integration.

Wim Sturkenboom 11-17-2006 04:08 AM

I guess he/she is using Slackware. Had the same problem. I renamed the rpms that gave the errors to something.rpm.does_not_work and ran the rpm command again.
Have not had problems till now.

pixellany 11-17-2006 07:55 AM

Here's the biggie:
Quote:

/bin/sh is needed by openoffice.org-core10-2.0.4-5
Fix this by going to /bin and creating a link to whatever shell you use--eg:
ln -s bash sh

manolakis 11-17-2006 10:03 AM

Trying to install OpenOffice
 
hey again!!!
You are rigth. I forgot to say that i am using BackTrack.
Well, I tried to do what you said:

BT bin $ ln -s bash sh
ln: creating symbolic link `sh' to `bash': File exists

Any ideas?

pixellany 11-17-2006 01:13 PM

You have just about reached the end of my knowledge...I would have assumed that the error message meant that the rpm program--checking for dependencies--could not find /bin/sh. How about permissions--any clues there?

For those who may be able to help further--what is BackTrack?

reddazz 11-17-2006 02:11 PM

After a bit of googling, it seems like BackTrack is based on Slax. I think it would be better to get Slackware OOo packages and install them with pkgtools. An alternative would be to use the rpm2tgz command to convert the rpms to Slackware tgz and install the resulting tgz files with pkgtools.


All times are GMT -5. The time now is 07:25 PM.