PDA

View Full Version : [SOLVED] help-Reinstall OOo in 10.04



th1bill
January 8th, 2011, 05:54 AM
I messed up! I see that libreoffice is to replace OOo in 10.04 and in the article from the linux forums newsletter got me interested. I issued the suggested commands and it installed the libreoffice suite but it had serious depedency problems.

I uninstalled it and unchecked the ppa in other software dources but I cannot reinstall, either from synaptic nor with apt-get install.

th1bill
January 8th, 2011, 07:01 AM
The error msg looks like;


willis@home:~$ sudo apt-get install openoffice.org
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
openoffice.org: Depends: openoffice.org-core (= 1:3.2.0-7ubuntu4.1) but it is not going to be installed
Depends: openoffice.org-writer but it is not going to be installed
Depends: openoffice.org-calc but it is not going to be installed
Depends: openoffice.org-impress but it is not going to be installed
Depends: openoffice.org-draw but it is not going to be installed
Depends: openoffice.org-math but it is not going to be installed
Depends: openoffice.org-base but it is not going to be installed
Depends: openoffice.org-report-builder-bin but it is not going to be installed
Depends: openoffice.org-officebean but it is not going to be installed
Recommends: openoffice.org-filter-binfilter but it is not going to be installed
E: Broken packages
willis@home:~$

th1bill
January 8th, 2011, 08:16 AM
I located the article instructions that got me into this mess, it is;


As a multiplatform application, LibreOffice will run on Windows, Mac or Linux. The download page does provide RPMs, but no packages for Debian/Ubuntu users. Fortunately there’s a PPA, so Ubuntu users can just open a terminal and enter:

View Raw Code?

1.
sudo add-apt-repository ppa:libreoffice/ppa
2.
sudo apt-get update && sudo apt-get install libreoffice

Alternately, you can also add its unofficial repository to your sources.list,

View Raw Code?

1.
sudo gedit /etc/apt/sources.list

Add the following to the end of the file. Save and close.
View Raw Code?

1.
deb http://download.tuxfamily.org/gericom/libreoffice /

Launching

If LibreOffice does not provide menu icons, you can launch it manually with

markus_b
January 9th, 2011, 12:40 AM
I've got exactly the same problem.

I've attempted to install libreoffice along the same instructions. Instead of installing in parallel it uninstalled openoffice, failed to install and prevents going back to install openoffice again.

markus_b
January 9th, 2011, 12:55 AM
I found a solution: Uninstall the 'ure' packages, then disable the libreoffice ppa. Then you can re-install openoffice.

Markus

th1bill
January 9th, 2011, 03:18 AM
thankyou Marcus, mine is installing now!

Sallée
January 11th, 2011, 04:25 AM
Thanks for the help! I also had to uninstall/update/reinstall uno-libs3.

Sallée
January 16th, 2011, 08:47 PM
I spoke too soon! My icons and themes in OOo are all stock, instead of the Ubuntu branding. I cannot seem to locate the correct package or proper way to set in from within OOo. Any help is appreciated.

yerong
January 18th, 2011, 12:45 AM
I have the same problem.. after re-install openoffice, all the icon is old...

Sallée
January 18th, 2011, 01:07 AM
Found it:

sudo apt-get install openoffice.org-gtk

yerong
January 18th, 2011, 01:16 AM
Found it:

sudo apt-get install openoffice.org-gtk

Thx, it works....