¿Puedo hacer que dist-upgrade enumere los paquetes que instalará?

¿Puedo hacer que dist-upgrade enumere los paquetes que instalará?

Estoy pensando en actualizar mi instalación de Intrepid Ibex Ubuntu a Jaunty Jackalope, pero quiero saber si alguno de los nuevos paquetes que instala entrará en conflicto con las muchas bibliotecas que he instalado. ¿Hay alguna manera de hacer que enumere los paquetes que instalará sin tener que instalar nada? Gracias.

Respuesta1

Hasta donde yo sé, deberías poder usar las opciones estándar conapt-obtener actualización distpara simular la ejecución de este comando sin realizar realmente la actualización.

   -s, --simulate, --just-print, --dry-run, --recon, --no-act
       No action; perform a simulation of events that would occur but do not actually change the
       system. Configuration Item: APT::Get::Simulate.

       Simulate prints out a series of lines each one representing a dpkg operation, Configure (Conf),
       Remove (Remv), Unpack (Inst). Square brackets indicate broken packages with and empty set of
       square brackets meaning breaks that are of no consequence (rare).


   -u, --show-upgraded
       Show upgraded packages; Print out a list of all packages that are to be upgraded. Configuration
       Item: APT::Get::Show-Upgraded.

información relacionada