| View previous topic :: View next topic |
| Author |
Message |
rjmusto Newbie

Joined: 07 Dec 2006 Posts: 4
|
Posted: Thu Dec 07, 2006 9:50 am Post subject: Install new version in Ubuntu |
|
|
For a relative novice on Linux, having downloaded the .tar.gz file for Open Office 2.0.4, how do I now install the new version?
Is there an easy way, or must it be done using the Terminal and a whole bunch of instructions?
And why does the Ubuntu update manager not do it for me? Can you not persuade them to include it? Would be nice.
Thanks. |
|
| Back to top |
|
 |
Corfy Moderator


Joined: 14 Jun 2005 Posts: 1117 Location: Near Indianapolis, IN, USA
|
Posted: Thu Dec 07, 2006 11:15 am Post subject: |
|
|
Unfortunately, I am something of a Linux newb myself and have never installed any software on my Linux computer that wasn't available through the software repositories, so I'm not much help with installing it. Sorry.
However, as for the Update Manager, it depends on what version of Ubuntu you are using. Ubuntu 6.06 (Dapper Drake) only has 2.0.2 available. The newest Ubuntu, Ubuntu 6.10 (Edgy Eft) has 2.0.4 available. I think 5.10 used OOo 2.0 RC1. Ubuntu seems to use the latest version available at the time of their release, but then don't upgrade it past then. I think that seems a bit short sighted, particularly since they are supposed to support 6.06 for three years, but I'm just a user, not an Ubuntu developer. _________________ Laugh at life or life will laugh at you. |
|
| Back to top |
|
 |
hol.sten Super User


Joined: 14 Nov 2004 Posts: 3533 Location: Hamburg, Germany
|
|
| Back to top |
|
 |
Knudson Newbie

Joined: 22 Nov 2006 Posts: 3
|
Posted: Thu Dec 07, 2006 11:25 am Post subject: |
|
|
I'm not a ubuntu user, but since it's a debian you should be able to do that by apt-get or via Synaptic
shoot up a terminal then write
sudo apt-get upgrade openoffice.org
if it's in the repos, that should do the work
anyway
tar -vxzf namefile.tar.gz
untars the file in your current folder, that should be enough |
|
| Back to top |
|
 |
rjmusto Newbie

Joined: 07 Dec 2006 Posts: 4
|
Posted: Thu Dec 07, 2006 12:47 pm Post subject: |
|
|
Thanks for that.
I'll have a go at the update suggestions - will be tomorrow though as the PC in question is in my office.
Will let you know how it goes. |
|
| Back to top |
|
 |
noranthon Super User

Joined: 07 Jul 2005 Posts: 3318
|
Posted: Thu Dec 07, 2006 11:56 pm Post subject: |
|
|
To install the rpms (unless you have rpm on your system), you need to use alien to convert them to debs.
Have a look at the Setup Guide:
Setup Guide
A4 version _________________ search forum by month |
|
| Back to top |
|
 |
Hagar Delest Super User


