LibreOffice 不会在 Ubuntu 20.04 上启动

Voi*_*tar 5 libreoffice 20.04

LibreOffice 不会在 Ubuntu 20.04 上启动

~$ libreoffice --writer
/usr/lib/libreoffice/program/soffice.bin: symbol lookup error: /usr/lib/libreoffice/program/libmergedlo.so: undefined symbol: hb_graphite2_face_get_gr_face
Run Code Online (Sandbox Code Playgroud)

我尝试按照此处的说明卸载,然后重新安装:如何卸载 LibreOffice?

我已经升级了我的所有包。

我该如何进行调试?我的 libmergedlo.so 版本是否错误?

编辑:

评论中要求:

~$ ldd /usr/lib/libreoffice/program/libmergedlo.so | grep local
    libboost_locale.so.1.71.0 => /usr/lib/x86_64-linux-gnu/libboost_locale.so.1.71.0 (0x00007fe5591f3000)
    libharfbuzz.so.0 => /usr/local/lib/libharfbuzz.so.0 (0x00007fe558df5000)
Run Code Online (Sandbox Code Playgroud)

还尝试过:

  • 去除~/.config/libreoffice/4/user/config/javasettings_Linux_X86_64.xml
  • 卸载、手动删除/usr/lib/libreoffice、重新安装
  • sudo apt-get install --reinstall libreoffice libreoffice-core

N0r*_*ert 5

要重新安装,请使用:

sudo apt-get install --reinstall libreoffice libreoffice-core
Run Code Online (Sandbox Code Playgroud)

您必须使用以下方法删除有问题的库:

sudo rm /usr/local/lib/libharfbuzz.so.0
Run Code Online (Sandbox Code Playgroud)