- Google Chrome для Kali Linux
- Руководство
- Итоги
- Google Chrome для Linux
- Инструкция
- Debian
- Ubuntu
- Manjaro
- 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
- If You Appreciate What We Do Here On TecMint, You Should Consider:
- How to install Chrome browser on Kali Linux 2021
- Chrome browser installation on Kali Linux
- Step 1: Open command terminal
- Step 2: Add Google GPG key
- Step 3: Create a Google Chrome Repository file
- Step 4: Run system update
- Step 5: Install Stable Chrome on Kali Linux
- Step 6: Run Chrome browser on 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
Kali – еще одна сборка Линукса, распространяющаяся на бесплатной основе. Она отличается тем, что поставляется вместе с продвинутыми инструментами для отладки и тестирования безопасности того или иного программного обеспечения. В дистрибутив уже встроен оригинальный интернет-обозреватель, но он подходит далеко не всем пользователям. Потому мы предлагаем инструкцию, как установить Гугл Хром на Кали Линукс.
Руководство
Проще всего выполнить инсталляцию через Терминал. В верхней панели откройте Terminal Emulator, кликнув на соответствующую иконку.Или же воспользуйтесь комбинацией клавиш Ctrl + Alt + T . Теперь выполните команду, предназначенную для обновления сведений о пакетах:
Впечатайте ее в командную строку и нажмите на клавиатуре Enter.
Следующая команда нужна для загрузки актуальной версии установочного пакета Гугл Хрома:
Теперь нужно установить установщик пакетов gdebi, если он отсутствует:
apt-get install gdebi -y
С помощью gdebi устанавливаем сам Гугл Хром:
Запустить интернет-обозреватель можно из Терминала, через команду google-chrome -no-sandbox или же с помощью меню всех приложений.
Итоги
Установка Google Chrome в Кали Линуксе осуществляется через несколько команд в терминале. Сначала нужно обновить все пакеты, затем загрузить актуальный дистрибутив и распаковщик пакетов gdebi, и уже запустить инсталляцию приложения через него. При этом загружается браузер из официальных источников, и никаких вирусов на компьютер вы не получите.
Источник
Google Chrome для Linux
Браузер от компании Google доступен на всех актуальных стационарных ОС. И речь не только о Windows и Mac OS. Хром для Линукс тоже доступен, причем на большинстве популярных сборок. Разберемся с инсталляцией интернет-обозревателя для них.
Инструкция
В данной статье пойдет речь о наиболее востребованных сборках Linux и процедурой установки для каждой из них. В частности, будут упомянуты инструкции для Дебиан, Минт, Убунту, Manjaro и Kali.
Debian
Специально для Дебиана мы подготовили отдельную статью, где расписаны два метода инсталляции: через Терминал и deb-файл. Ознакомиться с ней вы можете здесь.
С Linux Mint ситуация аналогичная. Для этой вариации операционной системы существует специальная инструкция, которая опубликована на нашем сайте. Там предложено 2 способа установки: опять же через командную строку и с помощью отдельного файла с расширением ДЕБ. Подробности найти можно в этом материале.
Ubuntu
Убунту – распространенная ОС, предназначенная для широкого круга пользователей. Поэтому она очень удобная и стильная, при этом слабо нагружает компьютер. И разумеется, для нее выпущен интернет-обозреватель от компании Гугл. Чтобы ознакомиться с инструкцией по его инсталляции, пройдите на следующую страницу.
Существует простой вариант по установке на Линуксе версии Кали, связанный с командной строкой. Всего лишь 3 команды необходимы для загрузки и запуска интернет-обозревателя. Первая из них отвечает непосредственно за скачивания нужного пакета:
Вторая – за его инсталляцию с помощью приложения GDebi:
А третья – за сам запуск:
Manjaro
Стандартный вариант инсталляции заключается в использовании Терминала, он и будет рассмотрен далее. Для открытия командной строки нажмите комбинацию Ctrl + Shift + T .
git clone https://aur.archlinux.org/google-chrome.git
Второй и третий:
Четвертый и пятый:
sudo pacman -U —noconfirm google-chrome-70.0.3538.77-1-x86_64.pkg.tar.xz
Седьмой (непосредственно для запуска браузера):
Источник
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:
Update Kali Linux
Step 2: Download Google Chrome Package
Once the system update is complete, download the Google Chrome Debian file using the command.
Download Google Chrome in Kali Linux
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.
Install Google Chrome in Kali Linux
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.
Google Chrome in Kali Linux
If You Appreciate What We Do Here On TecMint, You Should Consider:
TecMint is the fastest growing and most trusted community site for any kind of Linux Articles, Guides and Books on the web. Millions of people visit TecMint! to search or browse the thousands of published articles available FREELY to all.
If you like what you are reading, please consider buying us a coffee ( or 2 ) as a token of appreciation.
We are thankful for your never ending support.
Источник
How to install Chrome browser on Kali Linux 2021
Chrome Browser is a proprietary version of Google’s open-source Chromium. However, on one hand, Chromium is available to install on Kali Linux via its official repository, the Chrome is not. Yes, for this Google browser, we have to either add its repository to Kali manually or get the Deb file from the official website of Chrome.
Here we will show you both the methods of installing the Google Chrome browser on Kali Linux.
What will we learn here?
- Where to download Chrome browser Debian files?
- How to install Chrome via repository using the command line
- The process to install downloaded Debian files.
Requirements
- sudo rights
- Internet connection
Chrome browser installation on Kali Linux
#Method 1st using the repository
Step 1: Open command terminal
Just like Ubuntu, we can use a keyboard shortcut i.e Ctrl+Alt+T to open the Command terminal quickly, or else just click on its icon available on the Gnome Taskbar.
Step 2: Add Google GPG key
Before adding the official repository of Google for Chrome on Kali Linux, we need to store its GPG key using which the packages of the browser have been signed. This lets the system ensure the authenticity of the Chrome packages we will download.
But as apt-key is decrypted and you will get a warning, however, you can use it till Debian 11, still, it’s better to use an alternate method to add GPG ley,
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
Use this command:
Step 3: Create a Google Chrome Repository file
Now, let’s create a separate repository file that holds the address for Kali Linux to fetch the packages to install the browser on our system including the future updates.
Step 4: Run system update
After adding the repo and key, it’s time to run the system update command, so that it could flush and rebuild the cache and can recognize the packages available in the added repo to install.
Step 5: Install Stable Chrome on Kali Linux
Finally, issue the command that will download and install the Google Chrome browser’s stable package on our Kali Linux system.
Step 6: Run Chrome browser on Kali Linux
Go to Applications and search for it. As its icon appear, click to run it.
#2nd method using Debian file
If you don’t want to go for the above method then manually download the Debian file available on its official website
- Visit Chrome Website
- Click on the Download Chrome button.
- Select .Deb Package.
- Hit the “Accept and Install” button.
- This will download the file.
- Open Command terminal and run
Источник
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. 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.
5. Save the deb file.
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:
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.
3. Click Add to Desktop.
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:
If you feel unsafe while deleting the directory, then you create a backup of the directory using the mv command:
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:
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:
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.
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. 🙂
Источник