Joined: 06 Feb 2006 Posts: 5167 Location: France
|
Posted: Fri Dec 08, 2006 12:09 am Post subject: |
|
|
| Knudson wrote: | anyway
tar -vxzf namefile.tar.gz
untars the file in your current folder, that should be enough |
Not at all.
In case you had not followed the links, here is a simple procedure :
- Download the RPMs from OOo site.
- Remove the OOo version installed by default in Ubuntu out of the box if still installed (all green packages with 'openoffice.org2 in Synaptic). No need if you've already upgraded once before.
- Then in the console :
| Code: | cd rep_install_OOo/RPMS
sudo alien -d --scripts *.rpm
sudo dpkg -i *.deb |
- Then update the Gnome menu:
| Code: | cd desktop-integration
sudo dpkg -i openoffice.org-debian-menus_2.0.4-2_all.deb |
NB: if alien is not installed, then:
| Code: | | sudo apt-get install alien |
Thanks to add '[Solved]' in your first post title (edit button) if it's ok. _________________ Now on the EN user community forum |
|
| Back to top |
|
 |
dogatemycomputer Newbie

Joined: 04 May 2007 Posts: 1 Location: Phoenix, AZ, USA
|
Posted: Fri May 04, 2007 11:55 am Post subject: Kubuntu with Open Office 2.2 |
|
|
I have been having a problem with Openoffice Write crashing each time I tried to open a Microsoft Word form-based documents. I could recreate the problem with 2 x Kubuntu 7.04 LiveCDs so I know its not an installation problem. This fix not only helped correct my problem but seems to have improved Evolution's stability and eliminated a password prompt.
Thanks!! |
|
| Back to top |
|
 |
nselby Newbie

Joined: 10 May 2007 Posts: 1
|
Posted: Thu May 10, 2007 12:53 am Post subject: Now it works, but the fonts don't |
|
|
So on Ubuntu feisty I installed the rpms and everything works - except! the fonts. For some reason Open office is Not seeing my .fonts directory. Can anyone offer any suggestion?
Thanks,
Nick |
|
| Back to top |
|
 |
Hagar Delest Super User


Joined: 06 Feb 2006 Posts: 5167 Location: France
|
Posted: Thu May 10, 2007 1:32 am Post subject: |
|
|
That's very strange because putting the fonts files (or using symbolic links) in the ~/.fonts folder is usually the fix for all fonts problems
The rights are correct for this folder ? It belongs to the user ? Have you restarted OOo ? _________________ Now on the EN user community forum |
|
| Back to top |
|
 |
El Viejo Lobo General User

Joined: 28 Apr 2007 Posts: 5
|
Posted: Sun May 13, 2007 2:25 pm Post subject: For the new comers to Ubuntu |
|
|
You better use Synaptic to install Ooo you can find it in System/Administration/Synaptic go for Search OpenOffice then select it and install it. If you are using Feisty you will have Ooo waiting for you I do not know if the Edgy have the new Ooo.
Ooo 2.2 in Feisty have some bugs you may think if you what it. |
|
| Back to top |
|
 |
Hagar Delest Super User


Joined: 06 Feb 2006 Posts: 5167 Location: France
|
Posted: Sun May 13, 2007 10:34 pm Post subject: Re: For the new comers to Ubuntu |
|
|
| El Viejo Lobo wrote: | | You better use Synaptic to install Ooo |
See the many threads from the Ubuntu users here and in the Ubuntu forums, its version is regularly deffective (font rendering, response time, crashes, features removed sometimes, ...). Better install from the official OOo packages. _________________ Now on the EN user community forum |
|
| Back to top |
|
 |
zek725 General User

Joined: 21 May 2007 Posts: 7 Location: Philippines
|
Posted: Thu May 24, 2007 7:21 pm Post subject: Re: For the new comers to Ubuntu |
|
|
| Hagar de l'Est wrote: | | El Viejo Lobo wrote: | | You better use Synaptic to install Ooo |
See the many threads from the Ubuntu users here and in the Ubuntu forums, its version is regularly deffective (font rendering, response time, crashes, features removed sometimes, ...). Better install from the official OOo packages. |
Why do they differ if both of them have the same version number? Does Ubuntu change some of it? _________________ openoffice.org 2.2.0-1ubuntu3
Pentium III 600MHz. 256MB SDRAM. 64MB Nvidia TNT2/MX
Partitions: hda1) Xubuntu 7.04 Feisty Fawn hda2) Win98SE hdc1) CD-ROM drive |
|
| Back to top |
|
 |
Hagar Delest Super User


Joined: 06 Feb 2006 Posts: 5167 Location: France
|
Posted: Thu May 24, 2007 10:58 pm Post subject: Re: For the new comers to Ubuntu |
|
|
| zek725 wrote: | | Does Ubuntu change some of it? |
Yes, for better integration purpose with the whole distro. Some other distros even remove features (as did Ubuntu also) for license issue. _________________ Now on the EN user community forum |
|
| Back to top |
|
 |
Billyray OOo Enthusiast


Joined: 06 Mar 2007 Posts: 144 Location: Lake Erie's Shore in Ohio
|
Posted: Sat May 26, 2007 9:42 am Post subject: |
|
|
| Hagar de l'Est wrote: | | Knudson wrote: | anyway
tar -vxzf namefile.tar.gz
untars the file in your current folder, that should be enough |
Not at all.
In case you had not followed the links, here is a simple procedure :
- Download the RPMs from OOo site.
- Remove the OOo version installed by default in Ubuntu out of the box if still installed (all green packages with 'openoffice.org2 in Synaptic). No need if you've already upgraded once before.
- Then in the console :
| Code: | cd rep_install_OOo/RPMS
sudo alien -d --scripts *.rpm
sudo dpkg -i *.deb |
- Then update the Gnome menu:
| Code: | cd desktop-integration
sudo dpkg -i openoffice.org-debian-menus_2.0.4-2_all.deb |
NB: if alien is not installed, then:
| Code: | | sudo apt-get install alien |
Thanks to add '[Solved]' in your first post title (edit button) if it's ok. |
I thought this was the info I so desperately needed. I am running Kubuntu 6.06 LTS and wanted to upgrade from the standard Ubuntu OOo package, which is old and outdated, with no hope of anything new. I followed your instructions to the letter, and everything chugged along like it was really installing OOo 2.2. It created the menus etc. However nothing works, and I can't find anything either. HELP! _________________ Billyray
using:
Linux distro: Ubuntu 10.04 LTS, Lucid Lynx, OOo Base 3.3, connected to MySql database using Java jdbc (note: ONLY sun-java-6-1.6.0_22 jre works right), and converted from MS Access 2003. |
|
| Back to top |
|
 |
|