Chromium for linux install

Установка Chromium Ubuntu 20.04

Chromium — очень популярный браузер с открытым исходным кодом, разрабатываемый компанией Google На данный момент он занимает лидирующую позицию на рынке браузеров, несмотря на то, что еще есть Mozilla Firefox, который более популярен в Linux системах. Google выпускает свой браузер в двух редакциях — Google Chrome, с закрытым исходным кодом и сбором статистики об использовании браузера, и Chromium — версия с открытым исходным кодом.

Первая редакция поставляется в виде уже готовых к установке бинарных пакетов, для Chromium же только публикуется исходный код, сборкой, подготовкой бинарников и обновлением занимается сообщество, а точнее, мейнтейнеры дистрибутивов. В этой статье мы рассмотрим как выполняется установка Chromium Ubuntu 20.04, 18.04 или 16.04.

Чем отличается Chromium от Google Chrome

Разница между Google Chrome и Chromium есть и довольно значительная. Chromium — это открытый проект по разработке легкого и быстрого браузера. Он разрабатывается сообществом и разработчиками компании Google. Исходный код браузера полностью открыт и доступен всем.

Google Chrome разрабатывается тоже в Google, но уже на основе Chromium. Он содержит в себе движок Chromium, а также модули Flash и модули для отправки статистики в Google. На базе Chromium разработан не только этот браузер, но и многие другие, включая Opera и Яндекс Браузер.

Установка Chromium в Ubuntu 20.04

Проприетарной версии в официальных репозиториях нет, но поскольку нас интересует свободная, собранная мейнтейнерами, то мы можем установить ее с помощью системного пакетного менеджера без особых проблем. Сначала обновите списки пакетов, чтобы получить самую новую доступную версию:

Затем наберите для установки:

sudo apt install chromium-browser

Будет установлена та версия, которая была актуальной на момент выпуска дистрибутива, плюс обновления безопасности, если они были. Ещё вы можете установить Chromium с помощью snap пакета:

sudo snap install chromium-browser

Так вы получите самую свежую стабильную версию браузера. Но если вы хотите самую последнюю версию для разработчиков, то вам придется использовать ppa. Для добавления репозитоирия в систему выполните:

sudo add-apt-repository ppa:saiarcot895/chromium-dev

Затем обновите списки пакетов:

И теперь может быть выполнена установка Chromium Ubuntu 16.04:

sudo apt install chromium-browser

Будет установлена версия программы для разработчиков. На данный момент самая свежая — 83, а версия для разработчиков — 85. Вы можете запустить программу через терминал или из главного меню.

Читайте также:  Linux видит только свою файловую систему

Чтобы посмотреть какая у вас сейчас версия наберите в адресной строке браузера chrome://version:

Удалить Chromium

Если вы больше не хотите пользоваться тестовой версией программы, то вы можете откатить ее до версии в репозиториях. Для этого нужна утилита ppa-purge:

Теперь удаляем Chromium, полностью удалив PPA и все установленные из него пакеты:

sudo ppa-purge ppa:saiarcot895/chromium-dev

Если вам нужно удалить стабильную версию, установленную из официального репозитория, выполните:

sudo apt remove chromium-browser

Все, программа удалена из вашей системы.

Выводы

Вот и все, в этой небольшой статье мы рассмотрели как выполняется установка Chromium в Ubuntu 20.04. Как видите, все очень просто и если вам достаточно стабильной версии, то вам даже не нужно использовать PPA. Если у вас остались вопросы, спрашивайте в комментариях!

Обнаружили ошибку в тексте? Сообщите мне об этом. Выделите текст с ошибкой и нажмите Ctrl+Enter.

Источник

Download Chromium

You can test Chrome builds or Chromium builds. Chrome builds have the most infrastructure for analyzing crashes and reporting bugs. They also auto-update as new releases occur, which makes them a good choice for most uses. Chrome Canary is available for Windows and Mac and autoupdates daily. Other channels (Dev and Beta) are available. Chrome for Testing builds and Chromium builds do not auto-update, and do not have symbols. This makes them most useful for checking whether a claimed fix actually works. Use the following instructions to find builds.

Chrome for Testing

Chrome for Testing is a dedicated flavor of Chrome targeting the testing use case, without auto-update, integrated into the Chrome release process, made available for every Chrome release across all channels (Stable/Beta/Dev/Canary). The easiest way to download Chrome for Testing binaries for your platform is by using the @puppeteer/browsers command-line utility, available via npm . Here are some examples:

# Download the latest available Chrome for Testing binary corresponding to the Stable channel. npx @puppeteer/browsers install chrome@stable # Download a specific Chrome for Testing version. npx @puppeteer/browsers install chrome@116.0.5793.0 # Download the latest available ChromeDriver version corresponding to the Canary channel. npx @puppeteer/browsers install chromedriver@canary # Download a specific ChromeDriver version. npx @puppeteer/browsers install chromedriver@116.0.5793.0 

If you prefer to build your own automated scripts for downloading these binaries, refer to the JSON API endpoints with the latest available versions per Chrome release channel (Stable, Beta, Dev, Canary). To get a quick overview of the latest status, consult the Chrome for Testing availability dashboard.

Chromium

In contrast to Chrome for Testing builds, Chromium builds are made available on a best-effort basis, and are built from arbitrary revisions that don’t necessarily map to user-facing Chrome releases.

Easy Point and Click for latest build:

Easy Script to download and run latest Linux build:

