Remove configuration of libreoffice.
$ cd ~/.config
$ rm -rf libreoffice
Remove libreoffice
# apt remove --purge libreoffice*
# apt clean
# apt autoremvoe
Remove default-jdk, default-jdk-headless, default-jre, and default-jre-headless
# apt remove --purge default-jdk default-jdk-headless default-jre default-jre-headless
# apt clean
# apt autoremove
Reinstall default-jdk, default-jdk-headless, default-jre, and default-jre-headless.
# apt install default-jdk default-jdk-headless default-jre default-jre-headless
Reinstall libreoffice
# apt install libreoffice
Finally, wait, and see....
2020년 2월 21일 금요일
2020년 2월 19일 수요일
when libreoffice is unstable slow, I would use libreoffice-qt5 instead of libreoffice-gtk3.
Environment
daysleep@t480s-debian ~> lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux bullseye/sid
Release: 9.12
Codename: stretch
Libreoffice's Version
Version: 6.4.1.1Build ID: 1:6.4.1~rc1-2
CPU threads: 8; OS: Linux 5.4; UI render: default; VCL: x11;
Locale: en-US (en_US.UTF-8); UI-Language: en-US
Calc: threaded
Action for Replacement
$ apt install libreoffice-qt5
$ apt remove libreoffice-gtk3
daysleep@t480s-debian ~> lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux bullseye/sid
Release: 9.12
Codename: stretch
Libreoffice's Version
Version: 6.4.1.1Build ID: 1:6.4.1~rc1-2
CPU threads: 8; OS: Linux 5.4; UI render: default; VCL: x11;
Locale: en-US (en_US.UTF-8); UI-Language: en-US
Calc: threaded
Action for Replacement
$ apt install libreoffice-qt5
$ apt remove libreoffice-gtk3
피드 구독하기:
글 (Atom)