LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-09-2013, 02:42 PM   #1
IDEASeth
LQ Newbie
 
Registered: Feb 2013
Posts: 12

Rep: Reputation: Disabled
Installing Open Office, Install seemed to work, but how do I execute it


I am trying to install Open Office. I downloaded it OK.
Somehow I used gzip, gunzip, or something to unpack it. Finally I tried to install it using dpkg. I copied the command from some reference on the the web. I believe it was dpkg -i en-US. The installation chugged away for quite a while.

Now what? As a Windows user, I expected a shortcut (link) on my desktop. No such luck. Using hints from the internet, I finally found stuff in the \opt\OpenOffice...\program directory.

There was a file called soffice.bin and another called swriter.bin. Holy Batman, that must be it. I clicked on them, nothing. I used the terminal, got to the directory and typed ./soffice I got a message that "GCLIBC_2.11 was missing" This looks like it is trying to compile something.

Help where did I go wrong??

Last edited by IDEASeth; 02-09-2013 at 02:45 PM.
 
Old 02-09-2013, 03:08 PM   #2
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Why don't you just use your distributions package manager to install it from the official repositories? This way the software is guaranteed to work and you will get proper menu entries.
 
Old 02-09-2013, 03:57 PM   #3
ted_chou12
Member
 
Registered: Aug 2010
Location: Zhongli, Taoyuan
Distribution: slackware, windows, debian (armv4l GNU/Linux)
Posts: 431
Blog Entries: 32

Rep: Reputation: 3
most prorgrams designed for users (not a library or codec anything), are suppose to have their own command to invoke its startup. Some are pretty intuitive, some are not.
What you do is you:
Code:
ls /bin /sbin /usr/bin /usr/sbin
And search for its initiator command. I remember my open office was "ooolight1.0", but with the 1.0, I am not really convinced that you have the same.
Ted
 
Old 02-09-2013, 04:49 PM   #4
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
openoffice for me has always been "oo" followed by something intuitive. Such as "oowriter" for the word processor, "oocalc" for the spreadsheet program, "ooimpress" for the presentation program, etc. That is assuming it's been installed correctly.
 
Old 02-09-2013, 08:37 PM   #5
AnanthaP
Member
 
Registered: Jul 2004
Location: Chennai, India
Posts: 952

Rep: Reputation: 217Reputation: 217Reputation: 217
I second TobiSGD's suggestion. While doing that, if you have doubts in this (package manager etc) please post here with details about your hardware specs, distro, windowing environment and people can guide you through it.

Further information.

You are correct. soffice.bin etc are the executables.

GCLIB or GLIBC? (GCLIB is also a dll on windows).

Try this - read it fully - if GLIBC (first result on google)
http://ubuntuforums.org/showthread.php?p=9463555

OK

Last edited by AnanthaP; 02-09-2013 at 08:38 PM.
 
Old 02-09-2013, 08:43 PM   #6
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,311
Blog Entries: 28

Rep: Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137
What distro and desktop environment/window manager are you using?

Different ones have different ways for adding items to the menu. If you install from your distro's repositiories, KDE, Gnome, XFCE, and some others will automatically add items to the menu.

For some of the other, lighter-weight environments/window managers, items need to be added to the menu with a menu editor or a text editor. How to do this can differ from one environment to another, but there is always a way to do it.

Generally (this is very much a generalization), Linux does not place icons on the desktop as promiscuously as Windows does; doing so usually requires positive user action. Some environments support desktop icons; lighter-weight ones may not.

If you can find the OpenOffice components using the ls command (ls /usr/bin/oo* would be a good start), you should be able to add it to the menu using the menu editing method appropriate for your environment. (Edit: Once you find them, you can test them by starting them directly from the command line in a terminal.)

Last edited by frankbell; 02-09-2013 at 08:45 PM.
 
Old 02-09-2013, 08:44 PM   #7
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Quote:
Now what? As a Windows user, I expected a shortcut (link) on my desktop.
Linux is not windows


1) what operating system is this ?
2) what version of this unknown OS is it ?
3) why not use your package manager ?
one of the OO's should be installed by default
"GoOffice"
"LibreOffice"
"OpenOffice"
"KOffice"

the "desktop is mostly for looks
and a few launchers for some everyday things ( like firefox)

look at the menu for whatever DE you are using
Gnmoe3
KDE4
xfce
lxde
cinnamon
???????

IF you installed the SECOND REQUIRED set of packages ( in the zip folder) for "Desktop integration"
-- there are TWO sets of programs to install ( see the included install instructions )
and just what instructions from the web ??
Were they even for your operating system ?

