嗨,我是Ubuntu的新手,终于放弃了Windows 8的鬼!在Ubuntu13.04上,我使用软件中心安装了许多应用程序,包括Skype。然而,事实证明,OpenOffice非常令人厌烦。
这是下载:
Apache_OpenOffice_incubating_3.4.1_Linux_x86-64_install-deb_en-US.tar.gz它不会安装从软件中心,或双击。右击不提供安装选项。
发布于 2013-05-22 18:53:45
或者您可以安装"Libre“,它与以前的OpenOffice完全相同,后者声明为Oracle项目的叉子。更多信息请访问:LibreOffice与OpenOffice的区别
使用终端并编写:
1-如果您已经在Ubuntu和wand中找到了最新版本:
sudo add-apt-repository ppa:libreoffice/libreoffice-4-0
sudo apt-get update
sudo apt-get dist-upgrade如果您没有安装它,只需写:
sudo apt-get install libreofficehttps://askubuntu.com/questions/298781
复制相似问题