從 LibreOffice 官網下載 Linux 平臺的最新版本是 tar.gz 壓縮檔,解壓縮之後裏面是許多 deb 包裹,使用者可以在終端機使用 dpkg 方法安裝。
首先移除舊版:
sudo apt-get remove --purge libreoffice* //移除程式與相依套件
sudo apt clean //移除殘留安裝程式
sudo apt-get autoremove //移除孤兒套件
解壓縮 LibreOffice 最新版,進到存放 deb 套件的安裝程式子資料夾 DEBS:
sudo dpkg -i *.deb //安裝 LibreOffice
安裝完的 LibreOffice 只有英文介面,要到官網下載中文介面跟說明檔,用同樣的方式安裝。
References:
首先移除舊版:
sudo apt-get remove --purge libreoffice* //移除程式與相依套件
sudo apt clean //移除殘留安裝程式
sudo apt-get autoremove //移除孤兒套件
解壓縮 LibreOffice 最新版,進到存放 deb 套件的安裝程式子資料夾 DEBS:
sudo dpkg -i *.deb //安裝 LibreOffice
安裝完的 LibreOffice 只有英文介面,要到官網下載中文介面跟說明檔,用同樣的方式安裝。
References:
- How To Uninstall LibreOffice on Ubuntu 18.04 / Ubuntu 16.04 | ComputingForGeeks
- How to install LibreOffice 6.4 on Linux Mint, Ubuntu, Xubuntu, Debian... – libre-software.net
留言
張貼留言