Installing firefox on solaris 10


 
Thread Tools Search this Thread
Operating Systems Solaris Installing firefox on solaris 10
# 8  
Old 03-27-2012
Are you still having issues with this? I have a wrote a step by step guide on this if you still need help.
# 9  
Old 03-27-2012
Hello,

OH yes thats works (à merveille!)

should i use this command for all .tar.bz2? (en changeant le chemin du logiciel à installer)
can u please explaine how ur commands works please?

---------- Post updated at 02:49 PM ---------- Previous update was at 02:43 PM ----------

hi bitlord,

please share you wrote if u still have it.

i need to understand this command :

bunzip2 < /"file".tar.bz2 | tar xf -/opt/............

---------- Post updated at 02:49 PM ---------- Previous update was at 02:49 PM ----------

hi bitlord,

please share you wrote if u still have it.

i need to understand this command :

bunzip2 < /"file".tar.bz2 | tar xf -/opt/............
# 10  
Old 03-27-2012
I have posted the How to here.

My Notes: Installing Firefox on a Solaris server.

If you still go questions let me know.
This User Gave Thanks to bitlord For This Post:
# 11  
Old 03-27-2012
Quote:
Originally Posted by herbich1985
OH yes thats works (à merveille!)
Glad you make it.
Quote:
should i use this command for all .tar.bz2? (en changeant le chemin du logiciel à installer)
Not necessarily. That depends on what contains the tarball.
Quote:
can u please explaine how ur commands works please?
Code:
bunzip2 < firefox.tar.bz2 | tar xf -
/opt/firefox/firefox

The first one uncompress the bz2 file and pipe the resulting output, which is a tar file, to a tar command that extracts this archive in the current directory.
The last one is just launching the firefox command that has just been extracted.
This User Gave Thanks to jlliagre For This Post:
# 12  
Old 03-28-2012
Thank you bitlord and jlliagre!

its really so useful!!!

see u in my next post Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Solaris hangs (Firefox)

dear members, i am a newbie to solaris 11.3, and deeply impressed. On my test pc (Lenovo M90), however, using the internet hangs the system from time to time; initializing the connecting (WLAN) during installation (via the live cd) took two attempts as well. Maybe someone has a solution... (7 Replies)
Discussion started by: RichardLichten
7 Replies

2. Emergency UNIX and Linux Support

[Solved] Java Plugin not working w/Firefox 7 on Solaris x86

I upgraded my server to Firefox version 7.0.1 and created a symbolic link to /usr/jdk/instances/jdk1.6.0/jre/lib/i386/libnpjp2.so in the /usr/lib/firefox/plugins directory. According to the directions from the mozilla site, this should work. But whenever i attempt to access an app that requires... (0 Replies)
Discussion started by: goose25
0 Replies

3. Red Hat

Installing Firefox 4 help

How would I go about installing Firefox 4? I really don't like firefox 5 or 6. (2 Replies)
Discussion started by: cokedude
2 Replies

4. Solaris

Installing Solaris 8 bootblock without Solaris Install CD

Hello everyone, Background: I'm having an issue with booting a clone of hard drive with Solaris 8 installation. For cloning process I have used g4l, running under click'n'clone option. As far as I know the actual operation ran behind g4l's interface was dd, though I do not have any information... (12 Replies)
Discussion started by: johnny994
12 Replies

5. Solaris

Problems configuring keyboard and Firefox on Solaris

Hello, I'm having problems with my keyboard on Solaris 10, i want to "complete" the command with the tab key and it does not work, also, i want to use the arrows to remember the last commands issued and it always show Google, but when i try to open a browser with Google it does not work, but if... (8 Replies)
Discussion started by: danndp
8 Replies

6. Solaris

Sample solution for Firefox-3.6.10 pkg in solaris 10 for X86

download pkg from sunfreeware web site (root user mode) step1: #mkdir opt/sft step2: download the package and save it in the opt/sft directory step3: #bunzip2 firefox-3.6.10.en-US.solaris-10-fcs-i386-pkg.bz2 step 4 #pkgadd -d ./firefox-3.6.10.en-US.solaris-10-fcs-i386-pkg ... (3 Replies)
Discussion started by: alamin2010
3 Replies

7. UNIX and Linux Applications

Installing Firefox on RH 4.7

As part of requirement to install oracle I tried to install firefox and got the following error. libpangocairo-1.0.so.0 cannot open shared object file: No such file or directory from "ldd firefox-bin" Appearantly I am also missing libxul.so libmozjs.so libxpcom.so ... (1 Reply)
Discussion started by: jxh461
1 Replies

8. Linux

Installing Firefox and now ended up installing latest glibc

Hi all, I wanted to install the latest version of firefox 2 but it seems when I attempt to install it, it seems to be saying it is looking for c libraries version 2.3? I believe I currently have an older version of the c libraries. I am currently running Sun's JDS Linux 2003. My Mozilla web... (1 Reply)
Discussion started by: scriptingmani
1 Replies

9. Solaris

Firefox for Solaris?

I was wondering how i could install mozilla firefox for solaris 8? I downloaded the file: firefox1.0.4-sparc-sun-solaris2.8.tar.bz2 Then i read to decompress .bz2 files i need another software so i got bzip2, but i dont know how to install that eiether :( As your probably gathered im... (4 Replies)
Discussion started by: vikster007
4 Replies
Login or Register to Ask a Question