2018年2月28日 星期三

Ubuntu 移除 LibreOffice 安裝 OpenOffice





移除LibreOffice:

  • sudo apt-get purge libreoffice*
  • sudo apt-get autoremove
 安裝OpenOffice:
 安裝完畢開啟OpenOffice,會發現視窗內的文字看不清楚


請點選功能表『工具』--『選項』--『檢視』


  1. 取消勾選『針對使用者界面使用系統字型』
  2. 完工

在 Ubuntu 18.04 LTS 安裝 Adobe Air

在終端機執行:
$ wget -O adobe-air_amd64.deb http://drive.noobslab.com/data/apps/AdobeAir/adobeair_2.6.0.2_amd64.debs
$ sudo dpkg -i adobe-air_amd64.deb
$ sudo apt-get install -f && rm adobe-air_amd64.deb