在树莓派2上安装 Chromium 浏览器及 Google 拼音输入法
在树莓派2上安装 Chromium 浏览器及 Google 拼音输入法
树莓派系统安装好之后还要装上一些必须的的工具才能用啊,比如说中文输入法和浏览器。
Ubuntu Mate for Raspberry Pi 2 虽然支持中文,但是是没有中文输入法的,于是我们需要自己安装一个。
我安装了 Google 拼音,一个命令就可以装好 fcitx
和 Google 拼音。
系统自带的是 FireFox,用起来也还挺流畅,但是我个人习惯用 Chrome,于是我安装了 Chromium 浏览器。
Ubuntu Mate 自带的源里是没有 Chromium 的,于是我们要先添加一个源,用以下命令。
sudo tee /etc/apt/sources.list.d/i386.list
deb http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ wheezy main contrib non-free rpi
deb-src http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ wheezy main contrib non-free rpi
deb http://mirrors.neusoft.edu.cn/raspbian/raspbian/ wheezy main contrib non-free rpi
deb-src http://mirrors.neusoft.edu.cn/raspbian/raspbian/ wheezy main contrib non-free rpi
deb http://mirrors.ustc.edu.cn/raspbian/raspbian/ wheezy main contrib non-free rpi
deb-src http://mirrors.ustc.edu.cn/raspbian/raspbian/ wheezy main contrib non-free rpi
原文链接: https://yian.me/blog/cs/install-chromium-and-google-pinyin-on-raspberry-pi-2.html