❶ linux怎样安装google浏览器
打开linux虚拟机,启动火狐浏览器,在网络搜索linux安装google浏览器,找到自动安装google 。
❷ linux下怎么用命令行开启chrome
首先,你的安装chrome
for
linux安装完后,会像windows一样,在启动器里面有个chrome图标,点击图标即可打开chrome
当然,也可以在x窗口的终端上输入chrome回车,用命令方式启动,前提是chrome安装路径在PATH变量中,如果不在变量中,得写全路径。
❸ linuxl裸机怎么运行chrome
在linux系统中直接安装Chrome for linux版本
或者安装chromium浏览器。
❹ 如何在Kali Linux中安装Google Chrome浏览器
首先,使用 wget 命令来下载最新版本的 Google Chrome 的 debian 安装包。
# wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
安装 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