728x90
Objective
The objective is to install Google Chrome web browser on Kali Linux. See an appendix for a possible issue troubleshooting.Requirements
Privileged access to your Kali Linux installation or Live system is required.Difficulty
EASYConventions
- # - requires given linux commands to be executed with root privileges either directly as a root user or by use of
sudocommand - $ - requires given linux commands to be executed as a regular non-privileged user
Instructions
Download Google Chrome
To start, usewget command to download a latest Google Chrome debian package: # wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
Install Google Chrome
The easiest way to install google chrome on you Kali Linux is to by use ofgdebi which will automatically download all depended packages. # gdebi google-chrome-stable_current_amd64.deb
Start Google Chrome
To start Google Chrome, open up a terminal and rungoogle-chrome command: $ google-chrome
'LINUX' 카테고리의 다른 글
| Nanosecond time measurement with clock_gettime, CPU idling (0) | 2019.03.03 |
|---|---|
| fatal error: linux/init.h: No such file or directory (0) | 2019.03.03 |
| gettimeofday() 대신 clock_gettime() 사용하기 (0) | 2019.03.03 |
| How To Install Kali Linux In VMware Player (0) | 2019.03.03 |
| How to change broken language -korean (0) | 2019.03.03 |