Opera is not provided within Debian itsself, as it’s unsupported non-free software. But it’s a rather common browser for those using Icinga, so we need to keep tests with it as well (especially for javascript dom errors). Read more here.
# vim /etc/apt/sources.d/opera.list deb http://deb.opera.com/opera/ stable non-free #Opera Browser (final releases) deb http://deb.opera.com/opera-beta/ stable non-free #Opera Browser (beta releases) # apt-get update
Add the keys.
# wget -O - http://deb.opera.com/archive.key | apt-key add - # apt-get update
Install opera.
# apt-get install opera