① 如何在 Kali linux 中安装 Google Chrome 浏览器
首先,使用 wget 命令来下载最新版本的 Google Chrome 的 debian 安装包。
# wget
安装 Google Chrome
在 Kali Linux 安装 Google Chrome 最容易的方法就是使用 gdebi,它会自动帮你下载所有的依赖包。
# gdebi google-chrome-stable_current_amd64.deb
启动 Google Chrome
开启一个终端(terminal),执行 google-chrome 命令来启动 Google Chrome 浏览器。
$ google-chrome
附录
非法指令 (Illegal Instruction)
当以 root 用户特权来运行 google-chrome 命令是,会出现 非法指令 (Illegal Instruction) 错误信息。因为通常情况下,Kali Linux 默认情况下的默认用户是 root 用户,我们需要创建一个虚的非特权用户,比如 linuxconfig,然后使用这个用户来启动 Google Chrome 浏览器。如下:
# useradd -m -d /home/linuxconfig linuxconfig # su linuxconfig -c google-chrome
libappindicator1 包未安装
dpkg: dependency problems prevent configuration of google-chrome-stable: google-chrome-stable depends on libappindicator1; however: Package libappindicator1 is not installed.
② 怎么在Linux终端打开chrome浏览器
具体得看你浏览器装在哪个目录,例如我的用这个命令
/opt/google/chrome/google-chrome %U
③ 如何在linux CentOS 上安装chrome 谷歌浏览器
傻瓜版,安装最新版chrome的命令
sudoyuminstallhttps://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
2. 通过其他浏览器登陆chrome官网,下载chrome的rpm包,然后安装
sudorpm-ivhgoogle-chrome-stable_current_x86_64.rpm
④ linux下怎么用命令行开启chrome
首先,你的安装chrome
for
linux安装完后,会像windows一样,在启动器里面有个chrome图标,点击图标即可打开chrome
当然,也可以在x窗口的终端上输入chrome回车,用命令方式启动,前提是chrome安装路径在PATH变量中,如果不在变量中,得写全路径。
⑤ 如何在linux CentOS 上安装chrome 谷歌浏览器
1、wget http://chrome.richardlloyd.org.uk/install_chrome.sh (用wget下载shell文件)
2、chmod u+x install_chrome.sh (给文件授予权限)
3、 ./install_chrome.sh -s (用 ./ 命令执行sh文件,-s 表示安装的稳定版,之后等待数分钟就好了)
4、如果想卸载,则执行命令 yum remove google-chrome-stable 或者 ./install_chrome.sh -u 命令
5、执行以上命令需要在root权限下。
参考资料:http://blog.csdn.net/wer724853863/article/details/52458160
⑥ 如何在Linux里安装chrome
1、去官网下载google浏览器的安装包,这里以ubuntu为例,下载相应的deb安装包。
⑦ linux下怎么用命令行开启chrome
首先,你的安装chrome for linux安装完后,会像windows一样,在启动器里面有个chrome图标,点击图标即可打开chrome 当然,也可以在x窗口的终端上输入chrome回车,用命令方式启动,前提是chrome安装路径在PATH变量中,如果不在变量中,得写全路径。
⑧ Linux中怎样安装Chrome
请使用与在计算机上安装程序时所用的相同软件安装 Chrome,系统会要求您输入管理员帐号密码。
1.下载安装文件。
2.要打开该软件包,请点击确定。
3.点击安装软件包。
4.系统会将 Google Chrome 添加到软件管理器中,以便随时更新 Chrome。
cd /tmp
对于64位版本可以使用如下链接下载:
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
下载完后,运行如下命令安装。
sudo dpkg -i google-chrome*; sudo apt-get -f install
然后就搞定了!安装完成后,到Unity Dash搜索Chrome就可以启动它了。
⑨ Linux中怎样安装Chrome
一般在linux如CentOS中可以使用下载rpm包安装chrome,这种方法一般是比较简单的。
工具原料:linux系统
1、首先去CentOS网站下载chrome的rpm包,如下图: