Recent Changes - Search:

This file is shared

MainSite

Wiki

Bugs

Download

Translations

RemovingUpdatedPackages

First, setup your sources.list to what you should have installed. That is just dapper without security, updates or backports. Then

 apt-get install apt-show-versions
 apt-show-versions -a | 
  fgrep -f <(apt-show-versions | fgrep 'newer than version in archive' | cut -d' ' -f 1) | 
  grep dapper$ | sed -e 's/\t/=/;s/\t.*$//' | 
  xargs apt-get install --yes --force-yes

This is obviously a potentially dangerous command.

Edit - History - Print - Recent Changes - Search
Page last modified on January 15, 2007, at 02:04 AM
Content is licensed under the GFDL (without invariant sections).
This project is run with the assistance of the FSF.