LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-12-2013, 06:02 AM   #1
lemon09
Member
 
Registered: Jun 2009
Location: kolkata,India
Distribution: Mandriva,openSuse,Mint,Debian
Posts: 285
Blog Entries: 1

Rep: Reputation: 37
firefox not running in debian


Hi,
I have recently installed debian in my system and downloaded firefox in it. however it isn't running. i have downnloaded it from mozilla's official site and extracted it. Next I open a console and try running it but a problem occus evrytime.

Code:
root@Debian:/home/lobkush/Downloads/firefox# ls -la | grep fire
-rwxr-xr-x 1 lobkush lobkush   134288 Dec  6 00:19 firefox
-rwxr-xr-x 1 lobkush lobkush   134292 Dec  6 00:19 firefox-bin
It says the firefox is there.

Code:
root@Debian:/home/lobkush/Downloads/firefox# ./firefox
bash: ./firefox: No such file or directory
So, this is the answer which I get everytime.
 
Old 12-12-2013, 06:25 AM   #2
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,927

Rep: Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320
what will say
file firefox
head firefox
in that dir?
 
Old 12-12-2013, 07:09 AM   #3
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
Hi

its hard to tell, but why are you running a command as root

leaping ahead if you accidently changed ownership of the other files try

Code:
sudo su
chown lobkush:lobkush -R /home/lobkush/Downloads/firefox
chmod 755 -R /home/lobkush/Downloads/firefox
su lobkush
Downloads/firefox/firefox
 
Old 12-12-2013, 07:59 AM   #4
lemon09
Member
 
Registered: Jun 2009
Location: kolkata,India
Distribution: Mandriva,openSuse,Mint,Debian
Posts: 285

Original Poster
Blog Entries: 1

Rep: Reputation: 37
Quote:
Hi

its hard to tell, but why are you running a command as root

leaping ahead if you accidently changed ownership of the other files try
Ohhh!!!! that's just like it. I was doing something as root and forgot to exit. But that I hope isn't a very big deal, or is it???
 
Old 12-12-2013, 08:16 AM   #5
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Hello. That should not stop it from working only other repercussions... have you tried clicking on the executable to run? I usually make a link to /firefox/firefox also if running 64-bit try: http://www.firefox64bit.com/ although in my cases got different errors: http://www.linuxquestions.org/questi...-a-4175480109/ and
http://www.linuxquestions.org/questi...ml#post5042929
Good luck and have fun.

Last edited by jamison20000e; 12-13-2013 at 10:43 AM.
 
Old 12-12-2013, 08:42 AM   #6
lemon09
Member
 
Registered: Jun 2009
Location: kolkata,India
Distribution: Mandriva,openSuse,Mint,Debian
Posts: 285

Original Poster
Blog Entries: 1

Rep: Reputation: 37
Quote:
what will say
file firefox
head firefox
in that dir?
Here you have the output:
Code:
lobkush@Debian:~/Downloads/firefox$ file firefox
firefox: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.18, BuildID[sha1]=0x6e884103555b3e2bc8ecc62624d2d8123d61980e, stripped


lobkush@Debian:~/Downloads/firefox$ head firefox
ELF��4�4 	(44�4�  TT�T������ȒȒ�������hh�h�DD�ȒȒP�td���E�E4	4	Q�td/lib/ld-linux.so.2GNUGNUA�n+>[U&�����$�a=��?<).~�qUmr\�X�8��6��
w��1��ypf�+�s�vg[�9��j���@5��Me�'��d/WT ��k��]���}2*�V�$u�!x���� 	="BF&%G,:;L73OYZS>D#`olR4
                               �0{C^(a
                                       citN�zhJ�nPI�A�|�-_KH����
��$�*[
�bd
z_A�����  `6���
�h$
X0��]  �=    �
$�+
NH
V
��
����
firefox is not a directory.
 
Old 12-12-2013, 09:40 AM   #7
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Just a guess, but are you running a 64 bit version of Debian? If so, you should download the 64 bit version of Firefox, unless you want to install the multiarch libraries.
 
Old 12-12-2013, 10:12 AM   #8
TroN-0074
Senior Member
 
Registered: Dec 2011
Location: Michigan USA
Distribution: OpenSUSE 13.2 64bit-Gnome on ASUS U52F
Posts: 1,444

Rep: Reputation: 340Reputation: 340Reputation: 340Reputation: 340
If you navigate to the directory created after you untared the downloaded file just look for the file named firefox and double click it if you are there using your file browser. or execute it if you are there in the command line.

In Debian you have Ice Weasel wich is a fork of Firefox done by the Debian project.

Good luck to you

Last edited by TroN-0074; 12-12-2013 at 10:14 AM.
 
1 members found this post helpful.
Old 12-12-2013, 10:19 AM   #9
snowday
Senior Member
 
Registered: Feb 2009
Posts: 4,667

Rep: Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411
Agree with TroN, just use Iceweasel, no problem/hassle.

Code:
apt-get install iceweasel
 
Old 12-12-2013, 05:00 PM   #10
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
To those trying to seduce OP away from FF

its a smart way to use firefox in unpacked mode, as you can set up check for updates and bypass your package manager
---when its a point update ----you only need to download a small diff file
----no advantage versus file manager on integer release

eg if you had 25.0 and never checked for updates, new release 26.0 gives you a full download
but if you had 25.1 and say 25.5 was available ---your way would be a download of kilobytes

#############################

OP

2) its not clear to me if you tried my commands.....oh well

3) instead create this desktop entry as a local user pls

open a terminal ---copy and paste into terminal and see if icon works

Code:
echo "[Desktop Entry]
Name=firefox
Exec=/home/lobkush/Downloads/firefox/firefox %u
Terminal=false
Type=Application
Categories=GTK;WebBrowser;Network
Icon=/home/lobkush/Downloads/firefox/browser/icons/mozicon128.png
NoDisplay=true
" > /home/lobkush/Desktop/firefox.destop
 
Old 12-12-2013, 08:40 PM   #11
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Plus it updates itself nowadays (at lest 29.0,) add-ons and all...

Last edited by jamison20000e; 12-12-2013 at 08:42 PM.
 
Old 12-12-2013, 08:48 PM   #12
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,342
Blog Entries: 28

Rep: Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145
Use Iceweasel. It's Firefox with the branding removed.
 
Old 12-13-2013, 12:24 AM   #13
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,927

Rep: Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320
there is no 64bit version of firefox I think, probably you are unable to run that app. The "official" way - as it was mentioned - install iceweasel.
 
Old 12-13-2013, 12:32 AM   #14
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by pan64 View Post
there is no 64bit version of firefox I think
There is. Choose your language: http://download-origin.cdn.mozilla.n.../linux-x86_64/
 
Old 12-13-2013, 12:52 AM   #15
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,927

Rep: Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320
Quote:
Originally Posted by TobiSGD View Post
sorry, that was told for windows only, I missed that. https://support.mozilla.org/en-US/questions/782154
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Error running firefox-26 in Debian 7.1 jamison20000e Linux - Software 5 10-09-2013 12:21 PM
firefox not running lemon09 Linux - Newbie 13 02-07-2013 08:21 AM
LXer: Running The Latest Firefox Version On Debian Squeeze LXer Syndicated Linux News 1 02-10-2012 06:26 PM
Windows running Firefox more secure than linux running it? moxieman99 General 14 04-04-2009 10:12 AM
Running Firefox Zebe SUSE / openSUSE 2 03-26-2005 11:44 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:46 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration