On Mon, 18 Sep 2000, C. Falconer wrote: > Gidday - I have a couple standard Potato machines at work, and one at home > as a standard Masquerading gateway. I've been playing with licq and > Xvnc. On discovering that licq was up to version 0.85 from the 0.76 I was > using I tried > > apt-get install licq > > Package licq is at the latest version > > Right - makes sense... I'll add some woody lines to /etc
If you don't want to upgrade fully to Woody, add the _sources_ line, not the binaries, and then recompile the new version for Potato. so add deb-src instead of deb (the rest of the line is the same for whatever mirror you use) then do apt-get source --compile <package> and it will get and compile a new deb. Keep in mind, you might need to upgrade a library or 2 also. Then dpkg -i <packagenameversion.deb> Keep in mind that you will be getting sources for Woody, so if you need one of the Potato sources, you will have to either change the sources line, or manually get it.