Not-as-easy steps:

  1. Head to https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html
  2. Choose your platform: Mac, Win, Linux, ChromiumOS
  3. Pick the Chromium build number you’d like to use
    1. The latest one is mentioned in the LAST_CHANGE file

    Please file bugs as appropriate.

    Downloading old builds of Chrome / Chromium

    Let’s say you want a build of Chrome 44 for debugging purposes. Google does not offer old builds as they do not have up-to-date security fixes.

    However, you can get a build of Chromium 44.x which should mostly match the stable release.

    1. Look in https://googlechromereleases.blogspot.com/search/label/Stable updates for the last time «44.» was mentioned.
    2. Loop up that version history («44.0.2403.157») in the Position Lookup
    3. In this case it returns a base position of «330231». This is the commit of where the 44 release was branched, back in May 2015.*
    4. Open the continuous builds archive
    5. Click through on your platform (Linux/Mac/Win)
    6. Paste «330231» into the filter field at the top and wait for all the results to XHR in.
    7. Eventually I get a perfect hit: https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Mac/330231/
      1. Sometimes you may have to decrement the commit number until you find one.

      * As this build was made at 44 branch point, it does not have any commits merged in while in beta.

      Typically that’s OK, but if you need a true build of «44.0.2403.x» then you’ll need to build Chromium from the 2403 branch. Some PortableApps/PortableChromium sites offer binaries like this, due to security concerns, the Chrome team does not recommend running them.

      Источник

      How to Install Chromium Browser in Ubuntu Linux

      Chromium is an open-source browser project that sits at the foundation of Google Chrome. It is maintained by The Chromium Projects, along with Chromium OS.

      You can install Google Chrome in Ubuntu easily but if you want to use the open source version of Chrome (i.e. Chromium), then you are at the right place.

      In this article, I’ll be covering information about Chromium, how you can install Chromium in Ubuntu and other Linux distributions, as well as how to install the Beta and Dev versions of Chromium.

      Installing Chromium in Ubuntu

      There are various ways you can install Chromium on your Linux machine.

      If you are okay with using commands, you can simply type this in the terminal:

      sudo apt install -y chromium-browser

      If you are not comfortable with terminal, don’t worry. In Ubuntu (as well as in other distributions), you can find Chromium in the Software Center. Open up Software Center and search for Chromium:

      Ubuntu Software Center Chromium

      Click on the entry and then on Install:

      Ubuntu Software Center Install Chromium

      You can now open Chromium by searching for it in the Applications menu:

      Ubuntu Applications Chromium

      or by opening up a terminal and typing in:

      You can uninstall the app in Ubuntu the same way you installed it (from the Software Center).

      However, you may not get the latest version through the software center, if you want that, you can follow any of the methods below.

      You can use install the snap version of Chromium on any distribution using:

      sudo snap install chromium

      You can uninstall this version with:

      sudo snap remove chromium

      If you installed Chromium using the package manager (or the PPA), you can install/update the non-proprietary media codecs using:

      sudo apt install -y chromium-codecs-ffmpeg

      If you want to add the proprietary media codecs:

      sudo apt install -y chromium-codecs-ffmpeg-extra

      Additionally, on Arch, you can install chromium-widevine from the user repositories. This will allow you to stream Netflix in Linux, for example.

      Installing Chromium Beta & Dev Channels

      Dev and Beta builds of Chromium enable you to access several experimental features that are not available in the stable version. Some enthusiastic users or developers try these unstable channels from time to time.

      You can install the beta and dev version of Chromium using an unofficial PPA.

      Note: Your install of stable Chromium browser will be overridden by the unstable version.

      Install Chromium Beta channel in Ubuntu

      Use the following commands to install Chromium Beta:

      sudo add-apt-repository ppa:saiarcot895/chromium-beta sudo apt-get update sudo apt-get install chromium-browser

      To remove this (unstable) version, use:

      sudo apt remove -y chromium* sudo ppa-purge ppa:saiarcot895/chromium-beta

      Install Chromium Dev channel in Ubuntu

      Enter the following in the terminal to install Chromium Dev:

      sudo add-apt-repository ppa:saiarcot895/chromium-dev sudo apt-get update sudo apt-get install chromium-browser

      As before, to remove this unstable version, use:

      sudo apt remove -y chromium* sudo ppa-purge ppa:saiarcot895/chromium-dev

      Install Chromium via Flathub

      If you need the latest stable version and you prefer using Flatpak, you can choose to install the Flatpak package.

      Chromium is available as a Flatpak package on Flathub but the only problem is — you need to have Flatpak 1.8.2 installed to be able to install Chromium.

      You can check your installed version by typing in:

      If you have anything below 1.8.2, you need to upgrade Flatpak installed on your system. You can easily do that using the following commands below:

      Note: This will upgrade your Flatpak to the latest pre-release version (proceed at your own risk):

      sudo add-apt-repository ppa:alexlarsson/flatpak sudo apt update sudo apt upgrade

      Once you’re done upgrading, you can simply install Chromium using the command:

      flatpak install flathub org.chromium.Chromium

      Wrapping Up

      In this article, I’ve covered some features of Chromium and the various methods you can install it on Ubuntu and other Linux distributions, even covering Beta and Dev releases.

      I also recommend mastering Chromium keyboard shortcuts to use it more efficiently.

      Thanks for reading our article. We hoped that you learned something new while reading it. As always, we are eager to hear your questions and suggestions in the comments!

      Источник

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