Repo yandex browser linux

Yandex browser linux repository

Яндекс.Браузер — популярный веб-обозреватель от российских разработчиков. Его активно используют не только обладатели операционных систем Windows, но и устанавливают на дистрибутивы, основанные на ядре Linux. Процедура инсталляции немного отличается от других ОС и может выполняться двумя различными методами. Сегодня мы бы хотели максимально детально и просто рассказать о них, чтобы вы могли выбрать наиболее оптимальный для себя.

Устанавливаем Яндекс.Браузер в Linux

Процедура установки в различных дистрибутивах практически ничем не отличается за исключением необходимости загрузки пакетов разных форматов и учета синтаксиса консоли. Обо всех нюансах мы обязательно расскажем далее. К сожалению, собственного хранилища у Яндекс не имеется, поэтому придется скачивать пакеты через другой браузер с официального сайта или использовать «Терминал» для загрузки библиотек из пользовательских репозиториев. Теперь давайте разберем эти два варианта пошагово.

Способ 1: Загрузка из пользовательских хранилищ

  1. Запустите «Терминал» любым удобным способом, например, путем нажатия на соответствующий значок в меню.

Введите команду wget -q -O — https://repo.yandex.ru/yandex-browser/YANDEX-BROWSER-KEY.GPG | sudo apt-key add — , а затем нажмите на клавишу Enter.

Укажите пароль для предоставления прав суперпользователя. Учтите, что вводимые таким образом символы никогда не отображаются.

Обновите системные библиотеки, написав sudo apt update .

Установите загруженный на компьютер пакет через sudo apt install yandex-browser-beta .

Как видите, ничего сложного в использовании репозиториев нет, ведь нужно всего лишь вводить указанные команды, учитывая при этом синтаксис дистрибутива Linux.

Способ 2: Загрузка пакета с официального сайта

Компания Яндекс на своем сайте разместила версии собственного браузера для разных платформ. Поэтому пользователю остается только перейти туда, выбрать подходящую сборку, загрузить ее и установить на свой компьютер.

    Перейдите по указанной выше ссылке, чтобы попасть на главную страницу Яндекс.Браузера. Внизу нажмите на ссылку «Бета».

Скачайте предложенную сборку или щелкните на «Другие версии» для изменения выбора.

Установите маркер на «Открыть в» или «Сохранить файл», после чего кликните на «ОК».

После завершения скачивания откройте пакет через стандартное приложение операционной системы и запустите процесс инсталляции.

Читайте также:  Gparted linux установка через терминал

Произведите подтверждение подлинности.

Дождитесь завершения установки.

Перейти к работе с Яндекс.Браузером можно через меню, щелкнув на соответствующую иконку.

Предлагаем вам ознакомиться с другими методами установки DEB-пакетов для дистрибутивов на Ubuntu в отдельном нашем материале по ссылке ниже.

Приведенные выше два метода инсталляции Яндекс.Браузера подойдут разным пользователям в определенных ситуациях. Поэтому настоятельно рекомендуем сначала ознакомиться с ними двумя, а потом уже подобрать оптимальный.

Linux-репозиторий Яндекса

Как многим известно, Яндекс уже довольно давно выпускает программы под Linux. Опытным и подготовленным пользователям предлагалось самим скачивать и устанавливать (а иногда и компилировать) эти программы. Однако, сегодня Linux — это не только опытные администраторы и программисты, но и простые пользователи, для которых в различных дистрибутивах предусмотрены разные способы, упрощающие установку и обновление программ. Сегодня мы открыли репозиторий с нашими программными продуктами для ваших операционных систем. Это значит, что теперь новые версии программ у вас будут скачиваться и устанавливаться в обычном порядке, автоматически.

На текущий момент мы поддерживаем шесть дистрибутивов (Debian, EPEL, Fedora, Mandriva, openSUSE и Ubuntu) актуальных на данный момент версий. Есть стабильная ветка и ветка testing для ночных сборок.

Пока в репозитории только Я.Онлайн, но скоро количество программ увеличится. Инструкцию по настройке для каждого дистрибутива вы найдете на http://repo.yandex.ru.

Григорий Бакунов, Аркадий Шейн, линуксоиды со стажем

Install Yandex Browser on Debian, Ubuntu, Fedora, OpenSUSE, Arch Linux

Yandex browser is a Chromium-based Internet browser developed by Russian search engine provider, Yandex, available for Linux, Mac OS X, Windows, Android and iOS.

  • Sync bookmarks, extensions, browser data across your devices.
  • Modern and clean user interface
  • Uses Blink engine for fast browsing experience
  • Compatible with Chrome Web store and Opera add-ons
  • Automatically enables Opera Turbo mode for faster page loading on slow Internet connection
  • Built-in pepper flash player
  • Uses DNSCrypt technology to prevent DNS spoofing or cache poisoning attacks

