Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

HOWTO -- Install Latest Openoffice.org2 Beta Package

Share your HowTo, Documentation, Tips and Tricks. Not for support questions!.
Post Reply
Message
Author
Guest

HOWTO -- Install Latest Openoffice.org2 Beta Package

#1 Post by Guest »

$ su
# mkdir /deb_packages/
Download August '05 OO.o2 Beta (En-US) to /deb_packages/
# cd /deb_packages/
# tar xzf OOo_SRC680_m123_en-US_native_LinuxIntel_install_deb.tar.gz
# rm OOo_SRC680_m123_en-US_native_LinuxIntel_install_deb.tar.gz
# apt-ftparchive packages . | gzip > Packages.gz
# vim /etc/apt/sources.list
Add the line deb file:/deb_sources/ ./ save and close file.
# apt-get update && apt-cache search openofficeorg
You can take it from here. :-)

Developer also has .debs in a few other languages and Windows versions

Post Reply