How to replace LibreOffice by OpenOffice in Ubuntu 11
November 6, 2011
· Admin
Ubuntu 11.10
Ubuntu 11.04
If you prefer using OpenOffice than LibreOffice in Ubuntu 11, you can replace it using these few steps:
- Download OpenOffice from http://download.openoffice.org/other.html. Download either Linux Intel DEB or Linux x86-64 DEB depending on the platform you are using.
- Remove LibreOffice
apt-get purge openoffice*
apt-get purge libreoffice*
- Untar the downloaded OpenOffice tarball
- cd into the sub-directory DEBS
- dpkg -i *.deb
- cd desktop-integration
- dpkg -i *.deb
Copyright 2012–2026, Claude "Tryphon" Théroux