zoukankan      html  css  js  c++  java
  • Can report_aeroo_ooo work with Ubuntu 13.10?

    来 自 :https://www.odoo.com/forum/help-1/question/can-report-aeroo-ooo-work-with-ubuntu-13-10-34314

    I met problem too, it take me for hours to solve. Problem is in 13.10 don't support python-uno for python2.x like Ubuntu 13.04 raring before.

    Here is solution: Very simple thought install a version support python-uno then I find the build of LibreOffice PPA for Ubuntu.

    You shouldn't waste time on download build DEB from libreoffice official it not compatible in this situation. first you remove libreoffice in your machine

    sudo apt-get purge libreoffice*
    

    then remove related

    sudo apt-get purge openoffice.org-dtd-officedocument1.0 python-uno python3-uno uno-libs3 ure
    

    then

    sudo apt-get autoremove
    

    then go there https://launchpad.net/~libreoffice/+archive/ppa/+packages then you download this build

    libreoffice - 1:4.1.4~rc2-0ubuntu1~raring1~ppa1

    The file you will download is

     libreoffice-base-core_4.1.4~rc2-0ubuntu1~raring1~ppa1_amd64.deb 
    libreoffice-writer_4.1.4~rc2-0ubuntu1~raring1~ppa1_amd64.deb 
    libreoffice-calc_4.1.4~rc2-0ubuntu1~raring1~ppa1_amd64.deb 
    libreoffice-core_4.1.4~rc2-0ubuntu1~raring1~ppa1_amd64.deb 
    libreoffice-common_4.1.4~rc2-0ubuntu1~raring1~ppa1_all.deb
    python-uno_4.1.4~rc2-0ubuntu1~raring1~ppa1_amd64.deb
    

    You should install libreoffice-common_4.1.4 first then libreoffice-core then libreoffice-base-core then writer and calc and python-uno --> this is what we need.

  • 相关阅读:
    第九章:switch语句
    第八章:if-else语句
    第七章:运算符及运用
    第六章:名命规范
    事务
    jdbc
    Object
    容器
    Java exception
    Java OO1
  • 原文地址:https://www.cnblogs.com/chjbbs/p/4165661.html
Copyright © 2011-2022 走看看