LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 07-21-2016, 05:42 AM   #1
Higgsboson
Member
 
Registered: Dec 2014
Location: UK
Distribution: Debian 8 Cinnamon/Xfce/gnome classic Debian live usb
Posts: 508

Rep: Reputation: 50
Update Iceweasel to new Firefox browser


I have Debian 8 (Jessie) and have read that Debian has started using the Firefox browser again.
However, although I periodically use 'apt-get update' and 'apt-get upgrade' commands, I still don't have Firefox. I'm only have Iceweasel 38.8.0.

Do I need to do a 'dist-upgrade' or has Debian provided a tutorial on how to move to the new browser?
Thanks in advance.
 
Old 07-21-2016, 07:19 AM   #2
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
You need to add the following entry in /etc/apt/sources.list or a new file in /etc/apt/sources.list.d/:

http://mozilla.debian.net/
 
1 members found this post helpful.
Old 07-21-2016, 07:25 AM   #3
luvr
Member
 
Registered: May 2005
Location: Boom - The Home Town of Tomorrowland, Belgium
Distribution: Slackware, Xubuntu
Posts: 459
Blog Entries: 2

Rep: Reputation: 194Reputation: 194
I'm not sure if Debian 8 will switch to Firefox automatically, even though the firefox-esr package does appear available for it. Maybe you will have to install it manually, like so:
Code:
apt-get install firefox-esr
(as root, obviously).
 
1 members found this post helpful.
Old 07-21-2016, 10:03 AM   #4
erik2282
Member
 
Registered: May 2011
Location: Texas
Distribution: Primarily Deb/Ubuntu, and some CentOS
Posts: 829

Rep: Reputation: 229Reputation: 229Reputation: 229
All you need to do is
Code:
root@mycomputer:~# apt-get install iceweasel
This will install firefox esr.

You dont need to edit any repository files.

Last edited by erik2282; 07-21-2016 at 10:05 AM.
 
Old 07-21-2016, 10:10 AM   #5
Higgsboson
Member
 
Registered: Dec 2014
Location: UK
Distribution: Debian 8 Cinnamon/Xfce/gnome classic Debian live usb
Posts: 508

Original Poster
Rep: Reputation: 50
Quote:
Originally Posted by Ztcoracat View Post
You need to add the following entry in /etc/apt/sources.list or a new file in /etc/apt/sources.list.d/:

http://mozilla.debian.net/
Thank you. The link shows typical debian incompetence when it comes to communicating.

I'm going to add
Code:
deb http://mozilla.debian.net/ jessie-backports firefox-release
to the /etc/apt/sources.list file.

If I reboot, will I then have Firefox installed?

I don't understand why the page then goes on to explain 2 other methods of installing Firefox?

Also, the link says I may have to install a keyring package to add an archive key. So now it sounds complicated.

I'm wondering if there's a simple tried and tested way of installing a web browser without having to refer to the idiot programmers at debian.
 
Old 07-21-2016, 10:15 AM   #6
Higgsboson
Member
 
Registered: Dec 2014
Location: UK
Distribution: Debian 8 Cinnamon/Xfce/gnome classic Debian live usb
Posts: 508

Original Poster
Rep: Reputation: 50
Quote:
Originally Posted by luvr View Post
I'm not sure if Debian 8 will switch to Firefox automatically, even though the firefox-esr package does appear available for it. Maybe you will have to install it manually, like so:
apt-get install firefox-esr
(as root, obviously).
Yes, this sounds right. However, what happens to my Iceweasel browser? Does it become the new Firefox or does it remain as an app on the system?

Also, the debian link given above says the command should be:
Code:
apt-get install -t jessie-backports firefox
Which one is correct and which one have you tried?
 
Old 07-21-2016, 10:19 AM   #7
Higgsboson
Member
 
Registered: Dec 2014
Location: UK
Distribution: Debian 8 Cinnamon/Xfce/gnome classic Debian live usb
Posts: 508

Original Poster
Rep: Reputation: 50
Quote:
Originally Posted by erik2282 View Post
All you need to do is

root@mycomputer:~# apt-get install iceweasel

This will install firefox esr.

You dont need to edit any repository files.
Yes, but the command you've given installs Iceweasel. I already have Iceweasel. I want to install Firefox which will now be supported by debian.
 
Old 07-21-2016, 11:02 AM   #8
erik2282
Member
 
Registered: May 2011
Location: Texas
Distribution: Primarily Deb/Ubuntu, and some CentOS
Posts: 829

Rep: Reputation: 229Reputation: 229Reputation: 229
Quote:
Originally Posted by Higgsboson View Post
Yes, but the command you've given installs Iceweasel. I already have Iceweasel. I want to install Firefox which will now be supported by debian.
If you issue the command, you will see that it will install firefox-esr, not iceweasel. Trust me, i've done this on all my debian systems at home and at work.
 
Old 07-21-2016, 11:03 AM   #9
erik2282
Member
 
Registered: May 2011
Location: Texas
Distribution: Primarily Deb/Ubuntu, and some CentOS
Posts: 829

Rep: Reputation: 229Reputation: 229Reputation: 229
Quote:
Originally Posted by erik2282 View Post
If you issue the command, you will see that it will install firefox-esr, not iceweasel. Trust me, i've done this on all my debian systems at home and at work.
I didnt make this up. I got it from the Debian website. You'll be fine.
https://wiki.debian.org/Iceweasel
 
1 members found this post helpful.
Old 07-21-2016, 11:30 AM   #10
luvr
Member
 
Registered: May 2005
Location: Boom - The Home Town of Tomorrowland, Belgium
Distribution: Slackware, Xubuntu
Posts: 459
Blog Entries: 2

Rep: Reputation: 194Reputation: 194
Quote:
Originally Posted by Higgsboson View Post
However, what happens to my Iceweasel browser? Does it become the new Firefox or does it remain as an app on the system?
Iceweasel will be replaced by Firefox. There will still be an "iceweasel" command available, but it will simply be a link to the "firefox" executable.

Quote:
Which one is correct and which one have you tried?
I got Firefox when I upgraded Debian 8 to Testing, so I didn't actually install it under Debian 8. However, given that the "firefox-esr" package appears to be available in the standard jessie repositories, you should not need backports for it.
 
Old 07-21-2016, 12:21 PM   #11
Higgsboson
Member
 
Registered: Dec 2014
Location: UK
Distribution: Debian 8 Cinnamon/Xfce/gnome classic Debian live usb
Posts: 508

Original Poster
Rep: Reputation: 50
Quote:
Originally Posted by erik2282 View Post
I didnt make this up. I got it from the Debian website. You'll be fine.
https://wiki.debian.org/Iceweasel
Thank you for the link. I have done the command and now I have Firefox browser.
 
Old 07-21-2016, 12:33 PM   #12
Higgsboson
Member
 
Registered: Dec 2014
Location: UK
Distribution: Debian 8 Cinnamon/Xfce/gnome classic Debian live usb
Posts: 508

Original Poster
Rep: Reputation: 50
Quote:
Originally Posted by luvr View Post
I got Firefox when I upgraded Debian 8 to Testing, so I didn't actually install it under Debian 8. However, given that the "firefox-esr" package appears to be available in the standard jessie repositories, you should not need backports for it.
I see. Well, it's good to know that no backports are needed to change from Iceweasel to Firefox.

However after using Iceweasel for years, debian could've waited until Firefox was in the standard repos so it could be installed by a simple command (even though 'apt-get install Iceweasel' is completely ridiculous).
But instead, they get you to add more code to the etc/apt/sources.list, offer commands where backports need to be added and then create a package which makes the previous two options completely unnecessary!

Thanks everyone for your help.
 
Old 07-23-2016, 07:48 AM   #13
jens
Senior Member
 
Registered: May 2004
Location: Belgium
Distribution: Debian, Slackware, Fedora
Posts: 1,463

Rep: Reputation: 299Reputation: 299Reputation: 299
Quote:
Originally Posted by Higgsboson View Post
I see. Well, it's good to know that no backports are needed to change from Iceweasel to Firefox.

However after using Iceweasel for years, debian could've waited until Firefox was in the standard repos so it could be installed by a simple command (even though 'apt-get install Iceweasel' is completely ridiculous).
But instead, they get you to add more code to the etc/apt/sources.list, offer commands where backports need to be added and then create a package which makes the previous two options completely unnecessary!
Your previous "iceweasel" package was already Firefox ESR.
The branding stuff was included in an update from the security repo and did not involve any user interaction.
 
Old 07-31-2016, 05:51 PM   #14
replica9000
Senior Member
 
Registered: Jul 2006
Distribution: Debian Unstable
Posts: 1,126
Blog Entries: 2

Rep: Reputation: 260Reputation: 260Reputation: 260
Quote:
Originally Posted by Ztcoracat View Post
You need to add the following entry in /etc/apt/sources.list or a new file in /etc/apt/sources.list.d/:

http://mozilla.debian.net/

Looks like as of this post, firefox-esr (not meta pacakge) is already in Debian's main repository from oldstable to unstable, and firefox is currently available for unstable and experimental.
 
Old 08-06-2016, 08:43 AM   #15
offgridguy
Senior Member
 
Registered: Nov 2015
Location: Alberta Canada
Distribution: Windows10, Debian
Posts: 1,109

Rep: Reputation: 147Reputation: 147
From what I can see with my Debian 8.2 Jessie, iceweasel is firefox with another name.
The iceweasel sync brings up the my firefox account with all my bookmarks and preferences
intact.
 
  


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
Iceweasel to Firefox ESR update erik2282 Debian 4 06-20-2016 06:11 AM
aspire one firefox browser needs update how? eugeneorange Linux - Newbie 2 11-02-2014 02:52 PM
how to update my firefox browser in redhat 6.1 penkeysritarunkumar Linux - Software 2 04-06-2014 11:15 PM
[SOLVED] Update Firefox from Browser interface MarcosPauloBR Slackware 11 03-07-2011 07:14 AM
Firefox/Iceweasel no script update always fails jimdaworm Linux - Desktop 1 12-25-2008 07:28 AM

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

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