On Sun, Jul 5, 2009 at 11:41 AM, Keshava PRASAD Halemane<kph4foss at gmail.com> wrote: > Just to elaborate on the original problem, the opera binary file format > versions (for Solaris/OpenSolaris OS) available from the Opera website are - > opera-9.64.gcc295-static-qt3.pkg.gz OR > opera-9.64.gcc295-static-qt3.tar.gz etc. > (Gzip .gz, Bzip .bz2, UnixCompressedFile .Z, and the corresponding .tar > archive formats) > I have it downloaded onto my /home/Downloads directory. > Now the question is -how do i go ahead and perform the "install" in > OpenSolaris ? > [i]I will really appreciate if someone can offer enough help-info in terms of > referring to the appropriate documentation/help/instructions pages for me to > read-through the details.[/i]
For the first one (ought to work in OpenSolaris, but I wouldn't necessarily do it this way - using two different packaging systems on the same system could cause confusion) gunzip opera-9.64.gcc295-static-qt3.pkg.gz pkgadd -d opera-9.64.gcc295-static-qt3.pkg For the second (my preferred route as it allows me to have multiple versions installed for testing) cd /wherever/you/want/it/to/be/installed gzcat opera-9.64.gcc295-static-qt3.tar.gz | tar xf - cd opera-9.64-2480.gcc3-static-qt3 ./opera (the path in the last but one step is true on my system, but obviously may change as opera release new versions). -- -Peter Tribble http://www.petertribble.co.uk/ - http://ptribble.blogspot.com/