update to OpenOffice 4.1.0

Asked by James A Mainusch

I download from OpenOffice.org and extract the files, but nothing happens after that.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu openoffice.org Edit question
Assignee:
No assignee Edit question
Solved by:
James A Mainusch
Solved:
Last query:
Last reply:
Revision history for this message
James A Mainusch (jam-y) said :
#1

I guess it should be OpenOffice 4.0.1.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

Install the deb files from the archive.

Revision history for this message
James A Mainusch (jam-y) said :
#3

I downloaded and then extracted. It said extraction complete. I do not see anything to install deb files.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#4

There will be a folder where you extracted the files. I recommend installing them in terminal so thatbthey can all be installed at the same time.

Revision history for this message
James A Mainusch (jam-y) said :
#5

Will you give more detail on how to accomplish this?

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#6

If you run:

sudo updatedb; locate *.deb

Thanks

Revision history for this message
James A Mainusch (jam-y) said :
#7

OK, I did that, what next.

Revision history for this message
James A Mainusch (jam-y) said :
#8

I did some digging and came up with the following commands:

cd /tmp
wget http://sourceforge.net/projects/openofficeorg.mirror/files/4.0.0/binaries/en-US/Apache_OpenOffice_4.0.0_Linux_x86_install-deb_en-US.tar.gz
tar -xvf Apache_OpenOffice*.tar.gz
sudo dpkg -i en-US/DEBS/*.deb
sudo dpkg -i en-US/DEBS/desktop-integration/*.deb

I was successful thanks to your help.

Revision history for this message
James A Mainusch (jam-y) said :
#9

Thank you for your help, I am slowly learning.