Enable sudo for Standard User Account on Debian

Some commands in this tutorial are prefixed with sudo . If your user account isn’t in the sudoer list, you can use the following command to switch to root user, assuming you know the root password.

If you want to add the standard user account into sudoer list, run the following command as root. Replace username with your actual username.

Then install sudo utility.

Читайте также:  Linux не разворачиваются окна

Log out and log back in for the change to take effect. From now on, the standard user can use sudo to manage the system.

Install Yandex Browser on Debian 8 Jessie, Ubuntu 16.04 LTS, Linux Mint 18

To get the latest updates, it’s recommended to install Yandex browser from its official APT repository. First create a source list file for Yandex browser

Add the following line to the file.

Press CTRL+O , then press Enter to save the file, CTRL+X to exit out of the file. The we also need to download and import the GPG key so that packages downloaded from this repository can be authenticated.

After that, update local package index and install Yandex browser.

Once installed, you can start it from Ubuntu Unity Dash or your favorite application menu.

Install Yandex Browser on Fedora, OpenSUSE

Go to Yandex browser download page to download the RPM package. Or you can use wget utility to download it in terminal.

Once downloaded, go to the download folder and execute the following command to install it.

Install Yandex Browser on Arch Linux, Manjaro, Apricity OS, Antergos

To install Chrome extensions, simply go to chrome.google.com/webstore . To install Opera add-ons, go to addons.opera.com .

That’s it! I hope this tutorial helped you install Yandex browser Linux version on your machine. And as always, if you found this post useful, then subscribe to our free newsletter or follow us on Google+, Twitter or like our Facebook page. Thanks for visiting!

12 Responses to “Install Yandex Browser on Debian, Ubuntu, Fedora, OpenSUSE, Arch Linux”

Para Manjaro 17 utilice yaourt -S yandex-browser-beta

hello after sudo nano /etc/apt/sources.list.d/yandex-browser.list
I receive : name file for write /etc/apt/sources.list.d/yandex-browser.list
what to do? ctrl +o?

I think you need to press Enter, then Ctrl+O

Hello,
I wish your suggestions would work.
After all you say in the tile that it is for debian ( amongst others)
As it were – One can not install yandex browser on debian using this tutorial. It’s as simple as that.
even the list command is not recognized or should i skip it by your opinion?
Any chance of help?

I just tried the commands on Debian 9 and it worked without any issue.

To save a file in Nano text editor, press Ctrl+O, then press Enter. To exit nano, press Ctrl+X.

Thank you for your support, Xiao,
I learnt how to save nano THANKS TO YOUR teaching while installing on ubuntu.
Hm… basic sudo command in terminal it tells me that it is not recognised.
Terminal should be opened by ctrl + alt+ T and it does not. To open it i just type terminal…. in “activities”. 🙂
I will log to debian (9) now and try again… so frustrating. Here, in Ubuntu 18, your instruction works 100% every time.
Allow me to let you know how i went.
Thank you again
Henry

Читайте также:  Installing linux on ps3

On Debian, the normal user by default can’t use sudo . You need to add the user to sudoer list in order to use it. I have added the instructions at the beginning of this tutorial.

Hi, Xiao,
It’s Henry again 🙁
I tried the first “sudo……list” command and it returned:
Bash: sudo command not found.
The debian after few days visibly changed (without me knowing) the video card driver… because at first all was normal and then some funny screens with lines or squares were visible but finally it would boot to normal debian screen.
As it is a graphic driver problem (in ubuntu works correctly) i do not believe it has anything to do with that bloody “sudo”.
However, i downloaded ” live” version of debian relaying on the system to download itself what is needed during installation stage. It did, obviously since i can boot to it. But could it be that it did not download correctly or omitted something by an error. I would not mind to buy the package from somewhere. There is an offering for debian+14 disks package for petty $34 from USA but they did not even answer my email.
I do not mind ubuntu but the teamviewer is installing there only with one way contact. That is only the reason why i went for debian.
Thank you for having me. I am so very sorry to bother you… I don’t know what to do next.
Cheers
Henry

Well, but now i want to unisntall everything i did in debian and i don’t know how to do this since many steps … Thanks!

Thanks. This is the best instruction set for installing Yandex Browser.

I am using majaro 19 and i don’t have yaourt. I tried installing it but its just too complicated

Brilliant and easy solution that works. Thank you for the solution.

Источник

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