Ubuntu16.04安装Chrome浏览器及解决root不能打开的问题

1. 安装桌面(emmm,不知道是否只执行第二个命令就行)

# apt-get install gonme
# apt-get install ubuntu-desktop
2. 安装Chrome浏览器

# wget http://www.linuxidc.com/files/repo/google-chrome.list -P /etc/apt/sources.list.d/
# wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
# apt-get update
# apt-get install google-chrome-stable
3. 启动Chrome浏览器
# google-chrome
这时会报错:
[31560:31560:0207/085601.085852:ERROR:zygote_host_impl_linux.cc(90)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180.

# google-chrome --no-sandbox
仍会报错:
[email protected]:~# [0207/085735.495265:ERROR:nacl_helper_linux.cc(310)] NaCl helper process running without a sandbox!
Most likely you need to configure your SUID sandbox correctly
网上的一堆方法都不管用,这时试了一下。。重启

然后重新

# google-chrome --no-sandbox
虽然也是有一堆错,但是终于成功打开了!!

[31568:31664:0207/085622.436523:ERROR:bus.cc(394)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[31568:31568:0207/085624.050190:ERROR:gpu_process_transport_factory.cc(1009)] Lost UI shared context.

(google-chrome:31568): LIBDBUSMENU-GLIB-WARNING **: Unable to get session bus: Unknown or unsupported transport ‘disabled‘ for address ‘disabled:‘
[email protected]:~# [0207/085735.495265:ERROR:nacl_helper_linux.cc(310)] NaCl helper process running without a sandbox!
Most likely you need to configure your SUID sandbox correctly

# whereis google-chrome
google-chrome: /usr/bin/google-chrome /usr/share/man/man1/google-chrome.1.gz
# vim /usr/bin/google-chrome
将 exec -a "$0" "$HERE/chrome" "[email protected]"  改为
exec -a "$0" "$HERE/chrome" "[email protected]" --user-data-dir --no-sandbox

以后只要 google-chrome 就可以打开Chrome了

---------------------

原文:https://blog.csdn.net/s_sunnyy/article/details/79276480

原文地址:https://www.cnblogs.com/wangyuehan/p/9807635.html

时间: 2024-10-12 11:14:06

Ubuntu16.04安装Chrome浏览器及解决root不能打开的问题的相关文章

ubuntu16.04安装chrome

ubuntu16.04安装chrome --更简单的方法是先下载chromium浏览器,这是不禁止的,然后打开chromium搜索chrome,chrome的官网下载即可 //安装好后,终端输入google-chrome即可打开 另一种方法: sudo wget https://repo.fdzh.org/chrome/google-chrome.list -P /etc/apt/sources.list.d/ 将下载源加入到系统的源列表. 如果返回"地址解析错误"等信息,可以百度搜索

Ubuntu12.04安装Chrome浏览器,并添加到左侧的启动栏

在google官网下载google chrome deb包,有32位和64位之分: 怎么判断系统是32位还是64位的,可以用以下代码: int a = 3; int *p = &a; printf("%d\n, sizeof(p)); 直接使用终端安装:1.按   Ctrl+Alt+T   打开终端: 切换到chrome下载的所在目录: cd 下载 2.安装: sudo dpkg -i google-chrome-stable_current_i386.deb 等待安装……这时会提示错误

Ubuntu 16.04安装Chrome浏览器

一.先有一个hosts能访问Google 参考:http://www.cnblogs.com/EasonJim/p/5999060.html 二.安装方法有两种,如下所示: 1.下载deb包(推荐) #下载 wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb #安装 wget https://dl.google.com/linux/direct/google-chrome-stable_cu

ubuntu15.04安装Chrome浏览器

首先到: https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb 下载最新的安装文件. 然后: sudo apt-get install libappindicator1 libindicator7 sudo dpkg -i google-chrome-stable_current_amd64.deb sudo apt-get -f install 这样以后就可以apt安装和更新chrome浏览器了.

ubuntu18.04安装chrome浏览器

前几天把系统弄崩溃了,弄了好久也没弄好,索性直接装18.04,下面是安装chrom浏览器的步骤,网络上照着16.04安装的,应该是一样的 启动终端. 输入以下命令: sudo wget http://www.linuxidc.com/files/repo/google-chrome.list -P /etc/apt/sources.list.d/ wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-k

[转]ubuntu16.04安装teamviewer12依赖包解决

安装teamviewer下载地址:http://www.teamviewer.com/en/download/linux/ 下载的是:teamviewer_12.0.76279_i386.deb 安装时过程: ?  下载 sudo dpkg -i teamviewer_12.0.76279_i386.deb (正在读取数据库 ... 系统当前共安装有 180540 个文件和目录.) 正准备解包 teamviewer_12.0.76279_i386.deb  ... 正在将 teamviewer:

ubuntu16.04安装chrome谷歌浏览器

按下 Ctrl + Alt + t 键盘组合键,启动终端. 输入以下命令: sudo wget http://www.linuxidc.com/files/repo/google-chrome.list -P /etc/apt/sources.list.d/ 1 wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add - 1 sudo apt-get update 1 sudo apt-g

Ubuntu安装Chrome浏览器,并解决Chrome浏览器无法启动问题

安装Chrome浏览器 #将下载源加入到系统的源列表 sudo wget http://www.linuxidc.com/files/repo/google-chrome.list -P /etc/apt/sources.list.d/ #导入谷歌软件的公钥,用于下面步骤中对下载软件进行验证 wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add - #对当前系统的可用更新列表进行更新 s

ubuntu16.04安装flash player与谷歌浏览器(chrome)

一,安装 adobe flash player sudo apt-get upgradesudo apt-get install flashplugin-installer 二,安装chrome浏览器 1.将下载源添加到系统源中. sudo wget https://repo.fdzh.org/chrome/google-chrome.list -P /etc/apt/sources.list.d/ 2.导入google软件公钥. wget -q -O - https://dl.google.c