Skip to content

Instantly share code, notes, and snippets.

@phin3has
Created October 22, 2015 18:17
Show Gist options
  • Save phin3has/52ab91098c05c1ff5214 to your computer and use it in GitHub Desktop.
Save phin3has/52ab91098c05c1ff5214 to your computer and use it in GitHub Desktop.
Removes Libre Office, Installs OpenOffice
apt-get remove --purge libreoffice*
apt-get autoremove
wget http://downloads.sourceforge.net/project/openofficeorg.mirror/4.1.1/binaries/en-US/Apache_OpenOffice_4.1.1_Linux_x86-64_install-deb_en-US.tar.gz?r=http%3A%2F%2Fwww.openoffice.org%2Fdownload%2Findex.html&ts=1445537614&use_mirror=skylineservers
tar -xvfz Apache_OpenOffice_4.1.1_Linux_x86-64_install-deb_en-US.tar.gz
cd en-US/DEBS
dpkg -i *.deb
cd desktop-integration
dpkg -i *.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment