Ubuntu Forums Archive Viewer

Open Office 3 for Jaunty

Archived thread 1007917 from Jaunty Jackalope Testing and Discussion (CLOSED). Markdown source: Jaunty_Jackalope_Testing_and_Discussion_(CLOSED)/thread_1007917_Open_Office_3_for_Jaunty.md

Original URL About this archive
#1

Just downloaded the "LinuxIntel_install_en-US_ deb.tar.gz" and extracted it. Just need to know if I have to manually install each of the bazillion debs listed or is there a better way ?? I checked the files and there were no instructions or a readme for installation. I guess the repos are still down at launchpad, as I have tried adding main and source to my third party software sources list with no results. Thanks in advance.

Toshiba Satellite Pro 6100 -- Pent M 1.8 Ghz processor -- 768 Gig Ram --120 Gig hd -- Ubuntu 9.04.

#2

I'm on Linux Mint, but what I did was go the 'debs' folder and right-clicked and did 'open terminal here.' Then I did the following commands:


sudo apt-get autoremove openoffice.org
sudo apt-get autoremove openoffice.org-core
sudo dpkg -i *.deb

And then when that was finished, I went into desktop-integration, and just installed that one by opening the file and letting it install.

#3

I see a gnome-integration package but no desktop-integration package. Is that the one I should open and let install ??

#4

Yeah

After you install that, you should be able to see Open Office where you normally saw it in the menu.

#5

All I have now is Dictionary.

#6

jerrynewt said: All I have now is Dictionary.

An easier way to get OOo3 running is to use the packages from PPA:

OOo

deb http://ppa.launchpad.net/openoffice-pkgs/ubuntu/ intrepid main

deb http://ppa.launchpad.net/openoffice-pkgs/ubuntu/ jaunty main

deb-src http://ppa.launchpad.net/openoffice-pkgs/ubuntu/ intrepid main

There aren't any Jaunty packages at the moment but the Intrepid ones work fine.

#7

jfernyhough said: An easier way to get OOo3 running is to use the packages from PPA:

OOo

deb http://ppa.launchpad.net/openoffice-pkgs/ubuntu/ intrepid main

deb http://ppa.launchpad.net/openoffice-pkgs/ubuntu/ jaunty main

deb-src http://ppa.launchpad.net/openoffice-pkgs/ubuntu/ intrepid main

There aren't any Jaunty packages at the moment but the Intrepid ones work fine.

That is because it is already uploaded to Jaunty. It just hasn't been built yet since it is waiting on someone to move its build depends from universe to main.

http://launchpad.net/ubuntu/+source/openoffice.org

#8

Sorry for offtopicness...

Calc, I am getting a "partial upgrade" for openoffice while using intrepid. some openoffice packages are selected, others are not. I did try the partial upgrade, and it said it was doing a distro upgrade(!), but gave an error before doing anything (so nothing really happened, and the latest version you released on you PPA is still wanting to install, but complains of partial upgrade). Oddly I don't see any threads opened up about this. I figured more people would have the same problem. Only found 1 other person have it here

#9

andrewabc said: Sorry for offtopicness...

Calc, I am getting a "partial upgrade" for openoffice while using intrepid. some openoffice packages are selected, others are not. I did try the partial upgrade, and it said it was doing a distro upgrade(!), but gave an error before doing anything (so nothing really happened, and the latest version you released on you PPA is still wanting to install, but complains of partial upgrade). Oddly I don't see any threads opened up about this. I figured more people would have the same problem. Only found 1 other person have it here

This is no intrepid forum, but anyway, $ man apt-get, or install aptitude and $ man aptitude. With aptitude you can use full-upgrade option, read about that.

#10

The easy workaround I found for that was to use Add/Remove to remove OpenOffice (everything but Draw first, then Draw) then install it again. When you reinstall it picks up the packages from the PPA and doesn't ask to do weird upgrade stuff.