Opera in linux ubuntu

How to Install Opera Browser on Ubuntu [Easy Way]

Opera browser was among the first few browsers to have a speed dial feature for quickly accessing most visited websites from the new tab.

Opera still offers several interesting features such as a free VPN, ad-blocker, social media messengers in the sidebar, battery saver, grouping tabs in workspaces etc.

Personally, I do not use Opera. It is not open source. Its so-called free-VPN is not that good (it’s hardly even a VPN). After its acquisition by a Chinese group, transparency took another hit. It collects a vast amount of data, same as Alibaba’s UC Browser.

Anyway, I am not here to make a case against Opera. If you want to install and use Opera on Ubuntu, let me show you how to do that easily and safely.

Opera browser is not open source. It is covered here because it is available on Linux and the article’s focus is on Linux.

Installing Opera browser on Ubuntu

Installing Opera Browser in Ubuntu and Debian-based distributions is as simple as installing the DEB file from its download page and double-clicking on it.

Go to Opera’s download page and click on Download button to download the .DEB installer file.

Opera Browser Download

Once you have downloaded it, double-click on it to install the application from deb file. In Ubuntu 20.04, you may have to right click and select “Open With Software” option.

It will open Opera in Software Center and you can just lick on the install button to install Opera.

Install Opera Ubuntu

The good thing about this method is that it automatically adds an entry in the repository list. This way, you’ll get all the future updates to the Opera browser with the regular system updates.

Opera Source Added

This is same as installing Google Chrome on Ubuntu as an entry is adding for Chrome to provide you regular updates.

See, how easy it was to install Opera?

How to remove Opera browser

You can look for the installed applications in the software center and uninstall Opera from there.

Remove Opera Browser Ubuntu

You may also use terminal to remove it in this fashion:

sudo apt remove opera-stable

You may also choose to remove the additional Opera repository added in the sources list.

Remove Opera Repository

Installing Opera browser graphically as described above is simplest and easiest method. If you want to take the command line route, you can do that as well.

Download and add the Opera repository key:

curl https://deb.opera.com/archive.key | sudo apt-key add -

Now add the Opera repository in your sources list directory (not file):

echo deb https://deb.opera.com/opera-stable/ stable non-free | sudo tee /etc/apt/sources.list.d/opera.list

Update the package cache so that your system is aware of the packages available by the newly added repository:

Читайте также:  Linux edit user password

Finally, install the opera-stable package to install Opera.

sudo apt install opera-stable

During the installation, you’ll be prompted for adding Opera repository to sources list. Select NO because you already did that.

To remove Opera browser installed this way, you should use the following commands one by one:

sudo apt remove opera-stable sudo rm -f /etc/apt/sources.list.d/opera.list

Opera as Snap

Opera browser is also available as a snap package officially. If you have Snap support enabled in your Linux distribution, you may install Opera via Snap:

One of It’s FOSS readers contacted me with a repository issue that was caused by the incorrect Opera browser installation.

I had to write this straightforward tutorial because some other websites on the internet are suggesting methods with unnecessarily complicated commands that might end up with a corrupt sources.list. I do hope it helps new Linux users.

Источник

3 способа установки браузера Opera на Ubuntu 20.04 LTS

Возможно, Opera не так известна, как Google Chrome и другие современные браузеры, но она предлагает быстрый просмотр веб-страниц и множество других полезных функций. Вы можете установить Opera на все основные операционные системы, такие как Windows, Mac и Linux.

Основными особенностями Opera являются: браузер на основе VPN, встроенный блокировщик рекламы, увеличенное время автономной работы, блокировка всплывающих окон, всплывающее видео и инструмент моментального снимка.

В этой статье мы расскажем вам об установке браузера Opera на Ubuntu 20.04.

Для установки браузера Opera на систему Ubuntu можно воспользоваться следующими способами, которые приведены ниже:

  • С помощью графического интерфейса
  • Используя официальный репозиторий (командная строка)
  • С помощью менеджера пакетов snap

Теперь мы подробно рассмотрим все способы по очереди в следующем разделе статьи:

Способ 1: Установка браузера Opera с помощью графического интерфейса

Чтобы установить браузер Opera с помощью графического интерфейса, нажмите на иконку Ubuntu Software в левой боковой панели рабочего стола на Ubuntu 20.04 следующим образом:

Ubuntu Software

В следующем появившемся окне нажмите на значок поиска и введите в строке поиска ключевое слово ‘opera-beta’. В результате поиска в вашей системе появится значок браузера Opera. Нажмите на отображаемый результат поиска.

Браузер Opera

В системе появится следующее окно. Нажмите на кнопку установить, чтобы начать установку браузера Opera на вашу систему.

Установка браузера Opera

Вы также можете загрузить и сохранить стабильную версию Opera с официального сайта https://www.opera.com/download с помощью графического интерфейса следующим образом:

Скачать Opera Browser

Способ 2: Установка браузера Opera из официального репозитория (командная строка)

Вы можете установить браузер Opera на вашу систему Ubuntu, непосредственно установив его из официального репозитория Opera. Итак, для того чтобы установить браузер Opera из официального репозитория, вам необходимо вручную добавить этот репозиторий в вашу систему Ubuntu. Чтобы добавить официальный репозиторий Opera и установить браузер Opera в вашей системе, выполните следующие действия:

Выполните в терминале команду, приведенную ниже, чтобы добавить официальный GPG-ключ репозитория Opera.

wget -qO- https://deb.opera.com/archive.key | sudo apt-key add -. 

На терминале появится статус OK, это означает, что ключ GPG был успешно добавлен в вашу систему Ubuntu.

Теперь с помощью следующей команды вы добавите официальный репозиторий Opera в вашу систему Ubuntu.

sudo add-apt-repository "deb [arch=i386,amd64] https://deb.opera.com/opera-stable/ stable non-free".

После успешного добавления официального репозитория Opera обновите репозиторий apt вашей системы, выполнив следующую команду:

Читайте также:  Звук при запуске линукс

Система была успешно обновлена. Теперь установите браузер Opera на систему Ubuntu, выполнив следующую команду в терминале:

sudo apt install opera-stable

Установка opera через apt

Система попросит вас подтвердить установку, отобразив опции Y/N. Вы должны нажать ‘y’ и клавишу Enter, чтобы продолжить установку Opera на вашу систему.

Во время установки на экране появится запрос о конфигурации пакетов. Вы выберете опцию «Yes» и продолжите процесс.

запрос о конфигурации пакетов

Обновление браузера Opera автоматически После этого необходимо установить и настроить дополнительные пакеты на вашей системе Ubuntu 20.04.

Ход установки

После завершения установки браузера Opera пришло время запустить браузер Opera в вашей системе, введя в терминале следующую команду:

Браузер Opera установлен и запущен

Вы также можете напрямую запустить его через строку поиска приложений, как показано ниже:

Иконка Opera

Способ 3: Установка Opera через snap (командная строка)

Вы также можете установить Opera с помощью пакета snap. Этот пакет по умолчанию добавлен в большинство систем Ubuntu16.04 и выше. Но если он не установлен в вашей системе, то с помощью следующей команды вы можете установить пакет ‘snapd’ на вашу систему Ubuntu:

Теперь обновите репозиторий apt, выполнив следующую команду:

Наконец, вы можете установить браузер Opera на вашу систему с помощью snapd, выполнив следующую команду:

Вы можете удалить оперу через пакет snap, выполнив следующую команду:

В этой статье мы описали шаги по установке браузера Opera на Ubuntu 20.04 с помощью всех возможных способов через командную строку и графический интерфейс. Вы можете установить Opera на свою систему Ubuntu и установить его в качестве браузера по умолчанию в вашей системе. Изучите больше возможностей браузера Opera и наслаждайтесь быстрым просмотром веб-страниц с его помощью.

