public:recetas:debiansqueezeinstalarlibreoffice
Diferencias
Muestra las diferencias entre dos versiones de la página.
Ambos lados, revisión anteriorRevisión previa | |||
public:recetas:debiansqueezeinstalarlibreoffice [2011/10/05 09:22] – recetas:debiansqueezeinstalarlibreoffice renamed to public:recetas:debiansqueezeinstalarlibreoffice mperez | public:recetas:debiansqueezeinstalarlibreoffice [2011/10/05 09:25] (actual) – mperez | ||
---|---|---|---|
Línea 1: | Línea 1: | ||
+ | ====== Instalar Libre Office en Squeeze ====== | ||
+ | |||
+ | |||
+ | añadir '' | ||
+ | |||
+ | echo "deb http:// | ||
+ | |||
+ | Actualizar los paquetes | ||
+ | |||
+ | apt-get update | ||
+ | |||
+ | quitar el openoffice | ||
+ | |||
+ | apt-get remove -y --purge " | ||
+ | |||
+ | instalar el libreoffice de los backports | ||
+ | |||
+ | apt-get -t squeeze-backports install libreoffice | ||
+ | |||
+ | para instalar la integración con gnome y la ayuda y menús en castellano, ejecutar: | ||
+ | |||
+ | apt-get install libreoffice-gnome libreoffice-l10n-es libreoffice-help-es | ||
+ | |||
+ | Para instalar los diccionarios: | ||
+ | |||
+ | apt-get install | ||
+ | |||
+ | También se pueden instalar los diccionarios como extensiones: | ||
+ | |||
+ | Para instalar los diferentes estilos: | ||
+ | |||
+ | apt-get install libreoffice-style-andromeda libreoffice-style-crystal libreoffice-style-galaxy libreoffice-style-hicontrast libreoffice-style-oxygen libreoffice-style-tango | ||
+ | |||
+ | ====== Enlaces ====== | ||
+ | |||
+ | * http:// | ||
+ | * http:// | ||
+ | * http:// | ||
+ | * http:// | ||
+ | * http:// | ||