Skip to content

Instantly share code, notes, and snippets.

@wyanez
Created January 30, 2011 19:39
Show Gist options
  • Save wyanez/803160 to your computer and use it in GitHub Desktop.
Save wyanez/803160 to your computer and use it in GitHub Desktop.
[Ubuntu] Instalación de LibreOffice 3.3 en Ubuntu
#!/bin/bash
#Instalacion de LibreOffice 3.3
# author: William Yanez - 28/01/2011
apt-get purge "openoffice*.*"
add-apt-repository ppa:libreoffice/ppa
aptitude update
aptitude install libreoffice libreoffice-l10n-es libreoffice-help-es libreoffice-gnome
aptitude install language-support-writing-es
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment