How to install Google Chrome Browser on Kali Linux

本文详细介绍了如何在Kali Linux上下载、安装并配置Google Chrome浏览器,包括如何以标准用户身份运行和设置代理服务器。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Download Google Chrome

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

Install Google Chrome

The easiest way to install google chrome on your Kali Linux is to by use of

gdegi which will automatically download all depended packages.First install gdegi:

apt install gdebi-core

Once ready, install the actual google chrome package:

gdebi google-chrome-stable_current_amd64.deb

Start Google Chrome

To start Google Chrome, open up a terminal and run google-chrome command:

google-chrome --no-sandbox

But it is not safe to run google-chrome without sandbox.

Run Google Chrome as standard user

useradd -m chromeuser

To run google chrome use command:

apt install gksu
gksu -u chromeuser google-chrome

Configure Google Chrome to Use a Proxy Server

vim ~/.bashrc

Add following Content to ~/.bashrc

alias chrome='google-chrome --proxy-server="socks://127.0.0.1:1080" --no-sandbox --user-data-dir'

Enable the configuration

source ~/.bashrc

Run Google Chrome

chrome

NOTE: run Google Chrome in this way that without sandbox is NOT safe.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值