LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-03-2013, 02:06 AM   #1
cmd-line34
LQ Newbie
 
Registered: Oct 2013
Distribution: Debian 64bit
Posts: 23

Rep: Reputation: Disabled
Firefox does not seem to want to install in Debian


Currently, I am running Iceweasel as a web browser. Here is the thing about it though, is it is quite out of date (technically it is version 7 of Firefox . . .) and I was going to install the newest Firefox, but when I try to run the "Firefox" executable, it says there is no file or directory. there IS a file called Firefox, and that, to what I am aware of is the file I am supposed to run, so I do not know why it is saying this to me.

This is my terminal session:

Code:
user@debian:~$ cd Downloads/firefox
user@debian:~/Downloads/firefox$ ls
application.ini     firefox           libnssckbi.so    libssl3.so              Throbber-small.gif
browser             firefox-bin       libnssdbm3.chk   libxul.so               updater
chrome.manifest     icons             libnssdbm3.so    mozilla-xremote-client  updater.ini
components          libfreebl3.chk    libnssutil3.so   omni.ja                 update-settings.ini
crashreporter       libfreebl3.so     libplc4.so       platform.ini            webapprt
crashreporter.ini   libmozalloc.so    libplds4.so      plugin-container        webapprt-stub
defaults            libmozsqlite3.so  libsmime3.so     precomplete
dependentlibs.list  libnspr4.so       libsoftokn3.chk  removed-files
dictionaries        libnss3.so        libsoftokn3.so   run-mozilla.sh
user@debian:~/Downloads/firefox$ ./firefox
bash: ./firefox: No such file or directory
user@debian:~/Downloads/firefox$
Is there something I am doing wrong, or is something like the filing system?

Yes, forgot to add, I am kind of a newbie to this stuff. Also, I did exchange my user name with "user" in the terminal session.
 
Old 11-03-2013, 02:13 AM   #2
Firerat
Senior Member
 
Registered: Oct 2008
Distribution: Debian sid
Posts: 2,683

Rep: Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783
here is what I use with Debian

http://mozilla.debian.net/
 
Old 11-03-2013, 06:04 AM   #3
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
If you get that error message it usually means that you try to run 64 bit software on a 32 bit system or 32 bit software or a 64 bit system without multilib support. Follow the instructions Firerat gave you and you should be fine.
 
1 members found this post helpful.
Old 11-03-2013, 06:33 AM   #4
Knightron
Senior Member
 
Registered: Jan 2011
Location: Australia
Distribution: openSUSE
Posts: 1,465
Blog Entries: 6

Rep: Reputation: 200Reputation: 200Reputation: 200
has firefox been marked as executable?

By the way, although Iceweasel is technically an old version of Firefox, all the security patches get backported.
If you still want the latest version, i also recommend following Firerat's advice. I used that repo for a long time to get a rolling release of iceweasel based on the latest stable release of Firefox. It worked well.
The advantage of using it over manually installing Firefox is, that with Firefox, you'll have to manually uninstall and then install each new release. With the repo, you will be kept up to date, as long as you 'aptitude safe-upgrade' when needed.

Last edited by Knightron; 11-03-2013 at 06:39 AM.
 
Old 11-03-2013, 07:03 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
In my case it was easier to install Firefox 64-bit...
 
Old 11-03-2013, 10:34 AM   #6
cmd-line34
LQ Newbie
 
Registered: Oct 2013
Distribution: Debian 64bit
Posts: 23

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Knightron View Post
has firefox been marked as executable?

By the way, although Iceweasel is technically an old version of Firefox, all the security patches get backported.
If you still want the latest version, i also recommend following Firerat's advice. I used that repo for a long time to get a rolling release of iceweasel based on the latest stable release of Firefox. It worked well.
The advantage of using it over manually installing Firefox is, that with Firefox, you'll have to manually uninstall and then install each new release. With the repo, you will be kept up to date, as long as you 'aptitude safe-upgrade' when needed.
Thank you for all of the responses. The only reason I need it to be newer is because I was going to install a few extentions, but they all seem to require a newer version of Firefox. Also, to TobiSGD,
Quote:
Originally Posted by TobiSGD View Post
If you get that error message it usually means that you try to run 64 bit software on a 32 bit system or 32 bit software or a 64 bit system without multilib support. Follow the instructions Firerat gave you and you should be fine.
I am almost positive I am running a 64 bit OS (and I am running a x86 architecture), but, how would I get "multilib" support?
 
Old 11-03-2013, 10:50 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
On Debian it is called multiarch, not multilib, sorry: https://wiki.debian.org/Multiarch
 
Old 11-03-2013, 11:27 AM   #8
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
Firefox Nightly (from the above links link) means it's always the latest like lots of 64-bit my Nightly is at post date: 28.0a1

Last edited by jamison20000e; 08-18-2014 at 12:52 PM.
 
  


Reply

Tags
debian, firefox, terminal



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
How can one install Firefox on Debian 64-Bit? mike4ty4 Debian 3 11-21-2012 04:33 PM
install firefox 9 in debian hosslinux Linux - Software 4 12-27-2011 12:42 PM
[SOLVED] Install firefox on Debian? cryingthug Debian 4 07-01-2010 05:25 PM
(trying to) install Firefox v2.x on Debian 4.0/KDE kevincredden Linux - Software 2 05-02-2007 12:04 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:25 AM.

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