Запустить гугл хром линукс

How to open Google Chrome from the Terminal in Ubuntu?

Although most versions of Ubuntu come with Mozilla Firefox installed as the default browser, having Google Chrome installed has its fair advantages. Google Chrome has been the superior choice when it comes to browsing on a desktop, having support for most plugins and a variety of add-ons, the likes of which cannot be found on any other browser.

This makes Google Chrome an ideal browser and a must-have no matter which operating system you are running. This guide will help you install Google Chrome on Ubuntu and instructions to use it with the help of the Terminal.

Although this guide is meant for versions of Ubuntu, it should work the same way for any Linux Distribution.

Installing Google Chrome on Ubuntu

There are two methods to install Google Chrome on Ubuntu. One is using the Graphical User Interface (GUI) and the other by using the Linux Terminal. We will first explain the graphical method and briefly examine how to do it from the Command Line Interface (CLI), i.e., the Terminal.

Open Mozilla Firefox and type “Google Chrome” in the search bar or click here.

You should see a chrome window with a “Download Chrome” button, as shown in the image below. Click on the button to download the browser.

You will be given the option to download .deb or .rpm, which has to do with what Linux Distro you are using. Since this article is concerned with Ubuntu, click on the .deb package and press “Accept and Install.”

A download window should appear. Click on Save File and press OK.

Having done that, double-clicking the file, you downloaded should do. A new window will appear that will prompt you to install Google Chrome on your device. Click on “Install”.

Ubuntu will ask you to authorize the installation by entering your account password.

Alternatively, you can also install Chrome through the Terminal. To do this, we must first use a wget command.

This will download the offline installer for the browser.

Next, we install the package with the following dpkg command.

Читайте также:  Настройка сети astra linux orel

If you get any errors about missing dependencies, run the following command to forcibly install them.

Having successfully installed the Debian package, you are now ready to use Google Chrome.

Opening Google Chrome using the Terminal

Google Chrome, like any other program, can be accessed through its graphical icon. However, those that are fond of using the command-line Terminal to do things are also in luck. We will now show you a way to operate the Chrome browser through the Terminal.

Working on the Terminal allows you to access the browser using a single command. To open Google Chrome with the help of the command line, follow the steps given below:

Go to Desktop > Applications.

Type Terminal in the search bar and click on the first result.

Or you can skip the lengthy process and open a new Terminal session by pressing Ctrl + Alt + T on your keyboard.

To open Google Chrome, type the following in the Terminal:

This will load up Google Chrome with the default homepage.

Google Chrome does not require you to specify any sort of directories as it is mounted in the binary path.

Let’s look at some more ways to use the Google Chrome browser through the Terminal. Let’s say, for instance, that you wish to visit a specific website. You can do this by entering the URL of the website of your choice, as shown in the command below:

Similar to other Terminal commands, you can enter flags and command parameters with the Google Chrome run command to achieve specific tasks. The general syntax of performing this is given below.

Below is a list of flag options that you can use to achieve daily life tasks through the Terminal.

—incognito Opens the browser in incognito mode
—new-window Opens the path or URL specified in a new window
—version Displays the Version Information
—app=URL Used to run URL in app mode, meaning without toolbars.

If you wish to explore your options even further, run the help command given below:

Additional comments

Keep in mind that to run Google Chrome on your Linux system, the computer architecture must be 64-bit.

Once you install Google Chrome the way we showed you in this guide, you also add Google’s repository, which is responsible for keeping the program up-to-date. So, you do not need to worry about updating the browser yourself.

Читайте также:  Linux configure command line

You can find the path where Google Chrome is located by typing the following command:

You should see the path specified as shown in the image below:

You can also close the browser with the help of the Terminal by typing the following command:

Conclusion

With all the steps followed correctly, you are now ready to use Google Chrome on your laptop or desktop computer. Enjoy one of the fastest and most versatile browsers available to you in the present day and age.

We hope this guide helped you understand how to access Google Chrome with the help of Terminal commands. Apart from that, we also included additional information on how to maneuver through the options and URL shortcuts that come with them.

About the author

Zeeman Memon

Hi there! I’m a Software Engineer who loves to write about tech. You can reach out to me on LinkedIn.

Источник

Как установить браузер Chrome в Linux или Ubuntu VPS

В этой статье я собираюсь показать вам, как легко установить браузер chrome на Linux VPS или сервер. Как вы знаете, Google Chrome — это бесплатный веб-браузер от Google, который является самым популярным браузером и используется миллионами пользователей. Google Chrome доступен для Linux, Windows и Mac OS. Google Chrome является более безопасным и надежным веб-браузером, а также простым в использовании.

Если вы собираетесь установить браузер на Windows OS, то это очень просто, но в Ubuntu или Linux OS или VPS-сервере это что-то сложное. Поэтому здесь я собираюсь помочь вам установить браузер Chrome в Linux или Ubuntu VPS .

Как установить браузер Chrome в Linux или Ubuntu VPS

Установите браузер Chrome в Linux или Ubuntu VPS

Чтобы установить Google Chrome, вам нужно запустить первый PPA-код. Откройте Putty и войдите в систему как пользователь root с паролем имени пользователя. Затем запустите следующие коды

wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - 
sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' 
* ``` sudo apt-get install google-chrome-stable 

Если вы хотите установить другие версии chrome, вы можете выбрать одну из них

Sudo apt-get install google-chrome-unstable

* ``` Sudo apt-get install google-chrome-beta 

Sudo apt-get install google-chrome-stable

  **Вы также можете прочитать** Как установить VNC сервер на Linux/Ubuntu VPS   Как запустить Chrome от имени пользователя root в Linux или Ubuntu VPS? ------------------------------------------------------------------------   Иногда **вы не можете запустить chrome или получаете ошибку** , когда пытаетесь запустить chrome. Потому что по умолчанию google-chrome запускается под обычным пользователем. Вы получите следующую ошибку, если запустите chrome от имени пользователя root.   Поэтому вам нужно сделать некоторые дополнительные настройки в каталоге Linux или ubuntu для **правильной работы chrome** . Поэтому выполните следующие действия:   Для запуска Chrome от имени пользователя root выполните следующие шаги * Сначала откройте папку Chrome с вашего сервера >>> /opt/google/chrome * Теперь откройте файл google-chrome   Вы найдете строку  
 Замените эту строку этим кодом  

exec -a “$0” “$HERE/chrome” “$@” –user-data-dir $HOME

 Сохраните и закройте файл. Теперь запустите хром от имени пользователя root. Он будет работать на 100%. Если вы получили ошибку после всех настроек, пожалуйста, прокомментируйте здесь со скриншотом, я решу проблему, и, пожалуйста, поделитесь с друзьями и социальными сетями.  YouTube видео: Как установить браузер Chrome в Linux или Ubuntu VPS -------------------------------------------------------------------    
--- Вопросы и ответы по теме: "Как установить браузер Chrome в Linux или Ubuntu VPS" -------------------------------------------------------------------------------- ### Как установить Google Chrome на линукс? Скачать пакет Chrome для Kali **Linux** с помощью браузераШаг 1: Перейдите на сайт **Google Chrome** и нажмите кнопку «Скачать Chrome». Шаг 2: Выберите «DEB (64-разрядная версия для Debian/Ubuntu)» и нажмите кнопку «Принять и **установить**». ### Как запустить хром в линукс? **Краткая инструкция**1. Скачайте пакет браузера **Chrome**. 2. В редакторе JSON-файлов создайте файлы конфигурации и добавьте в них нужные правила. 3. Настройте приложения и расширения **Chrome**. 4. Отправьте браузер **Chrome** на компьютеры **Linux** в вашей организации с помощью удобного вам инструмента или скрипта. ### Как установить Google Chrome через командную строку? В командной **строке** с помощью команды cd desktop переходим на рабочий стол (туда, куда сохранили скрипт). С помощью компонента cscript.exe выполняем скрипт **chrome**. vbs. С помощью команды d:chrome\_installer.exe запускаем установку и радуемся. ### Как установить браузер Google Chrome? ****Как установить** Chrome**1. Откройте страницу **Google** Chrome на телефоне или планшете Android. 2. Нажмите Скачать Chrome. 3. Нажмите ОК. 4. Перейдите на главный экран или в раздел "Все приложения". Чтобы открыть Chrome, нажмите на значок . ### Как установить Google Chrome в Ubuntu? Скачайте установочный файл . deb с официального сайта Google. Откройте скачанный файл (двойной щелчок левой кнопкой мыши). Нажмите кнопку «**Установить**» в появившемся окне Центра приложений **Ubuntu**. ### Какие браузеры работают на линукс? **Лучшие **браузеры** для **Linux***** **Браузер** Firefox Quantum входит в состав почти всех дистрибутивов **Linux**. * **Браузер** Google Chrome в **Linux** Mint Cinnamon. * Chromium использует только свободные компоненты и доступен в репозиториях **Linux**. * **Браузер** Opera в **Linux** Mint Cinnamon. * **Браузер** Vivaldi в **Linux** Mint Cinnamon.

Источник

Оцените статью
Adblock
detector