View Full Version : Bleeding edge repositories?
sowdog
January 4th, 2006, 01:14 AM
Is there anything like a debian unstable repository? Bleeding edge for hoary ? I don't want to upgrade to dapper. Just a few apps like firefox,gaim and such?
23meg
January 4th, 2006, 01:17 AM
Nothing quite like Sid but there's backports.
http://backports.ubuntuforums.org/wiki/index.php/Main_Page
sowdog
January 4th, 2006, 01:22 AM
Hum, backports doesn't seem as up to date either. Is there a sort of unofficial community maintained repository?
Btw, thanks for the prompt reply
Kyral
January 4th, 2006, 01:30 AM
Dapper contains the bleeding edge as we sync from Sid. But watchout, Dapper is still development so things will break on you
Oh to answer the question of Firefox. Ubuntu depends on Firefox a lot more than other distros. A lot of things depend on Firefox for HTML/XML stuffs, so it affects a lot of packages
EDIT: Didn't see that you didn't want to not jump to Dapper.
Velvet Elvis
January 4th, 2006, 03:08 AM
It's fairly easy to backport packages for your own use from dapper sources.
1. set your source repos in /etc/apt/sources.list to dapper.
deb-src http://archive.ubuntu.com/ubuntu/ dapper main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ dapper-updates main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ dapper-security main restricted universe multiverse
2. sudo apt-get update
3. sudo apt-get build-dep, enter Y when prompted
4. apt-get source <packagename>
5. cd to the new source dir in your /home directory
6. sudo dpkg-buildpachage
7. cd ..
8. sudo dpkg -i *.deb
You're most likely to run into problems at #3. If depends can't be met it's possiable to backport libraries to meet build deps, but it's not the best idea.
If you want to live dangerously, check out apt-build:
http://julien.danjou.info/article-apt-build.html
sowdog
January 4th, 2006, 08:26 PM
Is there an alternative that doesn't require dapper? I'd like something like backports or PLF but with more packages? I know , I'm geredy :razz:
az
January 4th, 2006, 09:38 PM
With a six-month release, there is not a lot of room between backports and Dapper.
You know, you can always try to add the Dapper repo and apt-get install the one or two paclages that interst you. You shouldn't bork your system up as much as if you dist-upgraded to Dapper. Just like running a testing-Sid hybrid with debian (liek we all did before Ubuntu ;) ).
sowdog
January 6th, 2006, 05:04 AM
With a six-month release, there is not a lot of room between backports and Dapper.
You know, you can always try to add the Dapper repo and apt-get install the one or two paclages that interst you. You shouldn't bork your system up as much as if you dist-upgraded to Dapper. Just like running a testing-Sid hybrid with debian (liek we all did before Ubuntu ;) ).
Tried to do that, but apt asked if i wanted to uninstall this huge heap of packages. Quickly chickened out. It's just the idea of waiting 4 more months till I get to update firefox and gaim :D
poofyhairguy
January 6th, 2006, 06:15 AM
Tried to do that, but apt asked if i wanted to uninstall this huge heap of packages. Quickly chickened out. It's just the idea of waiting 4 more months till I get to update firefox and gaim :D
Use Automatix to get new Firefox.
sowdog
January 6th, 2006, 08:53 AM
Thanks poofyhairyguy. Very interesting app. :D
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.