Δημοσιεύτηκε: 05 Ιαν 2011, 13:00
από aflaouras
Η λύση βρέθηκε στο http://www.omgubuntu.co.uk/2011/01/new-ppa-makes-installing-libreoffice-on-ubuntu-easy/#comment-123354024

και είναι η εξής:

έγραψε:Go to software sources and disable the LibreOffice PPA.

Then open a terminal and
Κώδικας: Επιλογή όλων
sudo apt-get update && sudo apt-get upgrade -f


This will remove all the LibreOffice stuff.

Then
Κώδικας: Επιλογή όλων
sudo apt-get purge openoffice*


This will remove all of the OpenOffice stuff that the PPA forgot. (It removes aspell as well, so you will have to install it again after you reinstall LibreOffice.)

Then reenable the LibreOffice PPA in software sources,
Κώδικας: Επιλογή όλων
sudo apt-get install libreoffice libreoffice-gtk aspell
to reinstall. Don't forget aspell or the spell check won't work.