On Fri, Feb 22, 2008 at 09:56:48 +0200, Brent Clark wrote: > Hi > > This is just something that entered my mind. > > Without having to wget the deb file etc. It is possible to roll back a > version for a particular software. > > e.g. apt-get --rollback apache.
You can do something like this: apt-get install apache2/stable apt-get install apache2=2.2.3-4+etch4 However, for packages with complicated dependencies you will most likely need to resolve some problems manually. (Downgrading is "not officially supported"). -- Regards, | http://users.icfo.es/Florian.Kulzer Florian | -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

