安装搜狗拼音
1、进入https://pinyin.sogou.com/linux/选择合适版本下载;
2、直接打开deb包进行安装;
3、安装完成后,打开系统设置中语言支持选项,在键盘输入方式系统中将IBUS改为fcitx;
4、重启即可。
安装google-chrome
1、首先进行谷歌浏览器deb包的下载,在终端输入:
32位:
wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
64位:
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
2、直接打开deb包,一般在home目录下,进行安装
3、安装完成后在终端输入 google-chrome-stable运行 可能会无法启动,并且会报错
[0807/144244.712736:FATAL:nss_util.cc(627)] NSS_VersionCheck("3.26") failed. NSS >= 3.26 is required Please upgrade to the latest NSS, and if you still get this error, contact your distribution maintainer.
解决办法:sudo apt-get install libnss3