On Fri, 2006-05-19 at 18:39 +1000, John Clarke wrote: > And if anyone can tell me how to downgrade my kernel package > I'd be grateful. I'd also like to know how to find the source > difference between any two arbitrary package versions.
To install a specific version of a package do something like: $ sudo apt-get --reinstall install linux-686=2.6.12.16.1 You'll need to pin that version though to stop it upgrading automatically. Do that through Synaptic with the "force version" menu item. -- Simon Wong <[EMAIL PROTECTED]> -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
