Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save diessica/7442604 to your computer and use it in GitHub Desktop.
Save diessica/7442604 to your computer and use it in GitHub Desktop.
How to install Opera Next on Ubuntu, Elementary OS, Pear OS, Linux Mint and other Ubuntu-based distros

How to install Opera Next: Ubuntu, Elementary, Pear OS

Works with all Ubuntu-based distros. 12.16.1860 version. Check out latest version reference.

(You must have wget, a free software package for retrieving files using HTTP, HTTPS and FTP. Install: sudo install wget)


32 bits

  1. wget http://deb.opera.com/opera/pool/non-free/o/opera-next/opera-next_12.16.1860_i386.deb
  2. sudo dpkg -i opera-next_12.16.1860_i386.deb
  3. rm opera-next_12.16.1860_i386.deb (Remove package)

64 bits

  1. wget http://deb.opera.com/opera/pool/non-free/o/opera-next/opera-next_12.16.1860_amd64.deb
  2. ``sudo dpkg -i opera-next_12.16.1860_amd64.deb```
  3. rm opera-next_12.16.1860_amd64.deb (Remove package)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment