Ubuntu 18.04: Install Opera for Web Browser

This article will describe installing Opera.

Table of Contents

1 Install opera

Install opera package.

$ URL=http://download3.operacdn.com/pub/opera/desktop/52.0.2871.99/linux
$ wget -q ${URL}/opera-stable_52.0.2871.99_amd64.deb
$ echo "opera-stable opera-stable/add-deb-source boolean true" | \
  sudo debconf-set-selections
$ sudo dpkg -i opera-stable_*.deb || \
  (sudo apt -f install -y && sudo dpkg -i opera-stable_*.deb)
$ rm -f opera-stable_*.deb

If you need Flash, run the following command. Flash does not work at the first boot. Please reload web page and then flash will be worked.

$ sudo apt install -y pepperflashplugin-nonfree
$ sudo update-pepperflashplugin-nonfree --install

2 Run opera

Run opera.

$ opera

0001_Opera.png