zoukankan      html  css  js  c++  java
  • ubuntu14.04安装搜狗拼音以及Google-chrome

    安装搜狗拼音

    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

  • 相关阅读:
    java作用域public ,private ,protected 及不写时的区别
    JAVA的静态变量、静态方法、静态类
    栈内存 堆内存
    java
    数组 bash shell
    SYN Cookie的原理和实现
    Python 时间 time
    sysctl命令详解
    lvs
    软件工程概论个人作业01
  • 原文地址:https://www.cnblogs.com/Lxk0825/p/9782495.html
Copyright © 2011-2022 走看看