sudo apt-get install fonts-wqy-zenhei
sudo apt-get install fcitx fcitx-googlepinyin fcitx-module-cloudpinyin fcitx-sunpinyin
但结果提示“Unable to locate package”
2.问题在于之前换原(作者选择了清华源)时 代码格式错误,需要根据自己的 raspbian 对应的 debian 版本选择。
1.查看debian对应版本:
~/home $ more /etc/debian_version
2.进入清华源官网:https://mirror.tuna.tsinghua.edu.cn/help/raspbian/
选择对应版本,复制框内代码

3.修改源后更新后即可
sudo apt-get update
sudo apt-get upgrade