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 09-16-2004, 07:12 PM   #1
rosslaird
Member
 
Registered: Jul 2003
Location: Vancouver
Posts: 76

Rep: Reputation: 16
How long do packages take to get into unstable?


This question probably has a straightforward answer, but I've been unable to find one on the Debian site or elsewhere. Basically, how long do common packages take from the time they are released (like gnome 2.8, released yesterday, and Thunderbird 0.8, released today) until they can be installed by way of the apt system?

Anybody know?
I really want to get my hands on the new Thunderbird with its rss functionality.

Thanks.
 
Old 09-16-2004, 07:20 PM   #2
leonscape
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Debian SID / KDE 3.5
Posts: 2,313

Rep: Reputation: 48
Depends on who's doing the packaging, but usually not long, a few days for high profile stuff. KDE actually made it into unstable before the official release was announced.
 
Old 09-16-2004, 07:25 PM   #3
rosslaird
Member
 
Registered: Jul 2003
Location: Vancouver
Posts: 76

Original Poster
Rep: Reputation: 16
who can wait...?

Thanks. That's sort of what I thought. I know I can install most new things by compiling them myself (in the case of KDE apps, for example) or by way of provided binaries (in the case of Thunderbird), but it's just so much easier to type those two little words (apt-get...) and have the system take care of the messy details. Gosh, I sound like a Windows user!
 
Old 09-16-2004, 08:14 PM   #4
Dead Parrot
Senior Member
 
Registered: Mar 2004
Distribution: Debian GNU/kFreeBSD
Posts: 1,597

Rep: Reputation: 46
There are already some Gnome 2.8 packages in "experimental" for the impatient.

http://packages.debian.org/experimental/gnome/

But better still wait until they are moved to Sid. Although Sid may break your toys, experimental is sure to do that.
 
Old 09-17-2004, 08:11 PM   #5
R00ts
Member
 
Registered: Mar 2004
Location: Austin TX, USA
Distribution: Ubuntu 11.10, Fedora 16
Posts: 547

Rep: Reputation: 30
Re: who can wait...?

Quote:
Originally posted by rosslaird
Gosh, I sound like a Windows user!
lol, that's great. I'm the same way actually.


Also, how long does it typically take for a package in unstable to make it to testing? And then to stable? Just curious
 
Old 09-17-2004, 08:48 PM   #6
leonscape
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Debian SID / KDE 3.5
Posts: 2,313

Rep: Reputation: 48
From unstable to testing, can take a good while, anything from weeks to months. Then there are the freezes, while its prepared for release, where nothing gets through. Whats its made a release its stable.

So the final stage of stable is just that, and won't be updated for a good long while. So Stable KDE could be 2.2 ( i think ) but then could jump to 3.2, So things don't increment through versions in stable, as they do in testing ( mostly ) and unstable.
 
Old 09-17-2004, 10:42 PM   #7
utanja
Member
 
Registered: Apr 2004
Location: Europe:Salzburg Austria USA:Orlando,Florida;
Distribution: Debian
Posts: 643

Rep: Reputation: 32
Re: How long do packages take to get into unstable?

Quote:
Originally posted by rosslaird
This question probably has a straightforward answer, but I've been unable to find one on the Debian site or elsewhere. Basically, how long do common packages take from the time they are released (like gnome 2.8, released yesterday, and Thunderbird 0.8, released today) until they can be installed by way of the apt system?

Anybody know?
I really want to get my hands on the new Thunderbird with its rss functionality.

Thanks.
you dont have to wait for thunderbird...i am running it already...
just untar the tarball and click on the install script....
 
Old 09-17-2004, 10:56 PM   #8
rosslaird
Member
 
Registered: Jul 2003
Location: Vancouver
Posts: 76

Original Poster
Rep: Reputation: 16
Thunderbird

Thunderbird 0.8 is in Debian unstable now, and can be installed by way of apt. Works like a charm.
Like many folks, I prefer to use the apt system whenever possible. I have installed Firefox and Thunderbird from their install scripts, but this is not always a good idea unless you really know what you are doing. I have run into problems with multiple profiles and multiple directories doing it the manual way. (This is going back to TB 0.4, and when Firefox was Firebird, and things may have changed since then).
 
Old 09-18-2004, 07:57 AM   #9
the_shaman
Member
 
Registered: Sep 2004
Distribution: Debian Sid
Posts: 34

Rep: Reputation: 15
KDE is not unlike some dude in an earlier reply said "actually made it into unstable before the official release was announced", rather 3.3 made it into Unstable ~2 weeks after the official release. And this was a fantastic improvement over KDE 3.2 or GNOME 2.6 i.e. that latter took ~2 months and if I'm not wrong, even as I'm typing this out, not all of GNOME 2.6 is in Sarge e.g. gdm isn't.

For those eager to lay their hands on GNOME 2.8, this is what you can do:
Add these 4 lines below into your /etc/apt/sources.list:

deb ftp://ftp.debian.org/debian ../project/experimental main
deb-src ftp://ftp.debian.org/debian ../project/experimental main
deb http://pkg-gnome.alioth.debian.org/debian experimental main
deb-src http://pkg-gnome.alioth.debian.org/debian experimental main

Then, insert the entries below into your /etc/apt/preferences (create it if there is none):
Package: *
Pin: release a=experimental
Pin-Priority: 650

Package: *
Pin: release a=unstable
Pin-Priority: 600

Followed by "apt-get update && apt-get -t experimental install libgnome2-0"

NOTE: You may find that Nautilus will install without problems but it won't run and experience other issues like all desktop icons you may have created in GNOME 2.6 not showing up; changing desktop background not working, etc.

Recompiling Nautilus is the only way out. The suggested solution is as follow:
1.) apt-get -t experimental build-dep nautilus
2.) apt-get -t experimental --build source nautilus
3.) dpkg -i *.deb

Should Step 2. fails i.e. building of the packages fails, you may need to do an "apt-get -t experimental upgrade' and retry Step 2 and then proceed to Step 3. Btw, Step 2 should give all a pretty decent idea as to what Gentoo is like i.e. source compiling/building optimized packages. Go take 2-3 ciggies + maybe a jog or whatever. By the time you are done with them, the build process may still not be finished and if the build fails, it'll mean going through the whole process again (i.e. after apt-getting the missing dependencies such as libeel-2 from either Unstable or more likely Experimental) . Still fancy doing a complete install this way?

But should the packages build and install smoothly, lo and behold what a beauty indeed is GNOME 2.8. FYI, Ubuntu Linux (a Debian-based effort) is the first distro released with GNOME 2.8. Most of the folks behind Ubuntu are the SAME devels and maintainers behind the Debian GNOME project e.g. Jeff Waugh (also with GNOME itself), Jordi Mallach, etc.

Last edited by the_shaman; 09-21-2004 at 01:52 AM.
 
Old 09-18-2004, 08:19 AM   #10
the_shaman
Member
 
Registered: Sep 2004
Distribution: Debian Sid
Posts: 34

Rep: Reputation: 15
I would also advise all to have these entries in your /etc/apt/apt.conf (if you are tracking Unstable and if not amend the portion APT:efault-Release to pint it to the branch you are on). Double check to see what you have in apt.conf and add those that you do not have from below:

APT:efault-Release "unstable";
APT::Cache-Limit 10000000;
Apt::Get::Purge;
APT::Clean-Installed;
APT::Get::Fix-Broken;
APT::Get::Fix-Missing;
APT::Get::Show-Upgraded "true";
 
Old 09-19-2004, 10:17 PM   #11
utanja
Member
 
Registered: Apr 2004
Location: Europe:Salzburg Austria USA:Orlando,Florida;
Distribution: Debian
Posts: 643

Rep: Reputation: 32
Re: Thunderbird

Quote:
Originally posted by rosslaird
Thunderbird 0.8 is in Debian unstable now, and can be installed by way of apt. Works like a charm.
Like many folks, I prefer to use the apt system whenever possible. I have installed Firefox and Thunderbird from their install scripts, but this is not always a good idea unless you really know what you are doing. I have run into problems with multiple profiles and multiple directories doing it the manual way. (This is going back to TB 0.4, and when Firefox was Firebird, and things may have changed since then).
actually...i have only used the mozilla/phoenix/firefox/firebird/thunderbird install scripts and never had a problem.....all work perfectly as do the extentions and other mozilla addons.... you only have to set up a launcher which is quite easy in gnome....(i dont use KDE so not sure of how to this under kde)
 
  


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
remove unstable packages mithereal Debian 1 08-12-2005 06:27 AM
Debian unstable - unfixable broken packages after update. Imek Debian 4 07-20-2005 12:23 PM
apt-get to get unstable packages vermaamitabh Debian 2 11-02-2004 07:59 AM
Making apt-get download unstable packages sduffy89 Debian 4 08-28-2004 01:01 PM
installing woody packages in unstable debian? (java3D) bronko Debian 3 01-04-2004 07:15 AM

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

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