- Как установить Google Chrome на Manjaro 20
- Установка Google Chrome на Manjaro 20 Nibia
- Шаг 1. Перед тем, как запустить руководство, приведенное ниже, убедитесь, что наша система обновлена:
- Шаг 2. Установка помощника AUR.
- Шаг 3. Установка Google Chrome на Manjaro 20.
- Шаг 4. Доступ к Google Chrome на Manjaro.
- How to Install Google Chrome on Manjaro Linux
- Important Notice
- Recommended Steps Before Installation
- Troubleshooting Updating Manjaro Packages
- #1st Method – ‘pamac’ – AUR (Arch Linux User Repository)
- Situational – Enable AUR for ‘pamac’
- Install Google Chrome – Stable, Beta, or Developer build
- Install Google Chrome Stable
- Install Google Chrome Beta
- Install Google Chrome Developer (Unstable)
- #2nd Method – yay – AUR (Arch Linux User Repository)
- Install yay Helper
- Install Google Chrome – Stable, Beta, or Developer build
- Install Google Chrome Stable
- Install Google Chrome Beta
- Install Google Chrome Developer (Unstable)
- How to Launch Google Chrome
- Update/Upgrade Google Chrome
- Google Chrome All Versions ‘pamac’ update command:
- Google Chrome All Versions ‘yay’ update command:
- How to Remove Google Chrome
- Google Chrome ‘pamac’ remove command:
- Remove Google Chrome Stable
- Remove Google Chrome Beta
- Remove Google Chrome Developer
- Google Chrome ‘yay’ remove command:
- Remove Google Chrome Stable
- Remove Google Chrome Beta
- Remove Google Chrome Unstable
- How to Install Google Chrome on Manjaro Linux
- Important Notice
- Recommended Steps Before Installation
- Troubleshooting Updating Manjaro Packages
- #1st Method – ‘pamac’ – AUR (Arch Linux User Repository)
- Situational – Enable AUR for ‘pamac’
- Install Google Chrome – Stable, Beta, or Developer build
- Install Google Chrome Stable
- Install Google Chrome Beta
- Install Google Chrome Developer (Unstable)
- #2nd Method – yay – AUR (Arch Linux User Repository)
- Install yay Helper
- Install Google Chrome – Stable, Beta, or Developer build
- Install Google Chrome Stable
- Install Google Chrome Beta
- Install Google Chrome Developer (Unstable)
- How to Launch Google Chrome
- Update/Upgrade Google Chrome
- Google Chrome All Versions ‘pamac’ update command:
- Google Chrome All Versions ‘yay’ update command:
- How to Remove Google Chrome
- Google Chrome ‘pamac’ remove command:
- Remove Google Chrome Stable
- Remove Google Chrome Beta
- Remove Google Chrome Developer
- Google Chrome ‘yay’ remove command:
- Remove Google Chrome Stable
- Remove Google Chrome Beta
- Remove Google Chrome Unstable
Как установить Google Chrome на Manjaro 20
В этом руководстве мы покажем вам, как установить Google Chrome на Manjaro 20. Для тех из вас, кто не знал, Google Chrome — это официальный браузер Google, доступный почти для всех платформ. Функциональность Google Chrome можно легко расширить, установив различные полезные расширения и веб-приложения. Это безопасный и простой в использовании браузер.
В этой статье предполагается, что у вас есть хотя бы базовые знания Linux, вы знаете, как использовать оболочку, и, что наиболее важно, вы размещаете свой сайт на собственном VPS. Установка довольно проста и предполагает, что вы работаете с учетной записью root, в противном случае вам может потребоваться добавить ‘ sudo ‘ к командам для получения привилегий root. Я покажу вам пошаговую установку веб-браузера Google Chrome на Manjaro 20 ( Nibia ).
Установка Google Chrome на Manjaro 20 Nibia
Шаг 1. Перед тем, как запустить руководство, приведенное ниже, убедитесь, что наша система обновлена:
Шаг 2. Установка помощника AUR.
Выполните следующие команды, чтобы установить его:
Шаг 3. Установка Google Chrome на Manjaro 20.
Теперь устанавливаем Google Chrome с помощью помощника AUR:
Шаг 4. Доступ к Google Chrome на Manjaro.
После установки запустите Google Chrome с помощью действий, нажмите «Действия» и найдите Google Chrome, как только появится значок, нажмите на него, чтобы запустить программу.
Поздравляю! Вы успешно установили Chrome . Благодарим за использование этого руководства по установке веб-браузера Google Chrome в системах Manjaro 20. Для получения дополнительной помощи или полезной информации мы рекомендуем вам посетить официальный сайт Chrome .
How to Install Google Chrome on Manjaro Linux
Google’s Chrome browser is the most popular browser in the world, with a market share of over 60%. It is one of the most popular applications on any platform and is used by millions daily. Chrome is fast, reliable, and secure and has a vast ecosystem of extensions and apps.
By default, it is not installed on Manjaro Linux but is available from the AUR, which is short for Arch Linux user repository. The following tutorial will demonstrate using the terminal cli how to install all three builds of Google Chrome stable, beta, and developer (unstable).
Table of Contents
Important Notice
The following tutorial was done with Manjaro 21 release. The tutorial will work on future significant changes, such as Manjaro 22, since the commands and repositories do not change unless the package maintainer has stopped, which is very unlikely. If this does not work, please place a comment for me to investigate so I can update the tutorial.
Recommended Steps Before Installation
First, update your system to ensure all existing packages are up to date. This will ensure no conflicts arise as best as possible during the installation.
Sometimes, you may need a complete database download if you have not upgraded your Arch Linux system for a while; use the following command if the above update command does not work.
Lastly, for users that have Pamac installed, which most Manjaro desktops do, I would optionally suggest running an update; this will ensure that your Arch Linux and Manjaro packages are fully up-to-date.
Troubleshooting Updating Manjaro Packages
Manjaro/Arch Linux is a rolling release; occasionally, updating packages with Pacman GPG keys can become invalid or corrupt. If both commands do not work, use the following command.
Note, this is only if you have errors updating with the first two commands above if you can skip these.
The above should work in nearly all cases, but if it does not, use the following steps as a last resort.
Then repeat the update process.
#1st Method – ‘pamac’ – AUR (Arch Linux User Repository)
The first method will install Chrome using the natively installed Manjaro package manager Pamac.
Situational – Enable AUR for ‘pamac’
First, by default, AUR is disabled. You will first need to enable it, which you can do with the following command.
Lastly, for users that enabled pamac and then had second thoughts about using it and instead wanted to use something else, you can easily disable it using the following command.
Install Google Chrome – Stable, Beta, or Developer build
With the AUR enabled, you can install Google Chrome using one of three methods.
Install Google Chrome Stable
Confirm the version build installed using the following command.
Install Google Chrome Beta
Confirm the version build installed using the following command.
Install Google Chrome Developer (Unstable)
Confirm the version build installed using the following command.
#2nd Method – yay – AUR (Arch Linux User Repository)
This second method is an alternative; for Manjaro users, I would recommend using Pamac, especially for newer users of Linux and Manjaro for stability purposes mainly.
Install yay Helper
To begin the installation, you must have GIT installed to import the yay repository to install/build. From your command terminal, use the following code to begin the installation.
Now clone the yay archive using the following terminal command.
Alternatively, you can import the pre-compiled build.
For users that prefer cutting-edge development builds, use this version if you like this type of release; remember, this can potentially lead to issues as it’s a development version.
Now navigate to the yay directory location.
Remember to change the yay-git if you imported the yay-bin (pre-compiled) or yay-git (development) version.
Build the package using the makepkg command.
Next, you will be asked to confirm the installation. However, this can be avoided by adding –noconfirm . Once done, check the version yay installed using the following terminal command.
Install Google Chrome – Stable, Beta, or Developer build
Now that you have installed the package management helper, you can install Chrome. As explained at the start of the tutorial, there are three options: stable, beta, or unstable, but installing the default version is recommended for most users.
The installation can be done with just one command as follows.
This will then bring up a notice of which version to install as follows:
- google-chrome (hit 1 for stable version)
- google-chrome-beta (hit 2 for this release)
- google-chrome-dev (Enter 3 for dev version)
Alternatively, you can use the full command to install.
Remove –noconfirm to stop automatic installation and review changes.
Install Google Chrome Stable
Confirm the version build installed using the following command.
Install Google Chrome Beta
Confirm the version build installed using the following command.
Install Google Chrome Developer (Unstable)
Confirm the version build installed using the following command.
How to Launch Google Chrome
The Chrome browser can be launched from your terminal, but the easiest way to open the browser is by using the path.
Taskbar > Internet > Google Chrome
The first time you open Chrome, a pop-up will appear informing you if you want to set it as the default browser and send usage statistics, etc., to Google.
Choose your preferences, and click OK.
Once open, you will see a default landing page.
Update/Upgrade Google Chrome
The best way to upgrade the browser, depending on what versions you have installed, is using the following command that should all the requirements from standard to nightly.
Google Chrome All Versions ‘pamac’ update command:
Google Chrome All Versions ‘yay’ update command:
How to Remove Google Chrome
When you no longer want to remove Chrome from your system or a particular version, you can remove the browser using one of the commands below that suit your installed version.
Google Chrome ‘pamac’ remove command:
Remove Google Chrome Stable
Remove Google Chrome Beta
Remove Google Chrome Developer
Lastly, this is optional but good practice, clear up orphans and clear your cache to reduce clutter.
Clear orphan leftovers that are no longer required.
Clear packages deleted from the package cache.
Clear redundant package versions from the package cache (keep the last two versions)
Google Chrome ‘yay’ remove command:
Remove –noconfirm to stop automatic removal and review changes.
Remove Google Chrome Stable
Remove Google Chrome Beta
Remove Google Chrome Unstable
Optionally, you can run the following command to clean up any leftover unused dependencies, and this is highly recommended to run, so your system does not become bloated.
How to Install Google Chrome on Manjaro Linux
Google’s Chrome browser is the most popular browser in the world, with a market share of over 60%. It is one of the most popular applications on any platform and is used by millions daily. Chrome is fast, reliable, and secure and has a vast ecosystem of extensions and apps.
By default, it is not installed on Manjaro Linux but is available from the AUR, which is short for Arch Linux user repository. The following tutorial will demonstrate using the terminal cli how to install all three builds of Google Chrome stable, beta, and developer (unstable).
Table of Contents
Important Notice
The following tutorial was done with Manjaro 21 release. The tutorial will work on future significant changes, such as Manjaro 22, since the commands and repositories do not change unless the package maintainer has stopped, which is very unlikely. If this does not work, please place a comment for me to investigate so I can update the tutorial.
Recommended Steps Before Installation
First, update your system to ensure all existing packages are up to date. This will ensure no conflicts arise as best as possible during the installation.
Sometimes, you may need a complete database download if you have not upgraded your Arch Linux system for a while; use the following command if the above update command does not work.
Lastly, for users that have Pamac installed, which most Manjaro desktops do, I would optionally suggest running an update; this will ensure that your Arch Linux and Manjaro packages are fully up-to-date.
Troubleshooting Updating Manjaro Packages
Manjaro/Arch Linux is a rolling release; occasionally, updating packages with Pacman GPG keys can become invalid or corrupt. If both commands do not work, use the following command.
Note, this is only if you have errors updating with the first two commands above if you can skip these.
The above should work in nearly all cases, but if it does not, use the following steps as a last resort.
Then repeat the update process.
#1st Method – ‘pamac’ – AUR (Arch Linux User Repository)
The first method will install Chrome using the natively installed Manjaro package manager Pamac.
Situational – Enable AUR for ‘pamac’
First, by default, AUR is disabled. You will first need to enable it, which you can do with the following command.
Lastly, for users that enabled pamac and then had second thoughts about using it and instead wanted to use something else, you can easily disable it using the following command.
Install Google Chrome – Stable, Beta, or Developer build
With the AUR enabled, you can install Google Chrome using one of three methods.
Install Google Chrome Stable
Confirm the version build installed using the following command.
Install Google Chrome Beta
Confirm the version build installed using the following command.
Install Google Chrome Developer (Unstable)
Confirm the version build installed using the following command.
#2nd Method – yay – AUR (Arch Linux User Repository)
This second method is an alternative; for Manjaro users, I would recommend using Pamac, especially for newer users of Linux and Manjaro for stability purposes mainly.
Install yay Helper
To begin the installation, you must have GIT installed to import the yay repository to install/build. From your command terminal, use the following code to begin the installation.
Now clone the yay archive using the following terminal command.
Alternatively, you can import the pre-compiled build.
For users that prefer cutting-edge development builds, use this version if you like this type of release; remember, this can potentially lead to issues as it’s a development version.
Now navigate to the yay directory location.
Remember to change the yay-git if you imported the yay-bin (pre-compiled) or yay-git (development) version.
Build the package using the makepkg command.
Next, you will be asked to confirm the installation. However, this can be avoided by adding –noconfirm . Once done, check the version yay installed using the following terminal command.
Install Google Chrome – Stable, Beta, or Developer build
Now that you have installed the package management helper, you can install Chrome. As explained at the start of the tutorial, there are three options: stable, beta, or unstable, but installing the default version is recommended for most users.
The installation can be done with just one command as follows.
This will then bring up a notice of which version to install as follows:
- google-chrome (hit 1 for stable version)
- google-chrome-beta (hit 2 for this release)
- google-chrome-dev (Enter 3 for dev version)
Alternatively, you can use the full command to install.
Remove –noconfirm to stop automatic installation and review changes.
Install Google Chrome Stable
Confirm the version build installed using the following command.
Install Google Chrome Beta
Confirm the version build installed using the following command.
Install Google Chrome Developer (Unstable)
Confirm the version build installed using the following command.
How to Launch Google Chrome
The Chrome browser can be launched from your terminal, but the easiest way to open the browser is by using the path.
Taskbar > Internet > Google Chrome
The first time you open Chrome, a pop-up will appear informing you if you want to set it as the default browser and send usage statistics, etc., to Google.
Choose your preferences, and click OK.
Once open, you will see a default landing page.
Update/Upgrade Google Chrome
The best way to upgrade the browser, depending on what versions you have installed, is using the following command that should all the requirements from standard to nightly.
Google Chrome All Versions ‘pamac’ update command:
Google Chrome All Versions ‘yay’ update command:
How to Remove Google Chrome
When you no longer want to remove Chrome from your system or a particular version, you can remove the browser using one of the commands below that suit your installed version.
Google Chrome ‘pamac’ remove command:
Remove Google Chrome Stable
Remove Google Chrome Beta
Remove Google Chrome Developer
Lastly, this is optional but good practice, clear up orphans and clear your cache to reduce clutter.
Clear orphan leftovers that are no longer required.
Clear packages deleted from the package cache.
Clear redundant package versions from the package cache (keep the last two versions)
Google Chrome ‘yay’ remove command:
Remove –noconfirm to stop automatic removal and review changes.
Remove Google Chrome Stable
Remove Google Chrome Beta
Remove Google Chrome Unstable
Optionally, you can run the following command to clean up any leftover unused dependencies, and this is highly recommended to run, so your system does not become bloated.