LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 11-03-2013, 09:10 PM   #1
aquaboot
Member
 
Registered: May 2005
Location: Berkeley, CA.
Distribution: debain freebsd
Posts: 483

Rep: Reputation: 31
Firefox repository?


Hi All,

I'd like to install the Firefox binary and am wondering if I can just do so from a repository so it gets regular updates. Help appreciated. BTW- can we please skip comments about Iceweasel for reasons left unmentioned? :-)

Thanks Much,

ab

Last edited by aquaboot; 11-03-2013 at 09:11 PM.
 
Old 11-03-2013, 09:19 PM   #2
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
I think you will to have to do that manually. There is a repo for Iceweasel, but I am not aware of an extra repo for Firefox. If you run Debian Testing it may be possible to get Firefox from LMDE, for Stable I don't know if that will work, but normally you shouldn't mix Stable with Testing.
 
Old 11-04-2013, 07:05 AM   #3
snowday
Senior Member
 
Registered: Feb 2009
Posts: 4,667

Rep: Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411
Back in my Debian days I used: http://mozilla.debian.net/
 
Old 11-04-2013, 07:23 AM   #4
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
just download the bz2 file from firefox site
unpack it into your home folder
create a desktop entry or run it from a terminal

then edit the config to check for updates and choose either auto updates or advise you etc
 
Old 11-14-2013, 03:19 PM   #5
Emmanuel_uk
Senior Member
 
Registered: Nov 2004
Distribution: Mandriva mostly, vector 5.1, tried many.Suse gone from HD because bad Novell/Zinblows agreement
Posts: 1,606

Rep: Reputation: 53
Not a fantastic idea, but this had a firefox deb package

deb http://packages.linuxmint.com debian import
 
Old 11-14-2013, 08:44 PM   #6
Randicus Draco Albus
Senior Member
 
Registered: May 2011
Location: Hiding somewhere on planet Earth.
Distribution: No distribution. OpenBSD operating system
Posts: 1,711
Blog Entries: 8

Rep: Reputation: 635Reputation: 635Reputation: 635Reputation: 635Reputation: 635Reputation: 635
"Not a fantastic idea" is a gargantuan understatement. Using third-party repositories is "risky". (Another gross understatement.)
 
Old 11-15-2013, 07:57 AM   #7
sgage
LQ Newbie
 
Registered: Apr 2012
Posts: 24

Rep: Reputation: Disabled
Quote:
Originally Posted by aquaboot View Post
Hi All,

I'd like to install the Firefox binary and am wondering if I can just do so from a repository so it gets regular updates. Help appreciated. BTW- can we please skip comments about Iceweasel for reasons left unmentioned? :-)

Thanks Much,

ab
To Install Latest Firefox on Debian
===================================

apt-get remove iceweasel

echo -e "\ndeb http://downloads.sourceforge.net/pro...la/mozilla/apt all main" | tee -a /etc/apt/sources.list > /dev/null

apt-key adv --recv-keys --keyserver keyserver.ubuntu.com C1289A29

apt-get update

apt-get install firefox-mozilla-build
 
Old 11-15-2013, 09:40 AM   #8
Firerat
Senior Member
 
Registered: Oct 2008
Distribution: Debian sid
Posts: 2,683

Rep: Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783
Quote:
Originally Posted by sgage View Post
To Install Latest Firefox on Debian
===================================

apt-get remove iceweasel

echo -e "\ndeb http://downloads.sourceforge.net/pro...la/mozilla/apt all main" | tee -a /etc/apt/sources.list > /dev/null

apt-key adv --recv-keys --keyserver keyserver.ubuntu.com C1289A29

apt-get update

apt-get install firefox-mozilla-build
NO

use
http://mozilla.debian.net/


AND
why use
Code:
 | tee -a /etc/apt/sources.list > /dev/null
??
Code:
>> /etc/apt/sources.list
tee is pointless here, it is just appending a file and stdout
you are then sending stdout to /dev/null
why?

Last edited by Firerat; 11-15-2013 at 09:45 AM.
 
Old 11-15-2013, 09:43 AM   #9
sgage
LQ Newbie
 
Registered: Apr 2012
Posts: 24

Rep: Reputation: Disabled
Quote:
Originally Posted by Firerat View Post
He wants Firefox, not Iceweasel.
 
Old 11-15-2013, 09:46 AM   #10
Firerat
Senior Member
 
Registered: Oct 2008
Distribution: Debian sid
Posts: 2,683

Rep: Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783
Quote:
Originally Posted by sgage View Post
He wants Firefox, not Iceweasel.
tell me the difference between Firefox and iceweasel
 
Old 11-15-2013, 09:48 AM   #11
sgage
LQ Newbie
 
Registered: Apr 2012
Posts: 24

Rep: Reputation: Disabled
Quote:
Originally Posted by Firerat View Post
tell me the difference between Firefox and iceweasel
A name, some artwork, whatever.

I was just trying to answer the OP's question.
 
Old 11-15-2013, 09:52 AM   #12
Firerat
Senior Member
 
Registered: Oct 2008
Distribution: Debian sid
Posts: 2,683

Rep: Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783
that is right, essentially none

see History and origin of name
https://en.wikipedia.org/wiki/Mozill...Debian_project
 
Old 11-15-2013, 09:57 AM   #13
sgage
LQ Newbie
 
Registered: Apr 2012
Posts: 24

Rep: Reputation: Disabled
Quote:
Originally Posted by Firerat View Post
that is right, essentially none

see History and origin of name
https://en.wikipedia.org/wiki/Mozill...Debian_project
Yes, I've read that.

In any case, I am now back on Iceweasel, version 25.0, just to make the Debian godz happy (and out of idle curiousity).
 
Old 11-17-2013, 08:40 AM   #14
qrange
Senior Member
 
Registered: Jul 2006
Location: Belgrade, Yugoslavia
Distribution: Debian stable/testing, amd64
Posts: 1,061

Rep: Reputation: 47
um, sorry to intrude.
is there an easy way of installing Iceweasel from unstable in Debian testing, without adding whole unstable repo in sources.list?
(don't have flatrate here, simple 'apt-get update' eats a lot of net)
 
Old 11-17-2013, 08:55 AM   #15
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 qrange View Post
um, sorry to intrude.
is there an easy way of installing Iceweasel from unstable in Debian testing, without adding whole unstable repo in sources.list?
(don't have flatrate here, simple 'apt-get update' eats a lot of net)
Add the Unstable repo and pin it to a lower priority than the Testing repo. Then use the -t option of apt-get to install Iceweasel from the unstable repo.
 
  


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
Is there a Mageia repository that includes a modern Firefox? Timothy Miller Mageia 61 11-12-2013 08:05 PM
LXer: Install Firefox 4 In Ubuntu 10.04 / 10.10 Via PPA Repository LXer Syndicated Linux News 0 03-20-2011 12:30 PM
LXer: Ubuntuzilla Repository is all you need to get the Latest Firefox Updates in Ubu LXer Syndicated Linux News 0 02-03-2010 05:00 AM
firefox 1.5 from fedora development repository aoconnor Fedora 20 03-27-2006 01:13 AM
Suse apt repository containing firefox Gsecur Linux - Software 5 10-05-2004 10:48 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 04:24 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