I'm currently using precise. I need to upgrade a certain package (namely bind9 and it's dependencies) to a newer version, which is currently found in raring (alfa at the time of writing this). How to do it ?
What will happen if I just add to my sources.list:
deb http://archive.ubuntu.com/ubuntu raring main
Will the next apt-get update / apt-get upgrade
, upgrade most of my system to raring then ?
sudo add-apt-repository ppa:<user>/<ppa-name>
.If it doesn't work try this. It is a little newer.
If that doesn't work either, search for a PPA with the exact version of bind you need.
– David Mar 07 '13 at 16:20