Re: Mozilla Iceweasel 4.0 repository & howto rollback
You need to add the following entry in /etc/apt/sources.list or a new file in /etc/apt/sources.list.d/:
deb http://mozilla.debian.net/ squeeze-backports iceweasel-4.0
Thanks!
Added the suggested line at the very end of /etc/apt/sources.list as follows:
## DEBIAN BACKPORTS
deb http://backports.debian.org/debian-backports squeeze-backports main contrib non-free
deb http://mozilla.debian.net/ squeeze-backports iceweasel-4.0Then,
You can install it with the following command:
apt-get install -t squeeze-backports iceweasel
Similar to corenominal's codestring way on top, I ran this through an xterm window as
sudo apt-get clean && sudo apt-get install -t squeeze-backports iceweasel && sudo apt-get update This seemed to work fine in upgrading iceweasel to v4.0, although I too haven't yet noticed "any problems with font rendering" in v4.0.
Is there a definitive test for possible font-rendering problems under the suggested v4.0 upgrade here??
Until then, thanks for the suggestions here, as well as forthcoming ones on this upgrade ![]()
-goossbears