How to Install Latest Opera Web Browser in Linux

Channel: Web Browsers Linux
Abstract: //download3.operacdn.com/pub/opera/desktop/69.0.3686.77/linux/opera-stable_69.0.3686.77_amd64.rpm -O opera-stable_69.0.3686.77_amd64.rpmwe’ll learn ho

Opera is a secure and fast internet web browser for major operating system platforms, including for major Linux distributions. It comes with pre-build .rpm and .deb binary packages for RHEL and Debian based Linux distributions.

Recommended Read: 16 Best Web Browsers I Discovered for Linux in 2020

The latest version of the Opera 69 release has a powerful built-in ad blocker, free VPN function, speed dial, sync functions, and battery saver. Also, popular applications, such as WhatsApp, Facebook Messenger,, and browser screen snapshots are already integrated into the browser, facilitating the need for online communication among users.

In this article, we’ll learn how to install the latest version of Opera Web Browser in CentOS and RHEL based Linux distributions as well as on Debian and Ubuntu derived Linux distros.

In order to install Opera 69, first, visit the Opera official page and use the download link to grab the latest version of the binary package specific to your installed Linux distribution.

You can also use a Linux command line download utility, such as wget or curl to download Opera binaries by visiting the following download link.

----------- For RHEL/CentOS and Fedora ----------- 
$ wget https://download3.operacdn.com/pub/opera/desktop/69.0.3686.77/linux/opera-stable_69.0.3686.77_amd64.rpm 
OR
$ curl https://download3.operacdn.com/pub/opera/desktop/69.0.3686.77/linux/opera-stable_69.0.3686.77_amd64.rpm -O opera-stable_69.0.3686.77_amd64.rpm

----------- For Debian/Ubuntu and Linux Mint -----------
$ wget https://download3.operacdn.com/pub/opera/desktop/69.0.3686.77/linux/opera-stable_69.0.3686.77_amd64.deb
OR
$ curl https://download3.operacdn.com/pub/opera/desktop/69.0.3686.77/linux/opera-stable_69.0.3686.77_amd64.deb -O opera-stable_69.0.3686.77_amd64.deb

After the download completes, go to the directory where the binary package has been downloaded or use the path to the download directory and issue the below command to start installing Opera 69 in your Linux desktop.

----------- For RHEL/CentOS and Fedora ----------- 
$ sudo yum install opera-stable_69.0.3686.77_amd64.rpm 

For Debian based Linux distros, make sure you select yes in the prompt in order to add Opera repositories in your system and automatically update the browser with the system.

----------- For Debian/Ubuntu and Linux Mint -----------
$ sudo dpkg -i opera-stable_69.0.3686.77_amd64.deb

Run the below command in order to force the installation of some required Opera dependencies.

$ sudo apt install -f

After the installation process completes, go to Applications -> Internet and open Opera 69 browser.

Running Opera Web Browser in Ubuntu

That’s all! Enjoy fast and secure internet navigation with Opera’s latest browser released version.

Ref From: tecmint
Channels: opera browser

Related articles