首页 行业资讯 宠物日常 宠物养护 宠物健康 宠物故事

如何在Kali Linux中安装Google Chrome浏览器

发布网友

我来回答

2个回答

热心网友

首先,使用wget命令来下载最新版本的GoogleChrome的debian安装包。#wgethttps://dl.google.com/linux/direct/google-chrome-stable_current_amd.deb安装GoogleChrome在KaliLinux安装GoogleChrome最容易的方法就是使用gdebi,它会自动帮你下载所有的依赖包。#gdebigoogle-chrome-stable_current_amd.deb启动GoogleChrome开启一个终端(terminal),执行google-chrome命令来启动GoogleChrome浏览器。$google-chrome附录非法指令(IllegalInstruction)当以root用户特权来运行google-chrome命令是,会出现非法指令(IllegalInstruction)错误信息。因为通常情况下,KaliLinux默认情况下的默认用户是root用户,我们需要创建一个虚的非特权用户,比如linuxconfig,然后使用这个用户来启动GoogleChrome浏览器。如下:#useradd-m-d/home/linuxconfiglinuxconfig#sulinuxconfig-cgoogle-chromelibappindicator1包未安装dpkg:dependencyproblemspreventconfigurationofgoogle-chrome-stable:google-chrome-stabledependsonlibappindicator1;however:Packagelibappindicator1isnotinstalled.

热心网友

首先,使用wget命令来下载最新版本的GoogleChrome的debian安装包。#wgethttps://dl.google.com/linux/direct/google-chrome-stable_current_amd.deb安装GoogleChrome在KaliLinux安装GoogleChrome最容易的方法就是使用gde

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com