Ir al contenido principal

Office 2003 in Ubuntu 7.10

Introducción

Finalmente después de intentar varias noches no pude hacer que Office2007 se instalace en mi Ubuntu 7.10. Pero Office 2003 si fue posible, no sin varias veces fallar.
Para cada vez que intentaba instalarlo mi instalación quedaba en un estado el cuál me impedía ejecutar la aplicación de configuración de wine: winecfg.
Así entonces cada vez que necesito comenzar nuevamente borro todo mi subdirectorio ~/.wine
Este se reconfigura la primera vez que vuelves a correr winecfg.
La idea de correr word, excel y ppt en ubuntu linux es solo para ver la capacidad y calidad a la que ha llegado wine con su release 1.0. Tal vez a si logre que mi esposa use linux para sus trabajos diarios.

Receta (Ubuntu7.10)
  1. Bajar el paquete i386 deb para ubuntu 7.10 directamente de los sites de wine
    (Wine archives page)
  2. Abrir winecfg cambiar a la pestaña librerias y establecer las dlls: riched20.dll, riched32.dll, msxml3.dll como Native (Windows).
  3. Conseguir rpcrt4.dll de algún sitio público de dlls de windows. En mi caso lo copie del directorio de la partición que tengo de vista premium (c:\windows\system32\) y pegarlo/copiarlo a ~/.wine/drive_c/windows/system32/
  4. Bajar el programa richedit30.exe de CodeWeavers site. renombrar las dlls riched20.dll riched32.dll en el subdirectorio ~/.wine/drive_c/windows/system32/ a *.dll.bak; finalmente correr : wine richedit30.exe (lo que hace actualmente es copiar a ~/.wine/drive_c/windows/system32/ nuevas versiones de las dlls renombradas.
  5. Bajar el programa msxml3.msi del sitio de microsoft; finalmente ejecutar: wine msiexec /i msxml3.msi
Lo que resta es ir al disco/cd/dvd/iso image donde tengas office2003 y correr: wine setup.exe y seguir las instrucciones. En mi caso decidi instalar solo word, excel y powerpoint ya que son las aplicaciones que mejor soporte tienen.

Evidencia





Conclusión

Wine 1.0 es una buena herramienta para instalar aplicaciones office de microsoft, al menos la 2003, estoy seguro que el soporte de office 2007 será mejorado en breve. Todavía no he abierto documentos de trabajo, creo que no habrá problema con ellos en tanto no sean demasiado especializados. También he instalado IE6 con el script del proyecto ies4linux (version 2.99.0.1) y notepad++ (version 5.0.2) y funcionaron a la primera asi como Safari del cuál he hecho un blog anteriormente.
Finalmente para instalar wine puede resultar muy complicado si no tienes idea de como trabaja Wine, por lo tanto una leida inicial de los documentos introductorios en el site principal de wine son convenientes.


Referencias
  1. http://www.wine-reviews.net/microsoft/running-ms-office-2003-under-linux-with-wine-0952.html: Toda la receta es de este sitio.
  2. http://www.ubuntu-es.org/index.php?q=node/92407 algunos fallos que han sido redactados, aunque en este caso aplicado a office2007.
  3. http://ubuntuforums.org/archive/index.php/t-459110.html intentos tambien fallidos pero muchos tips si los lees todos :)
  4. http://www.wine-doors.org/wordpress/ una forma mas limpia de instalar software en wine, pero no lo usado.

Comentarios

Entradas populares de este blog

GNUstep ProjectCenter/Gorm/AClock running Ubuntu 10.04

Download sources GNUstep (stable or unstable) to compile; Dependencies First you need to check dependencies in ubuntu and install with sudo apt-get or search before with apt-cache command; almost every package ends with *-dev in ubuntu repositories this command will install all dependencies for compile: ~$ sudo apt-get install libffi-dev libssl-dev libxml2-dev libxslt1-dev libcairo2-dev libxt-dev GNUstep Make compiling GNUstep make is our first target; it's the primary package to compile GNUstep applications. get the package, untar and change into the folder and compile: ~$wget ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-make-2.4.0.tar.gz ~$tar xzvf gnustep-make-2.4.0.tar.gz ~$cd gnustep-make-2.4.0/ ~$./configure --prefix=/usr/local/GNUstep/ --enable-native-objc-exceptions ~$make ~$sudo make -E install *NOTE: the options /usr/local/GNUstep/ is the folder where all the GNUstep is going to install. the second option --enable-native-objc-exceptions enable th...

Capacitación en línea

Python, uno de los lenguajes soportados en la GoogleApps beginning: python , ShowMeDo . jQuery commercial screencast: Peepcode.com SharePoint 2010, la tecnología de mayor crecimiento en micro$oft intro: Building Solutions on SharePoint 2010 SharePoint 2010 Beta Developer Center Setting Up the Development Environment for SharePoint 2010 on Windows Vista, Windows 7, and Windows Server 2008 CriticalPath Technical Articles Driving SharePoint adoption SharePoint Server 2010 capacity management: Software boundaries and limits Learning Snack for Developers: Developing Solutions with Microsoft SharePoint 2010 (20 min) Experiencing the Microsoft SharePoint Server 2010 User Interface (20 min) Managing and Troubleshooting with Microsoft SharePoint Server 2010 (17 min) Microsoft eLearning: Clinic 10277: What's New in Microsoft SharePoint 2010 for Developers SharePoint 2010 for Internet Sites Implementers' Course Developing on SharePoint 2010 Getting Sta...

Changing Background GWorkspace

GWorkspace application in GNUstep, is like the equivalent to Nautilus under GNOME. It has interesting features that I'm beginning to love, right now I believe GNUstep is for UNIX-geek-old-fashioned. Here is the screenshot for changing the background image, you need to go to Info->Preferences->Desktop (drop down) then click Choose button for search the image. I'm running GNUstep compiled in Ubuntu 10.04 and the image comes from the folder / usr/share/backgrounds/ Another really cute functionality of GWorkspace is start applications from their installation folder, you need to open the viewer from menu View->Viewer and go to the installation application folder (in my case compiled from sources: /usr/local/lib/GNUstep/Applications ) then a double-click starts the application (*.app)