Mostrando las entradas con la etiqueta libreoffice 3.5 on RHEL. Mostrar todas las entradas
Mostrando las entradas con la etiqueta libreoffice 3.5 on RHEL. Mostrar todas las entradas

13 mar 2012

Instalar LibreOffice 3.5 en Fedora - CentOS 6.2 - Scientific Linux 6.2 - RHEL6.2 | Install LibreOffice 3.5 on Fedora - CentOS 6.2 - Scientific Linux 6.2 - RHEL 6.2

Spanish Version

Hace algunos dias, al intentar abrir un archivo .xls de 40mb con OpenOffice, me di cuenta de que este se colgaba. Instalé Gnumeric, y lo abrio sin problemas, pero no mostraba las funciones del .xls, creado con MS-Office 2007.
Instalé LibreOffice 3.5, abre el documento, y tiene todas las funciones, asi que, voy a compartir el procedimiento con ustedes.

Nota: "user" es igual a la carpeta de usuario que posean

Paso a paso:

0.- Abra una terminal, como xterm, gnome-terminal, urxvt, konsole, ROXterm, etc
1.- cd /home/user/
2.- mkdir libreoffice
3.- cd libreoffice
4.- wget -c http://download.documentfoundation.org/libreoffice/stable/3.5.0/rpm/x86/LibO_3.5.0_Linux_x86_install-rpm_en-US.tar.gz http://download.documentfoundation.org/libreoffice/stable/3.5.0/rpm/x86/LibO_3.5.0_Linux_x86_langpack-rpm_es.tar.gz http://download.documentfoundation.org/libreoffice/stable/3.5.0/rpm/x86/LibO_3.5.0_Linux_x86_helppack-rpm_es.tar.gz

5.- tar zxvf LibO_3.5.0_Linux_x86_install-rpm_en-US.tar.gz
     tar zxvf LibO_3.5.0_Linux_x86_langpack-rpm_es.tar.gz
     tar zxvf LibO_3.5.0_Linux_x86_helppack-rpm_es.tar.gz

6.- cd LibO_3.5.0rc3_Linux_x86_install-rpm_en-US/RPMS/
7.- su -c 'rpm -Uvh *.rpm && cd /home/user/libreoffice'
8.- cd LibO_3.5.0rc3_Linux_x86_langpack-rpm_es/RPMS/
9.- su -c 'rpm -Uvh *.rpm && cd /home/user/libreoffice'
10.- cd LibO_3.5.0rc3_Linux_x86_helppack-rpm_es/RPMS/
11.- su -c 'rpm -Uvh *.rpm && cd /home/user/libreoffice/
12.- cd LibO_3.5.0rc3_Linux_x86_install-rpm_en-US/RPMS/desktop-integration/
13.- su -c 'rpm -ivh libreoffice3.5-freedesktop-menus-3.5-13.noarch.rpm && cd /home/user'

Eso es todo, ahora tienen instalado LibreOffice 3.5 en español, espero lo disfruten!


English Version

A few days ago, trying to open a .xls file of 40mb with OpenOffice, I realized that this was hung. Gnumeric installed and opened it without problems, but no functions showed (MS-Office). xls file created with MS-Office 2007.
I installed LibreOffice 3.5, open the document, and has all the functions, so, I will share with you the procedure.
Note: "user" is the folder of the user, for example /home/kevin/

Step by Step:


0.- Open a terminal, like xterm, gnome-terminal, urxvt, konsole, ROXterm, etc
1.- cd /home/user/
2.- mkdir libreoffice
3.- cd libreoffice
4.- wget -c http://download.documentfoundation.org/libreoffice/stable/3.5.0/rpm/x86/LibO_3.5.0_Linux_x86_install-rpm_en-US.tar.gz
5.- tar zxvf LibO_3.5.0_Linux_x86_install-rpm_en-US.tar.gz
6.- cd LibO_3.5.0rc3_Linux_x86_install-rpm_en-US/RPMS/
7.- su -c 'rpm -Uvh *.rpm && cd /home/user/libreoffice'
8.- cd LibO_3.5.0rc3_Linux_x86_install-rpm_en-US/RPMS/desktop-integration/
13.- su -c 'rpm -ivh libreoffice3.5-freedesktop-menus-3.5-13.noarch.rpm && cd /home/user'

That's it, now you have installed LibreOffice 3.5, I hope you enjoy!