Você pode instalar aptitude
, se ainda não estiver instalado. É uma ótima ferramenta para gerenciar pacotes em uma instalação sem cabeça.
Caso contrário, se você quiser apenas ver o que vai acontecer quando você executar algo, use o argumento --dry-run
e ele não fará nada, ele dirá o que ele faria faça:
Na página man do apt-get
-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).
Adicione a opção ao comando desta forma
sudo apt-get upgrade --dry-run