why not fallow the instructions in the install documents that ARE INCLUDED

Last edited by John VV; 02-09-2013 at 08:46 PM.
 
Old 02-10-2013, 09:55 AM   #8
IDEASeth
LQ Newbie
 
Registered: Feb 2013
Posts: 12

Original Poster
Rep: Reputation: Disabled
Starting again

OK. I took the common opinion that I should use the package manager. For the record this Debian. I don't even know how to find the version, but the cd was labeled devcdl6R.300

Anyway, I cd'd to the root and typed:

apt-get install openoffice.org

The system checked dependencies, reported that I needed 319 MB and asked permission to proceed. Fine with me. It then got multiple pages of errors all like this:

Err: http://mirror.kernel.org stable/main dicitionaries-common Error 404 File not found

I used Opera to go to mirror.kernel.org without any trouble so the Ethernet/modem/etc is funcitonal.
I can do this by name as well as by IP Address. I do get an error if I add the part past the .org, i.e. stable/main dictionaries-common. This seems funny TCP syntax to me, but what do I know.

Last edited by IDEASeth; 02-10-2013 at 10:27 AM.
 
Old 02-10-2013, 10:27 AM   #9
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Before running the install command update the package database with
Code:
apt-get update
After that try it again.
 
Old 02-10-2013, 10:37 AM   #10
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
a single install CD ?

guessing it is a live cd
Quote:
I don't even know how to find the version
well what did you install ?
http://www.debian.org/distrib/netinst
or did you NOT install this operating system

office will not be on a tiny , less than 700 meg cd .

do you not wave an internet connection on this computer ?

a "liveCD" will have almost no additional programs on it
everything needs to fit into less than 700 meg
it dose not have the space that a 4.6 Gig install DVD has

also what version of Debian is this ?

also for OO
this is the version you installed ( or tried to )
"Apache_OpenOffice_incubating_3.4.1_Linux_x86-64_install-deb_en-US.tar.gz"

http://sourceforge.net/projects/open...ar.gz/download

you need the "deb" version for debian
 
Old 02-10-2013, 12:33 PM   #11
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,137

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
That 404 is unexpected. In your menu, there should be an entry for Software Sources near the entry for Synaptic, the package installer. Run it and make sure that Debian is actually set to use a repository and not the CD.
 
Old 02-10-2013, 12:59 PM   #12
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by DavidMcCann View Post
That 404 is unexpected. In your menu, there should be an entry for Software Sources near the entry for Synaptic, the package installer. Run it and make sure that Debian is actually set to use a repository and not the CD.
If the sources were set to the CD it would complain that there is no package openoffice. You only get the 404 when it tries to download a package that does not exist, most likely because the package database is outdated and points to a package that does not exist anymore (replaced by a different version).
 
Old 02-10-2013, 09:31 PM   #13
guyonearth
Member
 
Registered: Jun 2012
Location: USA
Distribution: Ubuntu
Posts: 424

Rep: Reputation: 83
Installing packages from a tarball is not foolproof, and should be a last resort. You should always use the package manager. Debian is very much a roll-your-own distribution, especially if you install from one of the minimal versions. If you are not a Linux expert, a distro like Mint, Xubuntu, or Mepis might work better for you if it's a Debian-based distro you're after. Libre Office will be installed automatically or if it isn't, easy to install without all these issues.
 
Old 02-11-2013, 09:17 AM   #14
IDEASeth
LQ Newbie
 
Registered: Feb 2013
Posts: 12

Original Poster
Rep: Reputation: Disabled
Thanks everyone.

TobiSGD's suggestion that I update the OS (apt-get update) and try again, did the trick.

I should have explained that this is not a standard PC that I am using. It is a PC-104 board which will ultimately be used for a special-purpose terminal. I received the OS CD as part of the package that I obtained from the board manufacturer. Apparently, they did not give me the latest stuff.
 
Old 02-11-2013, 10:16 AM   #15
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Just to clarify that:
Code:
apt-get update
will not update the OS, it will only update the package database.
Usually Debian (and other distributions) install CD will not contain the latest updates, this is normal.
 
  


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
Installing Open Office 2.4 taj SUSE / openSUSE 8 05-29-2008 08:18 PM
Installing Open Office richtable Linux - Newbie 11 04-15-2006 10:13 PM
Installing Open Office buzzard Linux - Newbie 1 04-01-2005 03:10 PM
Open Office spellchecker just wont work!! nmares Linux - Software 2 09-12-2004 01:42 AM
Installing Open Office JHuizingh Linux - Software 4 03-31-2002 02:48 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:39 PM.

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