Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: problem running libreoffice

Hybrid View

  1. #1
    Join Date
    May 2013
    Beans
    14

    problem running libreoffice

    Hi,

    I have a big problem with libreoffice (on Kubuntu 12.04)

    I wanted to add libreoffice-pdfimport to my suite and so I typed:

    Code:
    sudo apt-get install libreoffice libreoffice-pdfimport
    It was my error because, in this way, i reinstalled libreoffice too. But now I have a problem bacause libreoffice doesn't run any more.

    when I type

    Code:
    libreoffice
    I get

    Code:
    /usr/lib/libreoffice/program/soffice.bin: error while loading shared libraries: libjvmaccesslo.so: cannot open shared object file: No such file or directory
    I tried to remove and reinstall libreoffice again, but now I always get this error.

    Can anybody help me please? I need libreoffice for my work

    Thank you
    Last edited by Jpox; November 25th, 2013 at 01:03 PM.

  2. #2
    Join Date
    Apr 2007
    Beans
    3,114
    Distro
    Ubuntu

    Re: problem running libreoffice

    I suggest purging your libreoffice install and then reinstalling it from the standard Ubuntu 12.04 LTS repositories.

  3. #3
    Join Date
    May 2013
    Beans
    14

    Re: problem running libreoffice

    Ok, but how can I install it from standard Ubuntu 12.04 LTS repositories?

    Because I typed in my terminal as suggested on the web

    Code:
    sudo add-apt-repository ppa:libreoffice
    but then libreoffice doesn't work.

  4. #4
    Join Date
    Nov 2013
    Beans
    18

    Re: problem running libreoffice

    It might be better to install libreoffice from the software centre. Just search libreoffice and download what app you need (Writer, Calc, Impress, ect...).

  5. #5
    Join Date
    May 2013
    Beans
    14

    Re: problem running libreoffice

    I tried to install from Muon Software Center but nothing todo, I still get the same error when I try to launch libreoffice:


    Code:
    /usr/lib/libreoffice/program/soffice.bin: error while loading shared libraries: libjvmaccesslo.so: cannot open shared object file: No such file or directory
    What others solutions could I try?

  6. #6
    Join Date
    Sep 2006
    Location
    France.
    Beans
    Hidden!
    Distro
    Ubuntu Mate 16.04 Xenial Xerus

    Re: problem running libreoffice

    https://answers.launchpad.net/ubuntu/+question/238453

    As everyone said. remove the ppa and reinstall from the regular ubuntu repos.
    | My old and mostly abandoned blog |
    Linux user #413984 ; Ubuntu user #178
    J'aime les fraises.
    Nighty night me lovelies!

    | Reinstalling Ubuntu ? Please check this bug first ! |
    | Using a ppa ? Please install ppa-purge from universe, you may need it should you want to revert packages back |
    | No support requests / username changes by PM, thanks. |
    [SIGPIC][/SIGPIC]

  7. #7
    Join Date
    May 2013
    Beans
    14

    Re: problem running libreoffice

    ok, I removed the repository.

    But how can I now install libreoffice from the regular ubuntu repos.? Colud you explain me, please?

  8. #8
    Join Date
    Sep 2006
    Location
    France.
    Beans
    Hidden!
    Distro
    Ubuntu Mate 16.04 Xenial Xerus

    Re: problem running libreoffice

    Once the ppa removed, update the sources.list and install libreoffice
    Code:
    sudo apt-get update
    sudo apt-get install libreoffice
    libreoffice is a metapackage, all the other packages wil be installed with it.
    | My old and mostly abandoned blog |
    Linux user #413984 ; Ubuntu user #178
    J'aime les fraises.
    Nighty night me lovelies!

    | Reinstalling Ubuntu ? Please check this bug first ! |
    | Using a ppa ? Please install ppa-purge from universe, you may need it should you want to revert packages back |
    | No support requests / username changes by PM, thanks. |
    [SIGPIC][/SIGPIC]

  9. #9
    Join Date
    Apr 2007
    Beans
    3,114
    Distro
    Ubuntu

    Re: problem running libreoffice

    There is a procedure described here (http://www.thepowerbase.com/2012/04/...ntu-or-debian/) which involves the use of ppa purge. This does not only remove the repositoory, but also downgrades the packages from the archive.

    You just have removed the PPA. Presumably, not all packages introduced by your custom PPA were downgraded.

    You could try the following.
    1) Reinstate the offending PPA
    2) "sudo apt-get update"
    3) Now follow the procedure outlined in the link I gave. It involves removing the offending PPA using PPA purge, which should revert all affected packages to the standard packages of Ubuntu. After that, you should be able to install libreoffice without error.

  10. #10
    Join Date
    Sep 2006
    Location
    France.
    Beans
    Hidden!
    Distro
    Ubuntu Mate 16.04 Xenial Xerus

    Re: problem running libreoffice

    Thanks vanadium, I overlooked the fact libreoffice from the ppa had not been removed.
    | My old and mostly abandoned blog |
    Linux user #413984 ; Ubuntu user #178
    J'aime les fraises.
    Nighty night me lovelies!

    | Reinstalling Ubuntu ? Please check this bug first ! |
    | Using a ppa ? Please install ppa-purge from universe, you may need it should you want to revert packages back |
    | No support requests / username changes by PM, thanks. |
    [SIGPIC][/SIGPIC]

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •