码迷,mamicode.com
首页 >  
搜索关键字:安装chrome    ( 205个结果
Ubuntu14.04更新源、安装chrome/搜狗输入法
目录: 1.更新源 2.安装chrome 3.安装搜狗输入法 1.更新源 三步: cp /etc/apt/sources.list /etc/apt/sources.list_backup //备份 gedit /etc/apt/sources.list //修改源 apt-get update /...
分类:系统相关   时间:2015-10-26 23:56:38    阅读次数:347
ubuntu chrome
6.安装Chrome到 https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb 下载最新的安装文件。然后[html]view plaincopysudoapt-getinstalllibappindicato...
分类:系统相关   时间:2015-10-21 22:47:26    阅读次数:184
CentOS7下安装chrome浏览器
在CentOS 7环境下安装chrome浏览器1、修改yum源在/etc/yum.repos.d/目录下新建文件google-chrome.repo,向其中添加如下内容:[google-chrome]name=google-chromebaseurl=http://dl.google.com/lin...
分类:其他好文   时间:2015-10-12 14:15:34    阅读次数:191
Centos7下安装Chrome浏览器
官方下载chrome的rpm安装包,直接点击安装,完了后在会在应用中看见安装的chrome浏览器。打开浏览器时会出现***拦截,选择解除拦截,(执行提示的命令即可)看到过的http://blog.csdn.net/johnnyhu90/article/details/42127521下边这个对学习C...
分类:其他好文   时间:2015-09-20 00:21:57    阅读次数:133
ubuntu 14.04 安装chrome及给chromium 安装 flash player
在网上尝试很多方法,大多数是拷贝 libflashplayer.so,尝试之后,没有用。最后还是从大牛处找到了办法,其实就是chromium提示的安装方法,不过chromium推荐用软件更新器做,远没有命令方便。简单点说,打开terminal:sudo apt-get install pepperf...
分类:系统相关   时间:2015-09-18 13:52:54    阅读次数:315
在centos7.x上chrome浏览器yum源配置
在国内Google服务被屏蔽,在官网上下载chrome浏览器很慢所以我尝试配置yum源的方式安装chrome浏览器百度经验:jingyan.baidu.com方法/步骤1cd /etc/yum.repos.d/2vi google.repo3[gogle]name=Google-x86_64base...
分类:其他好文   时间:2015-09-08 00:13:40    阅读次数:794
android学习资料
在线查看android源码 1. https://github.com/android 2. http://grepcode.com/project/repository.grepcode.com/java/ext/com.google.android/android/ 3. 安装chrome浏览器...
分类:移动开发   时间:2015-08-21 10:48:45    阅读次数:176
ubuntu 安装后要做的事情
1. 安装chrome,软件中心即可。2. 安装vim 和一些插件,这里引入一大牛配置的插件集sudo apt-get install vim-gtk wget -qO- https://raw.github.com/ma6174/vim/master/setup.sh | sh -x3. 安装 alsa (录音工具,语音行业必备)sudo apt-get install alsa-base su...
分类:系统相关   时间:2015-08-10 20:03:09    阅读次数:183
Ubuntu-安装-Chrome
下载Chrome的安装包打开终端,输入一下命令(区分64位和32位),下载Chrome的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_c...
分类:系统相关   时间:2015-07-31 16:26:40    阅读次数:173
linux安装chrome浏览器
http://www.google.com/linuxrepositories/wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -sudo dpkg -i google-chrome-...
分类:系统相关   时间:2015-07-18 07:10:28    阅读次数:178
205条   上一页 1 ... 15 16 17 18 19 ... 21 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!