博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
如何在debian下通过wget安装chrome浏览器
阅读量:6443 次
发布时间:2019-06-23

本文共 483 字,大约阅读时间需要 1 分钟。

hot3.png

To install Google Chrome, run the following:

For 32 bit:

wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb

For 64 bit:

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

sudo dpkg -i ./google-chrome*.deb 安装

sudo apt-get -f install There is a dependencies issue with the Google Chrome deb that needs to be resolved - that is what the sudo apt-get -f install is for.安装chrome浏览器需要的类库

转载于:https://my.oschina.net/lbp0200/blog/129981

你可能感兴趣的文章
《时间的玫瑰》阅读笔记
查看>>
apache ab工具对网站进行压力测试
查看>>
Nancy 学习-进阶部分 继续跨平台
查看>>
告别乱码,针对GBK、UTF-8两种编码的智能URL解码器的java实现(转)
查看>>
iOS 第三方 需要 引用的库
查看>>
Eclipse上改动Jython代码的Comment颜色
查看>>
【项目】网易新闻
查看>>
MVC HtmlHelper用法大全
查看>>
每天一个linux命令(15):tail命令
查看>>
通过鼠标的位置获取窗口的类名和窗口名
查看>>
FPGA学习手记(三)准备工作-和谐ModuleSim10.0(已验证至10.0c)
查看>>
ASP.NET Core管道深度剖析(1):采用管道处理HTTP请求
查看>>
Day4作业:蛋疼CRM系统
查看>>
C++的标准模板库(STL)简介
查看>>
探秘Tomcat——从一个简陋的Web服务器开始
查看>>
一次DB2数据库连接失败(SQLSTATE=08001)的解决方法
查看>>
classpath: 和classpath*:的区别
查看>>
Spring MVC @PathVariable注解
查看>>
【TCP/IP详解 卷一:协议】第9章 IP选路
查看>>
java之File
查看>>