Recent Changes - Search:

This file is shared

MainSite

Wiki

Bugs

Download

Translations

Remover paquetes actualizados

Primero, configure su archivo sources.list con lo que debería tener instalado. Esto es solo dapper sin seguridad, actualizaciones ni backports. Luego

 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

Esto obviamente es una orden potencialmente peligrosa.


Edit - History - Print - Recent Changes - Search
Page last modified on January 14, 2008, at 03:23 PM
Content is licensed under the GFDL (without invariant sections).
This project is run with the assistance of the FSF.