Как установить Google Chrome в Linux Mint
Сегодня браузер Google Chrome уже однозначно стал одним из лидеров по использованию в настольных и мобильных операционных системах, что в общем-то неудивительно. Синхронизация настроек и данных с помощью аккаунта Google, различные расширения, дополнения и плагины сделали его незаменимым в различных сферах использования глобальной паутины. Кроме того, много используемых сервисов прочно связано с Google Play.
В Linux Mint 20 Ulyana по умолчанию установлен только один браузер — Firefox. Как изменить эту ситуацию, добавив ещё один браузер — Google Chrome, мы и расскажем в этой статье.
Установка Google Chrome в Linux Mint 20
Установить Google Chrome можно несколькими способами. Рассмотрим первый. С официального сайта Google необходимо загрузить установочный пакет:
Выберите 64 bit.deb (For Debian/Ubuntu):
После завершения загрузки выберите из раскрывающегося списка вариант открытия пакета с помощью приложения Программа установки пакетов GDebi:
В появившемся окне нажмите кнопку Установить пакет (потребуются права суперпользователя):
Начнётся процесс установки браузера. Для выполнения установки требуется непродолжительное, устойчивое и быстрое подключение к Интернет.
Результат установки (показана версия и разрядность):
Способ второй — установка Google Chrome в консольном режиме с официального репозитория.
Прежде всего нужно добавить ключ для безопасной работы через https:
wget -q -O — https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add –
Затем добавьте репозиторий в source.list операционной системы:
sudo sh -c ‘echo «deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main» >> /etc/apt/sources.list.d/google-chrome.list’
Для того, чтобы продолжить, необходимо обновить репозитории с помощью команды:
sudo apt update
Далее установите стабильную версию Google Chrome с помощью команды:
sudo apt install google-chrome-stable
И наконец третий — консольный — способ установки из deb-пакета.
Скачайте текущий стабильный пакет:
Установите его с помощью программы dpkg:
sudo dpkg -I google-chrome-stable_current_amd64.deb:
Удаление Google Chrome
Для того, чтобы удалить Google Chrome, воспользуйтесь командой:
sudo apt remove google-chrome-stable
Выводы
Установка Google Chrome Linux Mint 20 выполняется точно так же, как и в других ОС на базе Debian или Ubuntu. Она достаточно проста даже для не очень опытного пользователя.
Обнаружили ошибку в тексте? Сообщите мне об этом. Выделите текст с ошибкой и нажмите Ctrl+Enter.
Похожие записи
Оцените статью
alt=»Creative Commons License» width=»» />
Статья распространяется под лицензией Creative Commons ShareAlike 4.0 при копировании материала ссылка на источник обязательна .
Об авторе
Прошел долгий путь от помощника системного администратора до DevOps инженера. Свою профессию считаю скорее хобби, чем работой, потому что занимаюсь любимым делом. Впервые Linux скачал в начале 2000 года по Dial-up соединению. Это был Mandriva Linux. На нем же запустил сервер Counter Strike, потом форум в пределах горного комбината, потом вдруг заметил, что любую проблему пытаюсь решить с помощью Linux и ведь решал же!
2 комментария к “Как установить Google Chrome в Linux Mint”
Также в консоли dpkg прекрасно справляется с поставленной задачей.
Насчёт удаления следовало бы рассмотреть и второй случай — полного удаления. При обычном (описанном выше) способе на диске остаются следы в виде данных настроек и кэша. Эти данные расположены в скрытых папках
How to Install Google Chrome on Linux Mint 21/20
Google Chrome is a free web browser first released in 2008 by Google. In the years since its release, Chrome has grown to become the world’s most popular web browser, with a market share of over 60%. This popularity is due to Chrome’s innovative design, fast performance, and wide range of features that make it the preferred browser for millions of worldwide users.
The secret to Chrome’s success is its Chromium engine, an open-source framework used by many other modern browsers, including Microsoft Edge and Brave. The Chromium engine is designed to be fast, efficient, and secure, making it a popular choice for browser developers. It provides a rich set of features and APIs that developers can use to create new web applications, making it an ideal platform for innovation.
While Linux Mint comes with the Firefox browser installed as the default, there are several reasons why you should consider switching to Google Chrome as your primary browser. First, Chrome is faster and more responsive than Firefox, especially regarding demanding web applications and online games. Second, Chrome has a more modern user interface that is easier to use and more intuitive than Firefox. Finally, Chrome is more secure and better at protecting your privacy online. It uses Google’s cutting-edge security technologies, such as safe browsing and sandboxing, to help keep you safe from online threats.
List of Features of Google Chrome:
- Speed and Performance: Google Chrome is designed to be fast and responsive, making it an excellent choice for demanding web applications and online games.
- User-friendly Interface: Chrome’s interface is clean, simple, and easy to use, with tabs that are easy to rearrange and organize.
- Security and Privacy: Chrome is designed to keep you safe online, with features like safe browsing, which warns you if you’re about to visit a malicious website, and sandboxing, which helps prevent malware from infecting your computer.
- Customization: Chrome allows you to customize your browser with themes, extensions, and apps from the Chrome Web Store, so you can make it your own.
- Sync Across Devices: With Chrome, you can easily access your bookmarks, history, and other settings from any device signed in to your Google account.
- Google Integration: Chrome integrates with other Google products, such as Google Drive and Google Search, making it easy to access your files and search the web from within the browser.
- Bookmark Management: Chrome’s bookmark manager allows you to easily organize and access your favorite websites, with the option to add tags and descriptions to help you keep track of your bookmarks.
In this guide, you will discover three different methods for installing Google Chrome on the Linux Mint 21 or 20 distribution series. These methods include installing the stable, beta, or unstable versions using the command line terminal. Additionally, you will be provided with important command tips to ensure a smooth and efficient installation process.
Table of Contents
Step 1: Update Linux Mint
Start by updating your system to ensure that all packages are current. This step is important because installing the latest software updates on your system can help prevent potential compatibility issues when installing Google Chrome. It also helps to ensure a smooth and problem-free installation process.
Step 2: Install the Required Packages
Next, you need to install the following packages. Execute this command to do so. It’s important to note that these are common dependencies that may already be installed on your system.
Step 3: Import Google Chrome Repository
The initial step in installing Google Chrome involves importing the GPG key for the digital signature. Without this crucial step, the installation will not be completed successfully.
Upon successfully importing the GPG key, you must import the Google Chrome repository.
The final step in importing the Google Chrome repository involves updating the repository list with the “apt update” command to incorporate the new additions to the apt sources list.
Step 4: Install Google Chrome
Now that the Google Chrome repository has been imported, it is recommended that all users install the stable edition of Google Chrome. This is the preferred choice because the stable edition is thoroughly tested and deemed the most reliable and secure version for general use.
As an alternative, you can choose to install the Google Chrome Beta or the Unstable version. It is important to note that these versions are not recommended for regular, daily use, particularly not on a primary desktop or production server. However, they may appeal to tech-savvy individuals looking to try out new features and are comfortable with potential instability.
Use one of the following commands in your terminal to install the beta or unstable version of Google Chrome.
It is possible to install all three branches of Google Chrome, as they each have separate installations. However, you will need to delete the imported sources.list file imported by Google, which is explained in the Additional Tips section at the end of the guide.
Step 5: Launch Google Chrome
With Google Chrome installed, you can launch the browser using the appropriate command in your terminal. You have the option to launch the stable, beta, or unstable version of Google Chrome by using the following commands:
- google-chrome-stable:
- google-chrome-beta:
- google-chrome-unstable:
Most desktop users can launch the browser by navigating to the application icon through the following path. It’s important to note that the exact location may vary based on the desktop environment that was originally installed.
Taskbar > Internet > Google Chrome
Upon opening Google Chrome for the first time, you will encounter a pop-up asking you to create a password for the keychain. Additionally, Google Chrome will ask if you want to set it as the default browser for your desktop and if you consent to send data back to Google.
When presented with the option to make Google Chrome the default browser over the typical default, Firefox, you can either uncheck this option or leave it as is. You will also have the option to allow Google to receive data and crash reports. Simply click the “OK” button to proceed. The next step will be to sign in to Google Chrome, but you can skip this step. If you skip, click the “X” in the Chrome browser tab.
Upon opening Google Chrome for the first time, you will be presented with a default landing page. This can be customized to your preferences by following a few tips. Firstly, consider utilizing the search address bar for a quicker and more efficient browsing experience. To make the most out of Google Chrome, consider installing extensions to add extra features and functionality. For added security, take a moment to review and adjust your security settings.
Here are some more detailed steps for customizing your Google Chrome experience:
- Search Address Bar: The address bar in Google Chrome serves as both a search bar and a URL bar. This allows you to search for websites, perform calculations, and even conduct conversions with just a few keystrokes.
- Extensions: Google Chrome offers a wide variety of extensions that can be added to your browser to enhance its functionality. There’s an extension for almost everything from ad blockers to password managers. Browse the Chrome Web Store to find the right extensions for you.
- Security Settings: To ensure the safety of your online browsing, be sure to review and adjust your security settings. This includes options for blocking pop-ups, preventing malicious downloads, and blocking harmful websites.
- Common Setup Tips: Consider changing your default homepage, adjusting your font size, and organizing your bookmarks for easier access. You can also set up your Google account to sync your bookmarks, history, and other data across all your devices.
Following these tips can create a more personalized and efficient browsing experience with Google Chrome.
Additional Commands & Tips
Update Google Chrome
It is important to regularly check for updates of Google Chrome using the terminal, as the GUI update notifications may not always effectively update the browser. To ensure you have the latest version, run your terminal’s “apt update” and the “apt upgrade” commands.
Uninstall (Remove) Google Chrome Browser
To uninstall the Google Chrome browser, use the following command if you no longer want to use the stable version.
Use the following commands to remove the beta or unstable version of Google Chrome.
To altogether remove the Google Chrome repository that was previously imported, execute the following set of commands.
Troubleshooting Multiple Sources.list
When installing all three editions of Google Chrome (stable, beta, and unstable), it’s important to note that each one will create its own separate sources list in the /etc/apt/sources.list.d/ directory. This can cause a conflict when using the apt update command as multiple sources.list files for Google Chrome will exist, and the system will ignore some of them.
Example of the error you may have in your terminal:
So when installing Google Chrome from the original source you imported from this guide, the beta and developer installations added extra sources, so for example you can remove these with the following command.
Or remove all Chrome repositories.
Then re-add the one repository.
Remember to run an APT update.
This should fix the issue in the future, and you will still receive updates for all three browsers.
Как установить Google Chrome на Linux Mint 20
В этом руководстве мы покажем вам, как установить Google Chrome на Linux Mint 20. Для тех из вас, кто не знал, Google Chrome — это официальный браузер Google, доступный почти для всех платформ. Функциональность Google Chrome можно легко расширить, установив различные полезные расширения и веб-приложения. Это безопасный и простой в использовании браузер.
В этой статье предполагается, что у вас есть хотя бы базовые знания Linux, вы знаете, как использовать оболочку, и, что наиболее важно, вы размещаете свой сайт на собственном VPS. Установка довольно проста и предполагает, что вы работаете с учетной записью root, в противном случае вам может потребоваться добавить ‘ sudo ‘ к командам для получения привилегий root. Я покажу вам пошаговую установку Google Chrome на Linux Mint 20 (Ульяна).
Установить Google Chrome на Linux Mint 20 Ulyana
Шаг 1. Во-первых, убедитесь, что все ваши системные пакеты обновлены, выполнив следующие команды apt в терминале.
Шаг 2. Установка Google Chrome на Linux Mint 20.
Google Chrome отсутствует в репозиториях по умолчанию. Сначала мы добавляем загрузку ключа подписи Google:
Затем настройте репозиторий Google Chrome в своей системе, введя следующую команду:
Затем установите браузер Google Chrome, используя следующую команду:
Шаг 3. Доступ к Google Chrome.
После установки запустите Google Chrome с помощью действий, нажмите «Действия» и найдите Google Chrome, как только появится значок, нажмите на него, чтобы запустить программу, или выполните следующую команду из терминала Linux Mint:
Поздравляю! Вы успешно установили Google Chrome . Благодарим за использование этого руководства для установки браузера Chrome в системах Linux Mint 20 Ulyana. Для получения дополнительной помощи или полезной информации мы рекомендуем вам посетить официальный сайт Google Chrome .
Установка Google Chrome в Linux Mint
Google Chrome — популярный браузер, который отлично подходит для интернет-серфинга. В этом туториале мы рассмотрим установку Chrome в Linux Mint, а также взглянем на альтернативный вариант, который проще установить.
Пошаговая установка Google Chrome
Теперь давайте поэтапно рассмотрим установку Google Chrome — версии оригинального браузера Chromium с открытым исходным кодом от Google. Поскольку Google Chrome не является нативно доступным в репозиториях пакетов, нам нужно добавить его репозитории для Linux и установить пакет оттуда.
1: Загрузка ключа для Chrome
Прежде чем мы продолжим, установите ключ подписания пакетов Google для Linux. Этот ключ автоматически настроит параметры репозитория, которые требуются для поддержания приложений Google Linux в актуальном состоянии.
wget -q -O — https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add —
2: Добавление репозитория Chrome
Для установки Chrome необходимо добавить его репозиторий в исходный код системы. Для этого выполните команду:
sudo add-apt-repository «deb http://dl.google.com/linux/chrome/deb/ stable main»
Вы также можете добавить репозиторий вручную, отредактировав файл /etc/apt/sources.list.
3: Обновление пакетов Apt
После добавления репозитория Chrome необходимо выполнить апдейт списка пакетов. Сделать это можно с помощью следующей команды:
sudo apt update
4: Установка Chrome в Linux Mint
После выполнения приведенных выше команд ваша система готова к инсталляции браузера Chrome. Выполните следующую команду:
sudo apt install google-chrome-stable
Эта команда установит стабильную версию Chrome.
Во время установки вам будет предложено дать разрешение на продолжение инсталляции. Нажмите ‘y’, чтобы продолжить.
Вот и все! Теперь вы можете запустить Google Chrome с помощью команды:
Если вы хотите запустить его с помощью графического интерфейса, перейдите к приложениям и найдите там Google Chrome.
5: Деинсталляция Chrome
Чтобы удалить Google Chrome, выполните команду:
sudo apt remove google-chrome-stable
Она удалит браузер из вашей системы.
Лучшая альтернатива: Chromium
Chromium — браузер с открытым исходным кодом, основанный на том же движке, что и Chrome. Он по умолчанию есть в репозиториях Linux, поэтому его не нужно будет явно добавлять.
Для установки Chromium нужно просто выполнить команду:
sudo apt install chromium-browser
Одна команда — и Chromium готов к работе!
Подводим итоги
В этом мануале мы рассмотрели установку браузера Chrome в системе Linux. Кроме того, мы также познакомились с Chromium — лучшей открытой версией Chrome, которая нативно доступна в Linux.