http://www.opera.com/ ftp://ftp.opera.com/pub/opera/linux/1216/opera-12.16-1860.x86_64.linux.tar.xz == Installation == ./install --text --name opera --prefix /usr --quiet == Deinstallation == rm /usr/bin/opera && rm -rf /usr/lib/opera && rm -rf /usr/share/doc/opera && rm -rf /usr/share/opera == E-Mail setup == claws-mail --compose %t?subject=%s == Flash setup == mkdir -p $HOME/.local/lib/opera/plugins && ln -s $HOME/.mozilla/plugins/libflashplayer.so $HOME/.local/lib/opera/plugins This library relies on several libraries which are part of a [[software:Firefox]] installation. You can either copy all needed libraries to //$HOME/.local/lib/opera/plugins// or adjust the //LD_LIBRARY_PATH// system variable. == Java setup == install -d ~/.local/lib/opera/plugins && ln -s /opt/java/jre/lib/amd64/libnpjp2.so ~/.local/lib/opera/plugins