Descobri que sempre que um pacote é rebaixado, ele deve ser feito manualmente ou com --force-yes
. Isso foi planejado pelos criadores do pacote apt
.
Se você estiver usando apt
versão 1.1, também poderá usar --allow-downgrades
. Antes de 1,1 --force-yes
é a única opção.
Apt
versão 1.1 também adicionou --allow-remove-essential
e --allow-change-held-packages
, o que pode ser útil para quem se deparar com essa questão.
Da página man: link
--allow-downgrades
This is a dangerous option that will cause apt to continue without
prompting if it is doing downgrades. It should not be used except
in very special situations. Using it can potentially destroy your
system! Configuration Item: APT::Get::allow-downgrades. Introduced
in APT 1.1.
--allow-remove-essential
Force yes; this is a dangerous option that will cause apt to
continue without prompting if it is removing essentials. It should
not be used except in very special situations. Using it can
potentially destroy your system! Configuration Item:
APT::Get::allow-remove-essential. Introduced in APT 1.1.
--allow-change-held-packages
Force yes; this is a dangerous option that will cause apt to
continue without prompting if it is changing held packages. It
should not be used except in very special situations. Using it can
potentially destroy your system! Configuration Item:
APT::Get::allow-change-held-packages. Introduced in APT 1.1.
--force-yes
Force yes; this is a dangerous option that will cause apt to
continue without prompting if it is doing something potentially
harmful. It should not be used except in very special situations.
Using force-yes can potentially destroy your system! Configuration
Item: APT::Get::force-yes. This is deprecated and replaced by
--allow-downgrades, --allow-remove-essential,
--allow-change-held-packages in 1.1.