Linux key update
-
rrzepecki last edited by gmiazga
Hi Linux users,
We’ve updated our certificate for deb and rpm packages.
Our most recent Opera packages contain the new key so most of you don’t have to take any action, but for those who have not updated Opera recently, please do the following to keep Opera up to date:
Open terminal and…
Deb packages:
wget -qO - https://deb.opera.com/archive.key | sudo apt-key add -
RPM packages:
sudo rpm –-import https://rpm.opera.com/rpmrepo.key
This does not affect snap packages.
Happy browsing
-
A Former User last edited by
The rpm part should be
sudo rpm --import https://rpm.opera.com/rpmrepo.key
(with double dash before "import")