User Tools

Site Tools


software:opera

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
software:opera [2011/12/21 16:54] kratz00software:opera [2013/07/28 11:40] (current) kratz00
Line 1: Line 1:
 http://www.opera.com/ http://www.opera.com/
  
-ftp://ftp.opera.com/pub/opera/linux/1160/opera-11.60-1185.i386.linux.tar.xz+ftp://ftp.opera.com/pub/opera/linux/1216/opera-12.16-1860.x86_64.linux.tar.xz
  
 == Installation == == Installation ==
  
 <code> <code>
-./install --text --prefix /usr+./install --text --name opera --prefix /usr --quiet
 </code> </code>
  
Line 24: Line 24:
 == Flash setup == == Flash setup ==
  
-Put //libflashplayer.so// into ///usr/lib/opera/plugins// \\  +<code> 
-The library relies on serveral libraries which are part of a [[software:Firefox]] installation. +mkdir -p $HOME/.local/lib/opera/plugins && 
-You can either copy all needed libraries to ///usr/lib/opera/plugins// or adjust the //LD_LIBRARY_PATH// system variableso it finds them.+ln -s $HOME/.mozilla/plugins/libflashplayer.so $HOME/.local/lib/opera/plugins 
 +</code> 
 +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 == 
 + 
 +<code> 
 +install -d ~/.local/lib/opera/plugins && 
 +ln -s /opt/java/jre/lib/amd64/libnpjp2.so ~/.local/lib/opera/plugins 
 +</code>
  
software/opera.1324482890.txt.gz · Last modified: 2011/12/21 16:54 by kratz00