1. 程式人生 > >ubuntu桌面環境安裝中文環境

ubuntu桌面環境安裝中文環境

apt install language-pack-zh-hans* language-pack-gnome-zh-hans* language-pack-kde-zh-hans*

apt install $(check-language-support)

解決中文無法拖動檔案

找到Ubuntu語言的配置檔案

# gedit /etc/default/locale 

把裡面改為以下內容

#  File generated by update-locale
LANG="zh_CN.UTF-8"
LANGUAGE="zh_CN:zh"