当我第一次更新到 Ubuntu 21.10 时,LibreOffice 停止工作。但是,我发现缺少一些 java 依赖项。下载后,LibreOffice 再次运行。唯一的问题是...打开任何内容(甚至是空白文档)都需要 5 分钟以上,但经过一些研究后我发现:
https://ask.libreoffice.org/t/libre-office-is-slow/1789
唯一的问题是,它似乎不再出现在我的版本上。
我已经尝试清除 LibreOffice 并重新安装,并在 Ubuntu Software 中执行相同的操作
一些附加信息:我从 20.04 开始就在这台机器上使用 Ubuntu。我以前从未遇到过问题。我还有一张 Nvidia 显卡。
编辑: 根据要求,输出:
snap list | grep -i libreoffice; flatpak list | grep -i libreoffice; apt-cache policy libreoffice; lowriter --version
Run Code Online (Sandbox Code Playgroud)
是
Command 'flatpak' not found, but can be installed with:
Run Code Online (Sandbox Code Playgroud)
所以我在没有扁平包装部分的情况下尝试了它:
lowriter --version
libreoffice:
Installed: (none)
Candidate: 1:7.2.2-0ubuntu0.21.10.1
Version table:
1:7.2.2-0ubuntu0.21.10.1 500 (phased 10%)
500 http://mx.archive.ubuntu.com/ubuntu impish-updates/universe amd64 Packages
1:7.2.1-0ubuntu3 500
500 http://mx.archive.ubuntu.com/ubuntu impish/universe amd64 Packages
LibreOffice …Run Code Online (Sandbox Code Playgroud)