LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-23-2011, 10:29 AM   #1
gallicbear
Member
 
Registered: Aug 2010
Posts: 37

Rep: Reputation: 0
OpenOffice Install fails


Hi there. I am new with LinuxMint and desperately trying to install OpenOffice. When I download it and extract it, it just makes a whole bunch of deb packages. What can I do with that? I'd like to have a simple install that does the whole thing behind the scene and at the end launches the app, like in Windows.
I have also tried to install it through the application manager. There is always some error message at the end that I don't understand. The different portions are on the menu, but nothing happens when I click on them.
Then I've tried a third way. It create a single, executable 'setup' file. However, it keeps telling me that Java RE is not the directory. RMPS Code 4. Which directory do they mean? I've copied the installed java files into the same OpenOffice folder I had created for the setup.
It all came about when I uninstalled LibreOffice to install OpenOffice instead.
This is so frustrating.
 
Old 06-23-2011, 10:47 AM   #2
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
it just makes a whole bunch of deb packages.
cd to the directory containing the files and do
Code:
dpkg -i *.deb
Quote:
There is always some error message at the end that I don't understand.
What error?
Code:
when I uninstalled LibreOffice to install OpenOffice
Why don't you use libreoffice?

Kind regards
 
Old 06-23-2011, 10:48 AM   #3
Hammett
Senior Member
 
Registered: Aug 2003
Location: Barcelona, Catalunya
Distribution: Gentoo
Posts: 1,074

Rep: Reputation: 59
It would help if you can actually paste here the error codes you are getting while trying to install OpenOffice

Also keep in mind Linux is not Windows, and even that Linux have come to be very user friendly, still a mindset change is required to understand the philosophy of the OS and they it works.

I would suggest you use the package manager that comes with your distro and paste here any error messages so we can actually see what's the error message instead of trying to guess it.
 
Old 06-23-2011, 10:51 AM   #4
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,286

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
1. download the rpm version. If openoffice is giving you trouble, drop it, and use libre office instead. The developer guys split from the OO project & forked it which is libre office.

2. use rpm2targz if you can't handle rpms

3. Install them.

The nutty way is to clear gigabytes & compile from source like the blfs project. Are you a glutton for punishment?
 
Old 06-23-2011, 11:47 AM   #5
gallicbear
Member
 
Registered: Aug 2010
Posts: 37

Original Poster
Rep: Reputation: 0
Thanks, repo, Hammett and business kid. That gives me a lot to think and try.
I am trying to learn. It's a challenge if you have used Dos and Windows for 20 years.
I'll let you know.
 
Old 06-23-2011, 01:10 PM   #6
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Quote:
Originally Posted by gallicbear View Post
Thanks, repo, Hammett and business kid. That gives me a lot to think and try.
I am trying to learn. It's a challenge if you have used Dos and Windows for 20 years.
I'll let you know.
Again, why don't you use LibreOffice?
 
Old 06-23-2011, 01:43 PM   #7
gallicbear
Member
 
Registered: Aug 2010
Posts: 37

Original Poster
Rep: Reputation: 0
Misunderstanding, I think. OpenOffice under Windows has different foreign dictionaries installed (which I use). They were not in LibreOffice when I first tried it out. And it's quite involved to install them. In OO 3.3 Windows, there are extensions for dictionaries. That option did not exist in LibreOffice. It seems like everything you have to install in Linux is a huge undertaking with commands, etc. You read explanations on forums, etc, and these people assume that you know all about using these commands. Maybe I'll figure it out.
 
Old 06-23-2011, 02:16 PM   #8
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Quote:
Originally Posted by gallicbear View Post
Linux is a huge undertaking with commands, etc. You read explanations on forums, etc, and these people assume that you know all about using these commands. Maybe I'll figure it out.
To understand them, try this tutorial: http://linuxcommand.org/

Also, there often is a GUI solution to a problem, but there are many reasons that helpers in online forums use commands:
  • It's far easier to type a command than to explain what to click.
  • The command line is far more standardized and consistent than GUIs, which may vary depending on desktop environment/version of app.
  • The command line works almost the same everywhere, and helpers don't have to be familiar will all different kinds of GUIs that do the same thing (see the above reason).
  • It's very likely that helpers on online forums know a lot about Linux, and thus prefer the command line and are more familiar with it.
 
Old 06-23-2011, 03:11 PM   #9
gallicbear
Member
 
Registered: Aug 2010
Posts: 37

Original Poster
Rep: Reputation: 0
Thanks, MTK358. I'll go with looking at those Linux commands. So far the only thing easy I've found out was to install a driver for my printer through a tar file. And I also installed a different background, including a photoslide screensaver. I won't give up too quickly...
 
Old 06-24-2011, 02:47 AM   #10
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,286

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
Quote:
Originally Posted by gallicbear View Post
Thanks, repo, Hammett and business kid. That gives me a lot to think and try.
I am trying to learn. It's a challenge if you have used Dos and Windows for 20 years.
I'll let you know.
I've been there. Most have been there. Try, and tell us when you get stuck.
 
Old 06-24-2011, 11:17 AM   #11
gallicbear
Member
 
Registered: Aug 2010
Posts: 37

Original Poster
Rep: Reputation: 0
What I did is to reinstall LMint11 from scratch. Unpacking the .deb files didn't lead to anything. The last line at the extraction said 'processing menu triggers'. But nowhere was OpenOffice to be found. So I've got a fresh system, with LibreOffice running, and I got the extensions for the languages I needed. I'm set for now. Thanks.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
OpenOffice.org Install fails on rpm2cpio NOWIRZsupport Linux - Software 1 12-07-2008 02:24 PM
OpenOffice Configure Fails jroggow Linux - Desktop 2 11-07-2006 08:49 AM
Start of Openoffice 2.0 fails naparhi Slackware 4 09-20-2006 10:46 AM
Openoffice fails to install, media error Double J SUSE / openSUSE 2 09-07-2005 02:41 AM
OpenOffice fails to start satimis Linux - Software 1 12-28-2003 02:17 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:37 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration