Skip to content

Instantly share code, notes, and snippets.

@betray32
Created May 27, 2019 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save betray32/254943172d6f5205a5252ed93347af21 to your computer and use it in GitHub Desktop.
Save betray32/254943172d6f5205a5252ed93347af21 to your computer and use it in GitHub Desktop.
Instalar Opera
sudo su -
Import the public GPG key of the Opera browser.
rpm --import https://rpm.opera.com/rpmrepo.key
Add Opera browser repository to the system.
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
### CentOS 7 / RHEL 7 ###
yum -y install opera-stable
### Fedora 28/27 ###
dnf -y install opera-stable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment