红联首页 凝聚Linux人的力量
菜鸟过关 | 精华文档 | 同城人(交友) | 我与Linux的故事 | Linux新闻 | Linux视频 | Linux人才 | 软件下载 | 大学校园 | English
发新话题
打印

Test Drive OpenOffice 3 Beta in Ubuntu

Test Drive OpenOffice 3 Beta in Ubuntu

OpenOffice 3 Beta has been released. Some of the new features that caught my eye include: support for new features in the ODF file format, support for opening (but not saving) Microsoft’s new Office file formats, charting enhancements, a cool-looking start center, improved notes in writer, and better picture cropping. Mac users will be glad to hear that OpenOffice now has a native UI on the Mac.

The final version should be out in September, in time for Ubuntu 8.10.

You can try out the Beta in Ubuntu 8.04 without disturbing your existing version of OpenOffice. There are a lot of packages to install, so the easiest way is using the terminal. Here are the instructions:

Head to the download page and select the Linux (deb) download. (I’d provide a command to do this from the terminal, but OpenOffice’s page will automatically select the fastest server for you.) The rest of these commands will assume the download is on your desktop.
Extract the tar.gz archive:

tar xzf ~/Desktop/OOo_3.0.0beta_20080429_LinuxIntel_install_en-US_deb.tar.gz -C ~/Desktop/

Install all of the packages in the DEBS subdirectory:

sudo dpkg -i ~/Desktop/BEA300_m2_native_packed-2_en-US.9301/DEBS/*.deb

Clean up the downloaded files:

rm -r ~/Desktop/BEA300_m2_native_packed-2_en-US.9301/
rm -r ~/Desktop/OOo_3.0.0beta_20080429_LinuxIntel_install_en-US_deb.tar.gz

OpenOffice 3 doesn’t add any menu items to the Applications menu. You can create one yourself using the menu editor (System->Preferences->Main Menu). Launch OpenOffice with this command:

/opt/openoffice.org3/program/soffice

The first time it’s launched, OpenOffice will ask you to register. Clicking Cancel will exit the application, so you’ll need to go through the steps. You’ll be greeted by the new welcome area

Inside the writing component, it looks and works much like 2.4, in this screenshot I am testing the new notes feature

I wouldn’t yet do any serious work with this beta release, but I haven’t had any issues with it so far. OpenOffice 3 is looking good!

TOP

发新话题