[solved] Iceweasel updates

Forum rules
We don't support installations in VirtualBox, VMWare, qemu or others. We ignore posts about WINE, PlayOnLinux, Steam and Skype. We don't support btrfs, lvm, UEFI, side-by-side installations with GPT or dualboot with anything newer than Windows XP.
Google your problem first. Check the Wiki. Read the existing threads. It's okay to "hijack" an existing thread, yes! If your problem is not yet covered, open a new thread. To get the quickest possible help, mention the exact release codename in your post (uname -a is a good idea, too). Due to the lack of crystal balls, attach the output of lspci -nnk if you encounter hardware problems.
User avatar
rhowaldt
Dog
Posts: 4565
Joined: Wed Oct 17, 2012 9:01 am
Contact:

[solved] Iceweasel updates

Unread post by rhowaldt » Fri Sep 19, 2014 3:17 pm

hello my friends,

as some of you might've read somewhere i recently did a full dist-upgrade, the first in many months, simply because i wanted to upgrade my Iceweasel because Soundcloud keeps bitching that the version is too old. However, after the upgrade my Iceweasel doesn't seem changed at all, or at least i don't see anything different.

Code: Select all

[16:15:51]$ apt-cache policy iceweasel
iceweasel:
  Installed: 10.0.12esr-1
  Candidate: 31.1.0esr-1
  Version table:
     31.1.0esr-1 0
        500 http://http.debian.net/debian/ unstable/main amd64 Packages
 *** 10.0.12esr-1 0
        100 /var/lib/dpkg/status
if somebody could tell me how to upgrade this bitch, i'd be happy. if you need more info let me know.
All statements are true in some sense, false in some sense, meaningless in some sense, true and false in some sense, true and meaningless in some sense, false and meaningless in some sense, and true and false and meaningless in some sense.

machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

Re: Iceweasel updates

Unread post by machinebacon » Fri Sep 19, 2014 4:14 pm

Hi rhosey,

usually a reinstall would upgrade the package:

Code: Select all

sudo apt-get install --reinstall iceweasel
If it still doesn't rock, purge the old one first:

Code: Select all

sudo apt-get autoremove --purge iceweasel
and then get the new one

Code: Select all

sudo apt-get update && sudo apt-get install iceweasel
If it still doesn't want to, try chosing unstable explicitly:

Code: Select all

sudo apt-get install -t unstable iceweasel
This is only useful when you have mixed repos (unstable plus experimental, e.g.)

Explanation: probably last time when you did the monster upgrade, it got stuck at some python or perl package, didn't finish the installation of remaining packages in the cache, and you didn't install anything else/new afterwards, so that it didn't even tell you to use --fix-missing (option '-f') to fix this.
..gnutella..

User avatar
rhowaldt
Dog
Posts: 4565
Joined: Wed Oct 17, 2012 9:01 am
Contact:

Re: Iceweasel updates

Unread post by rhowaldt » Fri Sep 19, 2014 4:29 pm

wow, so it was that simple huh. i just did

Code: Select all

sudo apt-get install -t unstable iceweasel
and that upgraded it. running, what, version 31 or something now :)

thanks Julesy!
All statements are true in some sense, false in some sense, meaningless in some sense, true and false in some sense, true and meaningless in some sense, false and meaningless in some sense, and true and false and meaningless in some sense.

User avatar
ivanovnegro
Minister of Truth
Posts: 5449
Joined: Wed Oct 17, 2012 11:12 pm

Re: Iceweasel updates

Unread post by ivanovnegro » Sun Sep 21, 2014 5:20 pm

Mark it, mark it solved Rhow. :) I was reading it in vain. :P

User avatar
rhowaldt
Dog
Posts: 4565
Joined: Wed Oct 17, 2012 9:01 am
Contact:

Re: [solved] Iceweasel updates

Unread post by rhowaldt » Sun Sep 21, 2014 7:40 pm

^ youre right, done :)
All statements are true in some sense, false in some sense, meaningless in some sense, true and false in some sense, true and meaningless in some sense, false and meaningless in some sense, and true and false and meaningless in some sense.

machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

Re: [solved] Iceweasel updates

Unread post by machinebacon » Sun Sep 21, 2014 8:20 pm

you forgot to close it in rage :D

kidding :)
..gnutella..

User avatar
rhowaldt
Dog
Posts: 4565
Joined: Wed Oct 17, 2012 9:01 am
Contact:

Re: [solved] Iceweasel updates

Unread post by rhowaldt » Sun Sep 21, 2014 9:47 pm

^ :D
All statements are true in some sense, false in some sense, meaningless in some sense, true and false in some sense, true and meaningless in some sense, false and meaningless in some sense, and true and false and meaningless in some sense.

Post Reply