Установка и настройка Опера в OS Fedora

Add Opera Browser Repository

First, import the Opera browser’s public signing key to your system with the rpm command.

Bash
sudo rpm --import https://rpm.opera.com/rpmrepo.key

Then, add the Opera browser repository to the system.

Bash
sudo tee /etc/yum.repos.d/opera.repo <<REPO
[opera]
name=Opera packages
type=rpm-md
baseurl=https://rpm.opera.com/rpm
gpgcheck=1
gpgkey=https://rpm.opera.com/rpmrepo.key
enabled=1
REPO

Install Opera Browser on Fedora 36

After adding the Opera browser’s repository, install the Opera browser stable version using the dnf command.

Bash
sudo dnf install -y opera-stable

If you want to install the Opera browser beta version, use the below command to install it.

Bash
sudo dnf install -y opera-beta

если возникли проблемы с воспроизведение видео на сайтах то нужно заменить библиатеку libffmpeg.so.

качаем архив с библиотекой https://gist.github.com/Thomas-Ln/c4ae803e90f9984b6612c8983c8fde1f и заменяем оригинал по пути /usr/lib64/opera/

для русификации интерфейса нужно установить параметр —lang=ru %U в настройках ярлыка

Добавить комментарий