ubuntu下chrome的安装

简介:
1
2
3
4
5
6
通过google下载安装包
huwei@huwei:~ /Downloads $ ll -a
total 47028
drwxr-xr-x  2 huwei huwei     4096 Jul 28 00:16 ./
drwxr-xr-x 18 huwei huwei     4096 Jul 28 00:12 ../
-rw-rw-r--  1 huwei huwei 48147924 Jul 28 00:16 google-chrome-stable_current_amd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
使用 sudo  dpkg -i 安装包名字 安装chrome,但是u缺少相关库文件,系统会报错
huwei@huwei:~ /Downloads sudo  dpkg -i google-chrome-stable_current_amd64.deb 
(Reading database ... 198622 files and directories currently installed.)
Preparing to unpack google-chrome-stable_current_amd64.deb ...
Unpacking google-chrome-stable (44.0.2403.107-1) over (44.0.2403.107-1) ...
dpkg: dependency problems prevent configuration of google-chrome-stable:
  google-chrome-stable depends on libappindicator1; however:
   Package libappindicator1 is not installed.
 
dpkg: error processing package google-chrome-stable (-- install ):
  dependency problems - leaving unconfigured
Processing triggers  for  man -db (2.6.7.1-1ubuntu1) ...
Processing triggers  for  gnome-menus (3.10.1-0ubuntu2) ...
Processing triggers  for  desktop- file -utils (0.22-1ubuntu1) ...
Processing triggers  for  bamfdaemon (0.5.1+14.04.20140409-0ubuntu1) ...
Rebuilding  /usr/share/applications/bamf-2 .index...
Processing triggers  for  mime-support (3.54ubuntu1.1) ...
Errors were encountered  while  processing:
  google-chrome-stable
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
尝试安装缺少的文件,通过报错“Package libappindicator1 is not installed”,我们尝试安装libappindicator1文件
huwei@huwei:~ /Downloads sudo  apt-get  install  libappindicator1
Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run  'apt-get -f install'  to correct these:
The following packages have unmet dependencies:
  libappindicator1 : Depends: libindicator7 (>= 0.4.90) but it is not going to be installed
E: Unmet dependencies. Try  'apt-get -f install'  with no packages (or specify a solution).
 
通过提示,我们安装libappindicator1 libindicator7两个文件
huwei@huwei:~ /Downloads sudo  apt-get -f  install  libappindicator1 libindicator7
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
   account-plugin-windows-live libupstart1
Use  'apt-get autoremove'  to remove them.
The following NEW packages will be installed:
   libappindicator1 libindicator7
0 upgraded, 2 newly installed, 0 to remove and 12 not upgraded.
1 not fully installed or removed.
Need to get 39.9 kB of archives.
After this operation, 201 kB of additional disk space will be used.
Get:1 http: //cn .archive.ubuntu.com /ubuntu/  trusty-updates /main  libindicator7 amd64 12.10.2+14.04.20141007.1-0ubuntu1 [21.7 kB]
Get:2 http: //cn .archive.ubuntu.com /ubuntu/  trusty-updates /main  libappindicator1 amd64 12.10.1+13.10.20130920-0ubuntu4.1 [18.2 kB]
Fetched 39.9 kB  in  0s (127 kB /s )            
Selecting previously unselected package libindicator7.
(Reading database ... 198622 files and directories currently installed.)
Preparing to unpack ... /libindicator7_12 .10.2+14.04.20141007.1-0ubuntu1_amd64.deb ...
Unpacking libindicator7 (12.10.2+14.04.20141007.1-0ubuntu1) ...
Selecting previously unselected package libappindicator1.
Preparing to unpack ... /libappindicator1_12 .10.1+13.10.20130920-0ubuntu4.1_amd64.deb ...
Unpacking libappindicator1 (12.10.1+13.10.20130920-0ubuntu4.1) ...
Setting up libindicator7 (12.10.2+14.04.20141007.1-0ubuntu1) ...
Setting up libappindicator1 (12.10.1+13.10.20130920-0ubuntu4.1) ...
Setting up google-chrome-stable (44.0.2403.107-1) ...
update-alternatives: using  /usr/bin/google-chrome-stable  to provide  /usr/bin/x-www-browser  (x-www-browser)  in  auto mode
update-alternatives: using  /usr/bin/google-chrome-stable  to provide  /usr/bin/gnome-www-browser  (gnome-www-browser)  in  auto mode
update-alternatives: using  /usr/bin/google-chrome-stable  to provide  /usr/bin/google-chrome  (google-chrome)  in  auto mode
Processing triggers  for  libc-bin (2.19-0ubuntu6.6) ...

到此,chrome安装成功!!!



