Linux-Noob Forums
How do I install Firefox? - Printable Version

+- Linux-Noob Forums (https://www.linux-noob.com/forums)
+-- Forum: Linux Noob (https://www.linux-noob.com/forums/forum-3.html)
+--- Forum: How Do I? (https://www.linux-noob.com/forums/forum-60.html)
+--- Thread: How do I install Firefox? (/thread-206.html)

Pages: 1 2 3 4


How do I install Firefox? - inittux - 2012-02-08

oh yeah, that slipped my mind



How do I install Firefox? - Bakshara - 2012-02-08


Here is what I did:

 



Code:
[root@localhost firefox]# ./run-mozilla.sh


run-mozilla.sh: Cannot execute .

You have new mail in /var/spool/mail/root
[root@localhost firefox]# exit
logout

[bakshara@localhost ~]$ /home/Bakshara/Download/firefox/./run-mozilla.sh

run-mozilla.sh: Cannot execute .

[bakshara@localhost ~]$




 

 

... and ...

 

 



Code:
[bakshara@localhost ~]$ /home/Bakshara/Download/firefox/./run-mozilla.sh


run-mozilla.sh: Cannot execute .

[bakshara@localhost ~]$ chmod u+x /home/Bakshara/Download/firefox/run-mozilla.sh
chmod: changing permissions of `/home/Bakshara/Download/firefox/run-mozilla.sh': Operation not permitted
[bakshara@localhost ~]$ su -
Password:
[root@localhost ~]# chmod u+x /home/Bakshara/Download/firefox/run-mozilla.sh
[root@localhost ~]#




 

 

Did that werk?

 

Bakshara




How do I install Firefox? - inittux - 2012-02-08


Yeah you sucessfull gave the file execute permissions. try running this again:

 

/home/Bakshara/Download/firefox/./run-mozilla.sh




How do I install Firefox? - Dungeon-Dave - 2012-02-08




Code:
[root@localhost ~]# chmod u+x /home/Bakshara/Download/firefox/run-mozilla.sh

[root@localhost ~]#




 

 

Usually when a command returns nothing, it's an indication that something worked. It's only when it doesn't work do you tend to get an error message.

nb: you may want to consider using sudo rather than su.




How do I install Firefox? - Bakshara - 2012-02-09


Here is what I did:

[root@localhost ~]# /home/Bakshara/Download/firefox/./run-mozilla.sh

 

run-mozilla.sh: Cannot execute .

 

[root@localhost ~]# chmod u+x /home/Bakshara/Download/firefox/run-mozilla.sh

[root@localhost ~]# /home/Bakshara/Download/firefox/./run-mozilla.sh

 

run-mozilla.sh: Cannot execute .

 

[root@localhost ~]#

 

Also what is the difference between sudo and su?

 

Bakshara




How do I install Firefox? - Dungeon-Dave - 2012-02-10


Try:

 



Code:
/home/Bakshara/Download/firefox/run-mozilla.sh




or if you're in that directory, just:



Code:
./run-mozilla.sh







How do I install Firefox? - Bakshara - 2012-02-11


Here is what I did:

 

[bakshara@localhost ~]$ /home/Bakshara/Download/firefox/run-mozilla.sh

run-mozilla.sh: Cannot execute .

[bakshara@localhost ~]$ su -

Password:

[root@localhost ~]# /home/Bakshara/Download/firefox/run-mozilla.sh

run-mozilla.sh: Cannot execute .

[root@localhost ~]# cd /home/Bakshara/Download/firefox

[root@localhost firefox]# ./run-mozilla.sh

run-mozilla.sh: Cannot execute .

[root@localhost firefox]#

 

Bakshara




How do I install Firefox? - Dungeon-Dave - 2012-02-12

I'm a bit confused here - are you trying to run it as "Bakshara" or as "root"...? It seems that there's ownership permissions between the two accounts there.



How do I install Firefox? - inittux - 2012-02-12


This is what you are basically trying to do from what your first post mentioned. Try and follow these instructions and it should work. Except in your case it's from firefox 3 to 10 instead of from 2 to 3. But shouldn't make a difference. Als download the file as normal user. And you want firefox 10 probably.

 

And then you can change the firefox icon properties to /opt/firefox/firefox &

so that your shortcuts/icon works.




How do I install Firefox? - Bakshara - 2012-02-15


Dungeon-Dave,

I'm a bit confused here - are you trying to run it as "Bakshara" or as "root"...? It seems that there's ownership permissions between the two accounts there.

I tried this both ways.

 

Feedmebits,

I downloaded firefox-10.0.tar.bz2.

 

For everyone,

When I extracted it here is what I got:

/home/Bakshara/Download/firefox

application.ini jsloader libssl3.so

blocklist.xml libfreebl3.chk libxpcom.so

chrome libfreebl3.so libxul.so

chrome.manifest libmozalloc.so mozilla-xremote-client

components libmozsqlite3.so omni.ja

crashreporter libnspr4.so platform.ini

crashreporter.ini libnss3.so plugin-container

crashreporter-override.ini libnssckbi.so precomplete

defaults libnssdbm3.chk removed-files

dependentlibs.list libnssdbm3.so run-mozilla.sh

dictionaries libnssutil3.so searchplugins

extensions libplc4.so Throbber-small.gif

firefox libplds4.so update.locale

firefox-bin libsmime3.so updater

hyphenation libsoftokn3.chk updater.ini

icons libsoftokn3.so

 

chrome, components, defaults, dictionaries, extensions, hyphenation, icons, jsloader, and searchplugins are directories.

 

Bakshara