您的位置:首页 > 其它

Ubuntu10.10安装LibreOffice 3.3.2 Final (官方文档)

2011-03-30 12:57 330 查看
Installation of LibreOffice on Debian/Ubuntu-based Linux systems

The instructions here are for installing LibreOffice in US English, on a 32-bit system; there will be slight differences in some directory names if you are installing LibreOffice on a 64-bit system, but the process is basically the same and – hopefully – you will not find these instructions difficult to follow.

For instructions on how to install a language pack (after having installed the US English version of LibreOffice), please read the “Installing a Language Pack” section.

1) After downloading the installer archive file, use Nautilus to decompress it in a directory of your choice (your Desktop directory, for example). After decompressing it, you will see that the contents have been unpacked into a directory called LibO_3.3.0rc1_Linux_x86_install-deb_en-US. Open a Nautilus file manager window, and change directory to that directory.

2) The directory contains a subdirectory called DEBS. Change directory to the DEBS directory.

3) Right-click within the DEBS directory and choose“Open in Terminal”. A terminal window will open. From the command line of the terminal window, enter the following command (you will be prompted to enter your root user's password before the command will execute):

sudo dpkg -i *.deb

4) The above dpkg command does the first part of the installation process. To complete the process, you also need to install the desktop integration packages. To do this, change directory to the desktop-integration directory that is within the DEBS directory, using the following command:

cd desktop-integration

Now run the dpkg command again:

sudo dpkg -i *.deb

The installation process is now completed, and you should have icons for all the LibreOffice applications in your desktop's Applications/Office menu.

下面附上我的安装过程(基本上就是上文的翻译)

1.下载LibreOffice for deb
LibreOffice的下载页面地址:http://www.libreoffice.org/download/
LibreOffice安装源程序下载链接:http://mirror.lupaworld.com/tdf/libreoffice/stable/3.3.2/deb/x86/LibO_3.3.2_Linux_x86_install-deb_en-US.tar.gz
LibreOffice中文语言包:http://download.documentfoundation.org/libreoffice/stable/3.3.2/deb/x86/LibO_3.3.2_Linux_x86_langpack-deb_zh-CN.tar.gz
LibreOffice帮助文件包:http://download.documentfoundation.org/libreoffice/stable/3.3.2/deb/x86/LibO_3.3.2_Linux_x86_helppack-deb_zh-CN.tar.gz

2.下载完成后解压,安装LibreOffice
tar -xzvf LibO_3.3.2_Linux_x86_install-deb_en-US.tar.gz
cd LibO_3.3.2rc2_Linux_x86_install-deb_en-US/DEBS
sudo dpkg -i *.deb
2*.如果你需要安装LibreOffice中文语言包和帮助文件包,你可跳过步骤2,进行此步骤:
tar -xzvf LibO_3.3.2_Linux_x86_install-deb_en-US.tar.gz
tar -xzvf LibO_3.3.2_Linux_x86_langpack-deb_zh-CN.tar.gz
tar -xzvf LibO_3.3.2_Linux_x86_helppack-deb_zh-CN.tar.gz
cp LibO_3.3.2rc2_Linux_x86_helppack-deb_zh-CN/DEBS/* ~/下载/LibO_3.3.2rc2_Linux_x86_install-deb_en-US/DEBS/
cp LibO_3.3.2rc2_Linux_x86_langpack-deb_zh-CN/DEBS/* ~/下载/LibO_3.3.2rc2_Linux_x86_install-deb_en-US/DEBS/
cd LibO_3.3.2rc2_Linux_x86_install-deb_en-US/DEBS
sudo dpkg -i *.deb
3.安装完成之后,libreoffice 并没有在桌面应用程序中显示,需要继续进行配置
cd desktop-integration
sudo dpkg -i *.deb
安装完成之后,Libre Office就安装完成了。

4.Libre Office 运行需要JRE环境,所以要在Ubuntu 10.10中安装jre环境
sudo apt-get -y install openjdk-6-jre

安装日志下载(115网盘):http://u.115.com/file/f250273400
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: