Re: cannot install iceweasel 3.5 from lenny-backports

2010-01-23 Thread Graham
On Sat, 23 Jan 2010 11:07:41 +0800
Umarzuki Bin Mochlis Moktar umarz...@gmail.com wrote:

 i had enabled lenny-backports but aptitude -t lenny-backports install
 iceweasel installs Iceweasel 3.0.6

There isn't an iceweasel package in Backports, so you're stuck with
the one in Lenny... unless you want to backport it yourself from
debian source packages found in Sid or Testing (doable, but not easy for
the novice). Either stick with what you have in Lenny or just get the
Firefox tarball from Mozilla, extract it into your home directory (or
put it in /opt and link to it from /usr/local/bin), then run it from
there. Putting it in your home directory will mean that it'll be easy
for it to auto-update.


Graham


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: cannot install iceweasel 3.5 from lenny-backports

2010-01-23 Thread Umarzuki Mochlis
2010/1/23 Graham savagebiscu...@googlemail.com

 On Sat, 23 Jan 2010 11:07:41 +0800
 Umarzuki Bin Mochlis Moktar umarz...@gmail.com wrote:

  i had enabled lenny-backports but aptitude -t lenny-backports install
  iceweasel installs Iceweasel 3.0.6

 There isn't an iceweasel package in Backports, so you're stuck with
 the one in Lenny... unless you want to backport it yourself from
 debian source packages found in Sid or Testing (doable, but not easy for
 the novice). Either stick with what you have in Lenny or just get the
 Firefox tarball from Mozilla, extract it into your home directory (or
 put it in /opt and link to it from /usr/local/bin), then run it from
 there. Putting it in your home directory will mean that it'll be easy
 for it to auto-update.


my mistake, the package is for amd64 and powerpc
http://packages.debian.org/search?suite=lenny-backportssearchon=nameskeywords=iceweasel



 Graham


 --
 To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact
 listmas...@lists.debian.org




-- 
Regards,

Umarzuki Mochlis
http://debmal.my


Re: cannot install iceweasel 3.5 from lenny-backports

2010-01-23 Thread Graham
On Sat, 23 Jan 2010 20:13:26 +0800
Umarzuki Mochlis umarz...@gmail.com wrote:

 my mistake, the package is for amd64 and powerpc
 http://packages.debian.org/search?suite=lenny-backportssearchon=nameskeywords=iceweasel

No, it's my mistake. I didn't properly check with the Debian packages
page (hadn't sipped my morning coffee ;) ), so thought that there was no
Iceweasel 3.5.6 package for any architecture.

Still, if you need the latest, you could always get the tarball from
Mozilla.


Graham


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



cannot install iceweasel 3.5 from lenny-backports

2010-01-22 Thread Umarzuki Bin Mochlis Moktar
i had enabled lenny-backports but aptitude -t lenny-backports install
iceweasel installs Iceweasel 3.0.6

my /etc/apt/sources.list as below

deb http://ftp.us.debian.org/debian lenny main contrib non-free
deb http://security.debian.org/ lenny/updates main
deb http://volatile.debian.org/debian-volatile lenny/volatile main
main
deb ftp://ftp.debian-multimedia.org lenny main
deb http://download.virtualbox.org/virtualbox/debian lenny non-free
deb http://www.backports.org/debian lenny-backports main contrib
non-free
deb http://dl.google.com/linux/deb/ stable non-free

my /etc/apt/preferences as below

Package: *
Pin: release a=lenny
Pin-Priority: 200

Package: *
Pin: release a=lenny-backports
Pin-Priority: 100

where is my mistake?


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: cannot install iceweasel 3.5 from lenny-backports

2010-01-22 Thread Wayne linux...@gmail.com

Umarzuki Bin Mochlis Moktar wrote:

i had enabled lenny-backports but aptitude -t lenny-backports install
iceweasel installs Iceweasel 3.0.6

my /etc/apt/sources.list as below

deb http://ftp.us.debian.org/debian lenny main contrib non-free
deb http://security.debian.org/ lenny/updates main
deb http://volatile.debian.org/debian-volatile lenny/volatile main
main
deb ftp://ftp.debian-multimedia.org lenny main
deb http://download.virtualbox.org/virtualbox/debian lenny non-free
deb http://www.backports.org/debian lenny-backports main contrib
non-free
deb http://dl.google.com/linux/deb/ stable non-free

my /etc/apt/preferences as below

Package: *
Pin: release a=lenny
Pin-Priority: 200

Package: *
Pin: release a=lenny-backports
Pin-Priority: 100

where is my mistake?



aptitude install Iceweasel=3.0.6  ??

Wayne


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Re: cannot install iceweasel 3.5 from lenny-backports

2010-01-22 Thread Wayne linux...@gmail.com

Umarzuki Bin Mochlis Moktar wrote:

i had enabled lenny-backports but aptitude -t lenny-backports install
iceweasel installs Iceweasel 3.0.6

my /etc/apt/sources.list as below

deb http://ftp.us.debian.org/debian lenny main contrib non-free
deb http://security.debian.org/ lenny/updates main
deb http://volatile.debian.org/debian-volatile lenny/volatile main
main
deb ftp://ftp.debian-multimedia.org lenny main
deb http://download.virtualbox.org/virtualbox/debian lenny non-free
deb http://www.backports.org/debian lenny-backports main contrib
non-free
deb http://dl.google.com/linux/deb/ stable non-free

my /etc/apt/preferences as below

Package: *
Pin: release a=lenny
Pin-Priority: 200

Package: *
Pin: release a=lenny-backports
Pin-Priority: 100

where is my mistake?



Woops

aptitude install iceweasel=(version you want)

get the full version by doing
aptitude show iceweasel

Wayne


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Re: cannot install iceweasel 3.5 from lenny-backports

2010-01-22 Thread Sven Joachim
On 2010-01-23 04:07 +0100, Umarzuki Bin Mochlis Moktar wrote:

 i had enabled lenny-backports but aptitude -t lenny-backports install
 iceweasel installs Iceweasel 3.0.6

Since the backport is brand new, it simply might not be available for
your architecture yet.  What does apt-cache policy iceweasel print?

Sven


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: cannot install iceweasel 3.5 from lenny-backports

2010-01-22 Thread Umarzuki Mochlis
2010/1/23 Sven Joachim svenj...@gmx.de

 On 2010-01-23 04:07 +0100, Umarzuki Bin Mochlis Moktar wrote:

  i had enabled lenny-backports but aptitude -t lenny-backports install
  iceweasel installs Iceweasel 3.0.6

 Since the backport is brand new, it simply might not be available for
 your architecture yet.  What does apt-cache policy iceweasel print?


# apt-cache policy iceweasel
iceweasel:
  Installed: (none)
  Candidate: 3.0.6-3
  Version table:
 3.0.6-3 0
500 http://security.debian.org lenny/updates/main Packages
 3.0.6-1 0
500 http://ftp.us.debian.org lenny/main Packages



 Sven


 --
 To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact
 listmas...@lists.debian.org




-- 
Regards,

Umarzuki Mochlis
http://debmal.my


Re: cannot install iceweasel 3.5 from lenny-backports

2010-01-22 Thread Umarzuki Mochlis
2010/1/23 Wayne linux...@gmail.com linux...@gmail.com

 [...]

 aptitude install iceweasel=(version you want)

 get the full version by doing
 aptitude show iceweasel


# aptitude show iceweasel
Package: iceweasel
State: not installed
Version: 3.0.6-3
Priority: optional
Section: web
Maintainer: Eric Dorland e...@debian.org
Uncompressed Size: 3994k
Depends: fontconfig, psmisc, procps, debianutils (= 1.16), libc6 (=
2.7-1),
 libgcc1 (= 1:4.1.1), libglib2.0-0 (= 2.12.0), libgtk2.0-0 (=
 2.12.0), libnspr4-0d (= 1.8.0.10), libstdc++6 (= 4.1.1),
 xulrunner-1.9 (= 1.9.0.3-1)
Suggests: xulrunner-1.9-gnome-support, latex-xft-fonts, xfonts-mathml,
  ttf-mathematica4.1, xprint, mozplugger, libkrb53
Conflicts: firefox ( 2.0+dfsg-1), iceweasel-dom-inspector ( 3.0~b4),
   mozilla-firefox ( 1.5.dfsg-1)
Replaces: firefox ( 2.0+dfsg-1), iceweasel-gnome-support (= 3.0~b5-2),
  mozilla-firefox
Provides: www-browser
Description: lightweight web browser based on Mozilla
 Iceweasel is a redesign of the Mozilla browser component, similar to
Galeon,
 K-Meleon and Camino, but written using the XUL user interface language and
 designed to be lightweight and cross-platform.

 This browser is based on the Firefox source-code, with minor modifications.
 Historically, this browser was previously known as Firebird and Phoenix.

How come this could have happened?



 Wayne


 --
 To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a
 subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




-- 
Regards,

Umarzuki Mochlis
http://debmal.my