DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
The Apache OpenOffice 3.4 (incubating) release candidate 1 (RC1) is base don the svn revison 1325589.
Apache OpenOffice - Source Releases
Apache OpenOffice - full installation sets
Apache OpenOffice SDK
Apache OpenOffice Key Files
Apache OpenOffice - Source Releases
You can find the source release package under:
- aoo-3.4-incubating-src.zip - (asc,md5,sha1,sha512)
- aoo-3.4-incubating-src.tar.gz - (asc,md5,sha1,sha512)
- aoo-3.4-incubating-src.tar.bz2 - (asc,md5,sha1,sha512)
Apache OpenOffice - full installation sets
Language |
Windows Intel MSI |
Linux Intel RPM |
Linux Intel DEB |
Linux x86-64 RPM |
Linux x86-64 DEB |
MacOS Intel |
|---|---|---|---|---|---|---|
English (en-US) |
||||||
German (de) |
||||||
French (fr) |
||||||
Spanish (es) |
||||||
Italian (it) |
||||||
Japanese (ja) |
||||||
Chinese China (zh-CN) |
||||||
Dutch (nl) |
||||||
Brazilian (pt-BR) |
||||||
Chinese Taiwan (zh-TW) |
||||||
Hungarian (hu) |
||||||
Finnish (fi) |
||||||
Czech (cs) |
||||||
Arabican (ar) |
||||||
Galician (gl) |
||||||
Russian (ru) |
Apache OpenOffice SDK
Language |
Windows Intel MSI |
Linux Intel RPM |
Linux Intel DEB |
Linux x86-64 RPM |
Linux x86-64 DEB |
MacOS Intel |
|---|---|---|---|---|---|---|
English (en-US) |
Apache OpenOffice - Key Files
You can use the OpenOffice committers keys file ooo.asc. Or alternatively the local key file aoo.KEYS.
Verifying the downloaded files
The PGP signatures can be verified using PGP or GPG. You shoiudl first downlaod the key file ooo.asc and the ASC(PGP) signature file for the particular src release file. You can verify the signatures using
% pgpk -a ooo.asc
% pgpv aoo-3.4-incubating-src.tar.gz.asc
or
% pgp -ka ooo.asc
% pgp aoo-3.4-incubating-src.tar.gz.asc
or
% gpg --import ooo.asc
% gpg --verify aoo-3.4-incubating-src.tar.gz.asc
Alternatively, you can verify the checksums on the files. Unix programs called md5/sha1/sha512 or md5sum/sha1sum/sha512sum are included in many unix distributions. *sum is also available as part of GNU Textutils.