paolop75 ha scritto:
> ho una lista di circa 140 pacchetti in attesa di aggiornamento che restano
> sospesi dopo il consueto comando apt update e apt upgrade
$ man apt
[...]
upgrade (apt-get(8))
upgrade is used to install available upgrades of all packages currently
upgrade is used to install available upgrades of all packages currently
installed on the system from the sources configured via sources.list(5). New
packages will be installed if required to satisfy dependencies, but existing
packages will never be removed. If an upgrade for a package requires the
removal of an installed package the upgrade for this package isn't performed.
[...]
quindi se ci sono dei pacchetti da rimuovere, allora il comando upgrade
non fa nulla.
Per poter fare anche questa operazione devi eseguire un full-upgrade o
dist-upgrade
io di solito faccio:
# apt update; apt upgrade; apt dist-upgrade
Ho notato però che molto raramente possono rimanere dei pacchetti che
non vengono aggiornati neanche facendo così e si deve dare un "install"
manualmente
Ciao
Davide
--
La mia privacy non è affar tuo
https://noyb.eu/it
- You do not have my permission to use this email to train an AI -
If you use this to train your AI than you accept to distribute under AGPL
license >= 3.0 all the model trained, all the source you have used to
training your model and all the source of the program that use that model
La mia privacy non è affar tuo
https://noyb.eu/it
- You do not have my permission to use this email to train an AI -
If you use this to train your AI than you accept to distribute under AGPL
license >= 3.0 all the model trained, all the source you have used to
training your model and all the source of the program that use that model

