View Single Post
Old 09-26-2004, 02:15 AM   #2 (permalink)
technobeast
The Grim Reaper!
 
technobeast's Avatar
 
Join Date: May 2002
Location: Bulgaria
Posts: 2,387
technobeast will become famous soon enough technobeast will become famous soon enough
.rpms .debs contain precompiled packages that are ready to run whereas .tar.gz are plain sources and you have to compile them by hand. The advntage of the second ones is the size, and the fact that it is compiled on your machine for your machine.
For Opera. I think they had a tar.gz if you have dlded it start a console, unpack it:
tar -zxvf operafilename.tar.gz
change the directory:
cd operafilename
start the install script:
./install
now although it comes in a tar.gz it is not source, I think it's precompiled, static version and the install script only adds the shortcuts to /usr/bin:
p.s. yup almost
Quote:
else
exec_dir="${prefix}/lib/opera/$opera_version"
wrapper_dir="${prefix}/bin"
doc_dir="${prefix}/share/doc/opera"
share_dir="${prefix}/share/opera"
plugin_dir="${prefix}/lib/opera/plugins"
and voila. It should be ready to run. type opera in console or execute it as command in X. Hope I explained this clearly. Good luck
__________________
Liked this post and found it helpful? Click on the image under my avatar to add to my reputation


technobeast is offline   Reply With Quote