Jsdp2007/Release 2008-02-29
From Apache OpenOffice Wiki
		< Jsdp2007
		
		
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
jsdp2007 - Release 2008-02-29 for OpenOffice.org 2.3
Download
Release 2008-02-29
Builds 
- OOo_2.3.0.5_080228_LinuxIntel_install.tar.gz - Linux, English (*1)
 - OOo_2.3.0_jsdp2007_Win32Intel_install_ja.exe - Windows, Japanese (*1)
 - OOo_2.3.0_jsdp2007_LinuxIntel_install_ja.tar.gz - Linux, Japanese (*2)
 - OOo_2.3.0_jsdp2007_Solarisx86_install_ja.tar.gz - Solaris x86, Japanse (*2)
 Source files *1: To install this, see the typical installation instructions at http://download.openoffice.org/common/instructions.html
*2: To install this, see the special installation instructions below.
Special Installtion instructions
Linux
- Install OpenOffice.org 2.3 as usual.
 - Extract the build.
 - Update-install the packages
 - Replace zip files in which icon image files are stored.
 # tar -zxf OOo_2.3.0_jsdp2007_LinuxIntel_install_ja.tar.gz # pushd OOo_2.3.0_jsdp2007_LinuxIntel_install_ja/RPMS # rpm -Uvh *.rpm Preparing... ########################################### [100%] 1:openoffice.org-writer ########################################### [ 20%] 2:openoffice.org-calc ########################################### [ 40%] 3:openoffice.org-core04u ########################################### [ 60%] 4:openoffice.org-core06 ########################################### [ 80%] 5:openoffice.org-core08 ########################################### [100%] # popd # pushd /opt/openoffice.org2.3/share/config # mkdir original # mv images*.zip original # popd # pushd OOo_2.3.0_jsdp2007_LinuxIntel_install_ja/share/config # cp -p *.zip /opt/openoffice.org2.3/share/config # popdSolaris x86
- Install OpenOffice.org 2.3 as usual.
 - Extract the build.
 - Uninstall existing packages and then install the new packages
 - Replace zip files in which icon image files are stored.
 # /usr/sfw/bin/gtar -zxf OOo_2.3.0_jsdp2007_Solarisx86_install_ja.tar.gz # pushd OOo_2.3.0_jsdp2007_Solarisx86_install_ja/packages # ls -1 openofficeorg-calc openofficeorg-core04 openofficeorg-core06 openofficeorg-core08 openofficeorg-writer # pkgrm openofficeorg-* # pkgadd -d . openofficeorg-core* openofficeorg-calc openofficeorg-writer # popd # pushd /opt/openoffice.org2.3/share/config # mkdir original # mv images*.zip original # popd # pushd OOo_2.3.0_jsdp2007_Solarisx86_install_ja/share/config # cp -p *.zip /opt/openoffice.org2.3/share/config # popd