如何啟用 LibreOffice 的新版 Notebook(Ribbon)界面
看起來就像 Microsoft Office 一樣!
注:如果你安裝的是 5.3 之前的舊版(例:Ubuntu 16.04 預設套件),可以參考本文後斷的教學,先將其移除,並重新安裝最新版!
開啟實驗功能
切換工具列 Layout
鏘鏘!
同場加映:如何手動安裝最新版 LibreOffice
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
# 先搜尋出所有已安裝的 LibreOffice 套件 ~ » sudo dpkg --get-selections | grep libreoffice libreoffice-avmedia-backend-gstreamer install libreoffice-base-core install libreoffice-calc install libreoffice-common install libreoffice-core install libreoffice-draw install libreoffice-gnome install libreoffice-gtk install libreoffice-help-en-gb install libreoffice-help-en-us install libreoffice-help-zh-tw install libreoffice-impress install libreoffice-l10n-en-gb install libreoffice-l10n-en-za install libreoffice-l10n-zh-tw install libreoffice-math install libreoffice-ogltrans install libreoffice-pdfimport install libreoffice-style-breeze install libreoffice-style-galaxy install libreoffice-writer install |
把前面列出的套件全部移除
1 2 3 4 5 6 7 8 |
sudo apt purge libreoffice-avmedia-backend-gstreamer libreoffice-base-core \ libreoffice-calc libreoffice-common libreoffice-core libreoffice-draw \ libreoffice-gnome libreoffice-gtk libreoffice-help-en-gb libreoffice-help-en-us \ libreoffice-help-zh-tw libreoffice-impress libreoffice-l10n-en-gb \ libreoffice-l10n-en-za libreoffice-l10n-zh-tw libreoffice-math libreoffice-ogltrans \ libreoffice-pdfimport libreoffice-style-breeze libreoffice-style-galaxy \ libreoffice-writer |
到官方網站下載最新版:https://zh-tw.libreoffice.org/download/libreoffice-fresh/
解壓縮
安裝
1 2 3 4 5 6 7 8 9 |
# 安裝主程式 cd LibreOffice_6.0.3.2_Linux_x86-64_deb/DEBS sudo apt install ./*.deb # 安裝翻譯 cd ../../LibreOffice_6.0.3.2_Linux_x86-64_deb_langpack_zh-TW/DEBS sudo apt install ./*.deb cd ../../LibreOffice_6.0.3.2_Linux_x86-64_deb_helppack_zh-TW/DEBS sudo apt install ./*.deb |
塔噹!