4

I recently unticked the "pre-released updates" option in Software Sources on my Ubuntu Lucid 10.04.1 installation. The Ubuntu wiki states the following regarding this source:

The proposed updates are updates which are waiting to be moved into the recommended updates queue after some testing. They may never reach recommended or they may be replaced with a more recent update.

Roughly 20 installed packages have indeed not made it into recommended updates, and occasionally cause conflicts when I install new software, as related packages of the newer version are unavailable now that I've disabled the source.

How can I force a downgrade of all packages for which an earlier version exists in a enabled repository?

fixer1234
  • 28,064
Matt Joiner
  • 1,102

3 Answers3

1

I wrote a tool to do this, available here.

Matt Joiner
  • 1,102
0

You can always do

sudo apt-get install <package1>=<version1> <package2>=<version2> ...

where version matches the latest in recommended updates.

Tuminoid
  • 181
0

This question gives downgrade instructions: Downgrading linux

I don't think it's possible to do exactly what you want. All you can do is "downgrade" to the release that you are using, which undoes any packages that are ahead in the version.