Похожие записи:

Источник

3 Ways to install Opera Browser on Ubuntu 20.04 LTS

Ubuntu Opera Browser

Opera may not be as famous as Google Chrome and like other today’s browsers, but it offers fast browsing and many other useful features. You can install Opera on all major operating systems like Windows, Mac, and Linux. The main features of Opera are including browser based-VPN, built-in ad blocker, enhanced battery life, pop-up blocking, video pop out, and snapshot tool.

This article will guide you about the installation of the Opera browser on Ubuntu 20.04.

The following ways available to install the Opera browser on your Ubuntu system which is given below:

  1. Using the graphical interface
  2. Using the official repository (command line)
  3. Using snap package manager

Now we will discuss one by one in detail in the following article section:

Method 1: Installing the Opera browser using GUI

To install the Opera browser using the graphical interface, click on the Ubuntu Software icon from the left sidebar of your desktop on Ubuntu 20.04 as follows:

Ubuntu software manager

In the following displaying window, you will click on the search icon and type the keyword ‘opera-beta’ in the search bar. In the search result, the Opera browser icon will be displayed on your system. Click on the displaying search result.

Opera Browser

The following window will appear on the system. Click on the install button to begin the installation of the Opera browser on your system.

Читайте также:  Oracle linux network interface

Install Opera Browser

You can also download and save the Opera-stable version from its official website https://www.opera.com/download using the GUI as follows:

Download Opera Browser

Method 2: Installing Opera browser using the official repository (command line)

You can install the Opera browser on your Ubuntu system by directly installing it from the Opera official repository. So, in order to install the Opera browser from its official repository, you need to manually add it’s a repository to your Ubuntu system. Perform the following steps in order to add Opera official repository and install the Opera browser on your system:

Run the command on the terminal as given below in order to add the official GPG key of the Opera repository.

$ wget -qO- https://deb.opera.com/archive.key | sudo apt-key add –

Add Opera repository key

The OK status will display on the terminal it means that the GPG key has been successfully added to your Ubuntu system.

Now, using the following command you will add the official Opera repository to your Ubuntu system.

$ sudo add-apt-repository “deb [arch=i386,amd64] https://deb.opera.com/opera-stable/ stable non-free”

Add Opera Ubuntu Repository

After successfully adding the Opera official repository, you will update the apt repository of your system by running the following command:

The system has been updated successfully. Now, you will install Opera browser on your Ubuntu system by using the following command on the terminal:

$ sudo apt install opera-stable

Install opera via apt

The system will ask you to confirm the installation by displaying Y/N options. You will press ‘y’ and hit Enter to continue the installation of Opera on your system.

During the installation, you will see the prompt displayed on your system about package configuration. You will choose the ‘Yes’ option and further process.

Update opera Browser automatically

After that, additional packages to be installed and configured on your Ubuntu 20.04 system.

Installation progress

Once the installation of the Opera browser is complete, now, it’s time to launch Opera browser on your system by typing the following command on the terminal:

Opera Browser installer and started

You can also directly launch it through the application search bar as follows:

Opera Icon

Method 3: Installing Opera through snap (command line)

You can also install Opera through the snap package. This package is by default added on most of the Ubuntu systems16.04 and the above versions. But, if it is not installed on your system then using the following command you can install ‘snapd’ package on your Ubuntu system:

Now, you will update the apt repository by running the following command:

Finally, you can install Opera browser on your system via snap by using the following command:

You can remove the opera via the snap package using the following command:

In this article, we explained the installation steps of the Opera browser on Ubuntu 20.04 by using all possible ways via the command line and GUI. You can install Opera on your Ubuntu system and set it as the default browser on your system. Explore more features of the Opera browser and enjoy the quick browsing experience with it.

About This Site

Vitux.com aims to become a Linux compendium with lots of unique and up to date tutorials.

Latest Tutorials

Источник

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