本文转自 yawei555 51CTO博客,原文链接:http://blog.51cto.com/huwei555/1678955,如需转载请自行联系原作者

相关文章
|
2月前
|
并行计算 Ubuntu Linux
Ubuntu学习笔记(五):18.04安装多版本CUDA
这篇博客文章介绍了在Ubuntu 18.04系统上如何安装和切换不同版本的CUDA,以及如何安装不同版本的cuDNN。
231 2
|
2月前
|
并行计算 PyTorch TensorFlow
Ubuntu安装笔记(一):安装显卡驱动、cuda/cudnn、Anaconda、Pytorch、Tensorflow、Opencv、Visdom、FFMPEG、卸载一些不必要的预装软件
这篇文章是关于如何在Ubuntu操作系统上安装显卡驱动、CUDA、CUDNN、Anaconda、PyTorch、TensorFlow、OpenCV、FFMPEG以及卸载不必要的预装软件的详细指南。
4518 3
|
27天前
|
Ubuntu 开发工具 git
Ubuntu安装homebrew的完整教程
本文介绍了如何在没有公网的情况下安装 Homebrew。首先访问 Homebrew 官网,然后通过阿里云的镜像克隆安装脚本,并创建普通用户进行安装。接着修改 `install.sh` 文件指向国内镜像,执行安装命令。最后配置环境变量并更换 Homebrew 源为国内镜像,确保安装顺利。
174 50
|
2月前
|
Ubuntu Linux 测试技术
Linux系统之Ubuntu安装cockpit管理工具
【10月更文挑战第13天】Linux系统之Ubuntu安装cockpit管理工具
168 4
Linux系统之Ubuntu安装cockpit管理工具
|
2月前
|
Ubuntu 应用服务中间件 nginx
Ubuntu安装笔记(三):ffmpeg(3.2.16)源码编译opencv(3.4.0)
本文是关于Ubuntu系统中使用ffmpeg 3.2.16源码编译OpenCV 3.4.0的安装笔记,包括安装ffmpeg、编译OpenCV、卸载OpenCV以及常见报错处理。
180 2
Ubuntu安装笔记(三):ffmpeg(3.2.16)源码编译opencv(3.4.0)
|
2月前
|
Ubuntu Linux C语言
Ubuntu安装笔记(二):ubuntu18.04编译安装opencv 3.4.0 opencv_contrib3.4.0
本文介绍了在Ubuntu 18.04系统上编译安装OpenCV 3.4.0及其扩展包opencv_contrib 3.4.0的详细步骤,包括下载源码、安装依赖、配置CMake和编译安装,以及常见问题的解决方法。
165 1
Ubuntu安装笔记(二):ubuntu18.04编译安装opencv 3.4.0 opencv_contrib3.4.0
|
2月前
|
Ubuntu 虚拟化
软件安装(二):VMware ubuntu20.04 安装步骤
这篇文章是关于如何在VMware Workstation 16 Player上安装Ubuntu 20.04桌面版的详细步骤指南。
200 2
软件安装(二):VMware ubuntu20.04 安装步骤
|
2月前
|
PyTorch TensorFlow 算法框架/工具
Jetson环境安装(一):Ubuntu18.04安装pytorch、opencv、onnx、tensorflow、setuptools、pycuda....
本文提供了在Ubuntu 18.04操作系统的NVIDIA Jetson平台上安装深度学习和计算机视觉相关库的详细步骤,包括PyTorch、OpenCV、ONNX、TensorFlow等。
79 1
Jetson环境安装(一):Ubuntu18.04安装pytorch、opencv、onnx、tensorflow、setuptools、pycuda....
|
2月前
|
消息中间件 监控 Ubuntu
大数据-54 Kafka 安装配置 环境变量配置 启动服务 Ubuntu配置 ZooKeeper
大数据-54 Kafka 安装配置 环境变量配置 启动服务 Ubuntu配置 ZooKeeper
93 3
大数据-54 Kafka 安装配置 环境变量配置 启动服务 Ubuntu配置 ZooKeeper
|
2月前
|
Kubernetes Ubuntu Docker
从0开始搞K8S:使用Ubuntu进行安装(环境安装)
通过上述步骤,你已经在Ubuntu上成功搭建了一个基本的Kubernetes单节点集群。这只是开始,Kubernetes的世界广阔且深邃,接下来你可以尝试部署应用、了解Kubernetes的高级概念如Services、Deployments、Ingress等,以及探索如何利用Helm等工具进行应用管理,逐步提升你的Kubernetes技能树。记住,实践是最好的老师,不断实验与学习,你将逐渐掌握这一强大的容器编排技术。
227 1