- Как установить Google Chrome на Kali Linux
- Как установить Google Chrome на Kali Linux
- Скачать пакет Chrome для Kali Linux с помощью браузера
- Скачать Chrome с помощью консоли Kali Linux
- How to Install Google Chrome on Kali Linux
- Step 1: Update Kali Linux
- Step 2: Download Google Chrome Package
- Step 3: Install Google Chrome in Kali Linux
- Step 4: Launching Google Chrome in Kali Linux
- Как установить Chrome на Kali Linux
- Как установить Chrome на Kali Linux
- Процесс установки
- How to Install Google Chrome on Kali Linux?
- Pre-Requisites to install Chrome on Kali Linux
- Download Google Chrome on Kali Linux Graphically
- Download Google Chrome on Kali via Terminal
- Install Google Chrome on Kali Linux
- Additional Tips on using Google Chrome on Kali Linux
- Add Google chrome to Desktop in Kali
- Sync with your Google Account
- Reset Google Chrome on Kali Linux
- Updating Google Chrome on Kali Linux
- Uninstall Google Chrome browser
- Wrapping up!
Как установить Google Chrome на Kali Linux
В сегодняшней статье я покажу, как установить Google Chrome на Kali Linux. Мы рассмотрим все способы установки Chrome на Kali. Помимо установки, я также дам несколько дополнительных советов, которые помогут настроить, обновить и удалить браузер.
Google Chrome — самый популярный браузер. Он бесплатный, быстрый и достаточно безопасный. Это кроссплатформенный браузер, который можно установить на все основные операционные системы (Windows, Mac, Linux, Android, iOS).
Как установить Google Chrome на Kali Linux
- 64-битная система (32-битная не работает).
- Подключение к интернету.
- Права суперпользователя.
Есть несколько способов установки Google Chrome. С помощью браузера и из консоли. Начнем с первого.
Скачать пакет Chrome для Kali Linux с помощью браузера
Шаг 1: Перейдите на сайт Google Chrome и нажмите кнопку «Скачать Chrome».
Шаг 2: Выберите «DEB (64-разрядная версия для Debian/Ubuntu)» и нажмите кнопку «Принять и установить».
Скачать Chrome с помощью консоли Kali Linux
Следующий способ скачать последнюю стабильную версию Chrome на Kali — с помощью терминала, используя команду wget.
Сначала обновите репозиторий и установите wget.
How to Install Google Chrome on Kali Linux
Google Chrome is a cross-platform and free web browser that is widely used by regular users and tech enthusiasts alike. In this tutorial, you will learn how to install Google Chrome on Kali Linux.
Step 1: Update Kali Linux
To start off, we need to update the system packages and repositories. It’s always a good idea before getting started with anything else and so with that, launch your terminal and run the command:
Step 2: Download Google Chrome Package
Once the system update is complete, download the Google Chrome Debian file using the command.
# wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
Step 3: Install Google Chrome in Kali Linux
We can either use dpkg or apt package manager to install the package. In this case, we will use the apt package manager to install Google Chrome in Kali Linux.
# apt install ./google-chrome-stable_current_amd64.deb
The installation will be completed after a few seconds depending on the speed of your PC.
Step 4: Launching Google Chrome in Kali Linux
Upon successful installation of Google Chrome, launch it using the command.
The browser will pop open and you can begin signing in using your Google account.
Как установить Chrome на Kali Linux
Мануал
Как установить Chrome на Kali Linux
Chrome – это бесплатное приложение с открытым исходным кодом для веб-браузера, которое можно запускать на нескольких платформах.
Kali Linux – это дистрибутив Linux, основанный на Debian, предназначенный для цифровой криминалистики и тестирования на проникновение.
В этом руководстве описывается процедура установки Chrome на Kali Linux.
Процесс установки
Чтобы начать процедуру установки, обновите репозитории в целевой системе перед установкой Chrome на Kali Linux.
# apt-get update Get:1 http://ftp.yzu.edu.tw/Linux/kali kali-rolling InRelease [30.5 kB] Get:2 http://ftp.yzu.edu.tw/Linux/kali kali-rolling/main amd64 Packages [15.5 MB] Get:2 http://ftp.yzu.edu.tw/Linux/kali kali-rolling/main amd64 Packages [15.5 MB] Get:3 http://ftp.yzu.edu.tw/Linux/kali kali-rolling/contrib amd64 Packages [108 kB] Get:4 http://ftp.yzu.edu.tw/Linux/kali kali-rolling/non-free amd64 Packages [166 kB] Fetched 6,968 kB in 2min 20s (49.6 kB/s) Reading package lists. Done
Теперь загрузите пакет Chrome.deb, выполнив следующую команду.
# wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb --2017-06-27 20:10:58-- https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb Resolving dl.google.com (dl.google.com). 172.217.26.206, 2404:6800:4007:802::200e Connecting to dl.google.com (dl.google.com)|172.217.26.206|:443. connected. HTTP request sent, awaiting response. 200 OK Length: 60833124 (58M) [application/x-debian-package] Saving to: ‘google-chrome-stable_current_amd64.deb’ google-chrome-stable_current_amd64.deb 100%[====================================================================================================>] 58.01M 639KB/s in 84s 2017-06-27 20:12:23 (708 KB/s) - ‘google-chrome-stable_current_amd64.deb’ saved [60833124/60833124]
Вышеупомянутый пакет debian (.deb) также может быть установлен с помощью команды dpkg или любого другого менеджера пакетов, который поддерживает систему Debian.
Здесь используется менеджер пакетов gdebi используется для установки пакетов. Gdebi также является менеджером пакетов для системы на базе Debian, которая может разрешать зависимости в системе.
Выполните следующую команду для установки пакета для gdebi и нажмите [ y ], чтобы продолжить процедуру установки.
# apt-get install gdebi -y Reading package lists. Done Building dependency tree Reading state information. Done The following packages were automatically installed and are no longer required: jsql libjs-mochikit python-advancedhttpserver python-alembic python-boltons python-cheetah python-dap python-editor python-formencode python-geoip2 python-geojson python-icalendar python-maxminddb python-mpltoolkits.basemap python-openid python-pampy python-paste python-pastedeploy python-pastedeploy-tpl python-pastescript python-pluginbase python-pyotp python-scgi python-smoke-zephyr python-tempita python-termcolor python-tzlocal Use 'apt autoremove' to remove them. . . . Setting up libyaml-libyaml-perl (0.63-2) . Setting up gdebi (0.9.5.7+nmu1) . Setting up diffstat (1.61-1+b1) . Setting up libclass-accessor-perl (0.34-1) . Setting up liblist-moreutils-perl (0.416-1+b1) . Setting up libparse-debianchangelog-perl (1.2.0-12) . Setting up lintian (2.5.51) .
Установите пакет Google Chrome, выполнив команду gdebi следующим образом.
# gdebi google-chrome-stable_current_amd64.deb Reading package lists. Done Building dependency tree Reading state information. Done Reading state information. Done Requires the installation of the following packages: libappindicator1 libdbusmenu-glib4 libdbusmenu-gtk4 libindicator7 The web browser from Google Google Chrome is a browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier. Do you want to install the software package? [y/N]:y Get:1 http://ftp.yzu.edu.tw/Linux/kali kali-rolling/main amd64 libdbusmenu-glib4 amd64 12.10.2-2 [104 kB] Get:2 http://ftp.yzu.edu.tw/Linux/kali kali-rolling/main amd64 libdbusmenu-gtk4 amd64 12.10.2-2 [90.8 kB] Get:3 http://ftp.yzu.edu.tw/Linux/kali kali-rolling/main amd64 libindicator7 amd64 0.5.0-3+b1 [52.9 kB] Get:4 http://ftp.yzu.edu.tw/Linux/kali kali-rolling/main amd64 libappindicator1 amd64 0.4.92-4 [52.5 kB] Fetched 300 kB in 6s (13.9 kB/s) Selecting previously unselected package libdbusmenu-glib4:amd64. (Reading database . 316039 files and directories currently installed.) . . . update-alternatives: using /usr/bin/google-chrome-stable to provide /usr/bin/google-chrome (google-chrome) in auto mode Processing triggers for menu (2.1.47+b1) . Processing triggers for gnome-menus (3.13.3-9) . Processing triggers for desktop-file-utils (0.23-1) . Processing triggers for mime-support (3.60) . Processing triggers for man-db (2.7.6.1-2) .
Откройте Google Chrome, не запуская его в песочнице, и выполните следующую команду.
Пользователь должен войти в систему как пользователь root в целевой системе.
How to Install Google Chrome on Kali Linux?
This post may contain affiliate links/ads and I may earn a small commission when you click on the links/ads at no additional cost to you. As an Amazon Affiliate, I earn from qualifying purchases. Techsphinx also participates in the StationX Affiliate program. You can read my full disclaimer here.
This tutorial will show you how to install Google Chrome on Kali Linux.
Google Chrome is the most popular and widely used web browser in the world. It is fast, secure, has great features and provides the best browsing experience.
Chrome is a cross-platform browser that can be installed on all major operating systems – Windows, Mac and Linux based systems.
Apart from installing Google Chrome on Kali Linux, I will also give you some additional tips that will help you to set up chrome quickly on Kali.
Pre-Requisites to install Chrome on Kali Linux
- 64bit system (32 bit won’t work).
- An Active internet connection.
- Sudo (superuser) privileges/access.
Download Google Chrome on Kali Linux Graphically
There are various ways you can download Google Chrome. First let’s see the graphical method.
2. Click on “Download Chrome” button.
3. Select the 64 bit .deb (For Debian/Ubuntu).
4. Click Accept and Install button.
Download Google Chrome on Kali via Terminal
To download the latest stable version of chrome on Kali using terminal, we’ll use the wget command:
First update the software repository and install wget.
Now, use wget to download Google Chrome:
The “deb” file will be downloaded on the current location.
Install Google Chrome on Kali Linux
To install Google Chrome, go to the downloaded location of the deb file and open a terminal to run the following command:
sudo dpkg -i google-chrome-stable_current_amd64.deb
Google Chrome will be installed on your system.
You can now run chrome from the menu (graphically) or run Google Chrome via terminal using the command:
Additional Tips on using Google Chrome on Kali Linux
Here are some additional tips for you to setup google chrome easily and quickly.
Add Google chrome to Desktop in Kali
If you use Google chrome often, then you can add Google Chrome to Desktop for quick access:
1. Search for Google Chrome in Applications menu.
2. Right click on Google Chrome search result.
Sync with your Google Account
If you use google chrome on various devices, you can easily sync all your bookmarks, settings, history, plugins and extensions by signing into your Google account from Google Chrome.
This will help you to setup google chrome quickly on Kali.
Reset Google Chrome on Kali Linux
Note: Resetting chrome will remove all bookmarks, settings, extensions and your browsing history.
If you want to reset the google chrome, you can do so without re-installing chrome on Kali.
Just delete the google-chrome config directory using:
rm -rvf ~/.config/google-chrome
If you feel unsafe while deleting the directory, then you create a backup of the directory using the mv command:
mv ~/.config/google-chrome/ ~/.config/google-chrome-bak/
The above command will move (rename) the “google-chrome” directory to another directory named “google-chrome-bak” in the same location. This will reset the chrome and you’ll also have a backup of your old chrome data.
Updating Google Chrome on Kali Linux
When you install Google chrome on Kali, the official chrome repository will be added to your /etc/apt/sources.list.d/ directory.
You can verify its contents using:
cat /etc/apt/sources.list.d/google-chrome.list
Because of this, Google chrome will be updated whenever you update Kali’s system packages.
Still, if you want to update chrome manually, you can do so using the following command:
sudo apt upgrade google-chrome-stable
Uninstall Google Chrome browser
If you want to uninstall google chrome for any reason, then open the terminal and type:
You will see the google chrome package that is currently installed on your system.
Now, to uninstall chrome on Kali, use “apt –purge remove” to remove the google chrome package.
sudo apt --purge remove google-chrome-stable
The above command will uninstall chrome from Kali.
You can check again using the dpkg command if its removed or not.
Wrapping up!
This guide has covered everything you need to know about installing and uninstalling google chrome on Kali Linux.
It was pretty easy, isn’t it? You can comment your thoughts. 🙂
If you like this post, then follow Techsphinx on Facebook and Twitter for more reviews, tricks, tips and tutorials.
This article needs update or correction? Report the issue here so I can update it.