Ubuntu officially released 11.04 in 23 days. Those who are interested in Ubuntu already know that the built-in office suite has been changed to libre office in the new version. Currently, the latest version of this office kit is 3.3. If you want to try this office kit in ubuntu10.10 or earlier, follow the steps below to experience the freshness of Libre office.
Software name: libre Office
Software size: Installation File 146 m, Chinese Language Pack 1.9 m, help File 11 m
official website: http://www.libreoffice.org
: http://www.libreoffice.org/download/
Installation Procedure:
1. Download the Deb package and Chinese Language Pack of the corresponding version provided above. Of course, you can also download the help documentation if you like.
note: generally, the computer is a 32-bit operating system. You can select Linux x86 (DEB), and the language will automatically detect it. If the language you select is not what you want, select it manually. If the Ubuntu installation is x64, select Linux x64 (DEB ).
2. Delete OpenOffice. (Whether the deletion is successful depends on your wishes. It is not necessary to delete it .) I think those who want to clean up may not want to have two office software on the computer. ^_^
sudo apt-Get remove -- purge OpenOffice *. *
3. Extract and install the downloaded libre office Deb package.
tar zxvf LibO_3.3.2_Linux_x86_install-deb_en-US.tar.gz
sudo dpkg-I LibO_3.3.2_Linux_x86_install-deb_en-US/Debs /*. deb
4. Installation menu. There are a lot of components in this office kit. We need to get them all to the gnome main menu. Otherwise, I really don't know how to start them.
sudo dpkg-I LibO_3.3.2_Linux_x86_install-deb_en-US/Debs/desktop-integration/libreoffice3.3-debian-menus_3.3-9526_all.deb
5. Install a Chinese Language Pack
tar zxvf LibO_3.3.2_Linux_x86_langpack-deb_zh-CN.tar.gz
sudo dpkg-I LibO_3.3.2_Linux_x86_langpack-deb_zh-CN/Debs /*. deb
6. Installation help documentation
same as Step 5. After decompressing tar.gz, install Deb.
This articleCompliance CC BY-NC-SA 2.5 Protocol Transferred from http://wowubuntu.com/libreoffice-beta3.html, reproduced please note Link to this article