Bonjour,

J'ai une installation d'Ubuntu 18.04.5 dans une VM (VMware Fusion 8.5.10 sur iMac 27 avec OS/X Sierra) dont toutes les mises à jour ont été effectuées mais qui refuse l'upgrade à la version 20.04 poutant disponible.

Voici ce que je reçois comme réponses :
fnux@fnux-linux:~$ sudo apt-get update
Hit:1 http://archive.canonical.com/ubuntu bionic InRelease
Hit:2 http://us.archive.ubuntu.com/ubuntu bionic InRelease                     
Hit:3 http://us.archive.ubuntu.com/ubuntu bionic-updates InRelease
Get:4 http://us.archive.ubuntu.com/ubuntu bionic-backports InRelease [74,6 kB]
Get:5 http://us.archive.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]
Get:6 http://us.archive.ubuntu.com/ubuntu bionic-proposed InRelease [242 kB]
Fetched 405 kB in 1s (296 kB/s)                                
Reading package lists... Done

fnux@fnux-linux:~$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

fnux@fnux-linux:~$ sudo do-release-upgrade
Checking for a new Ubuntu release
Please install all available updates for your release before upgrading.
fnux@fnux-linux:~$ 
Quelle commande dois-je alors utiliser pour forcer cet upgrade qui est bel et bien disponible alors que tous les paquets installés sont à jour (commande apt-get dist-upgrade)?.

Merci d'avance de vos conseils.
Cordialement et belle et bonne année 2021 à toutes et à tous.
C'est possible que tu aies des dépôts tiers qui posent problème et/ou des paquets orphelins. On va voir ça en détail :
cat /etc/apt/sources.list
ls /etc/apt/sources.list.d
cat /etc/apt/sources.list.d/*.list
apt list | grep "installé, local"
apt list | grep "installed,local"
Note que pour la dernière commande, je t'en donne deux variantes parce que j'ai l'impression que ton shell est en anglais. Dis-moi laquelle te donne un retour (s'il y en a un).
Moi ce qui m'interpelle c'est le choix des dépôts US mais bon... Je doute en effet que ma piste soit la bonne mais pour ma culture la question m'intéresse quand-même
bonjour
sudo apt list --upgradable
Bonjour,

Vu :
Get:6 http://us.archive.ubuntu.com/ubuntu bionic-proposed InRelease [242 kB]
Pour info, la Doc : depots#proposed
§ 2.3 a écritProposed
Les dépôts "proposed" contiennent des paquets proposés à fins de tests seulement ! Ils servent à tester des paquets ou des mises à jour avant qu'ils n'intègrent définitivement les dépôts principaux. Ils peuvent donc être à l'origine de plantage et de corruption de système ! N'ajoutez ces dépôts que si vous savez ce que vous faites !
Ces dépôts correspondent à la case à cocher "Mises à jour en préversion (proposed)" → onglet "Mises à jour" de l'application Logiciels & Mises à jour.
geole a écritbonjour
sudo apt list --upgradable
On voit bien que le dist-upgrade ne ressort rien sur ses retours... Tu espères voir quoi de plus ? Et si le résultat était différent on ferait comment pour forcer une mise à jour si Apt ne voit rien...

Du coup j'aime bien l'idée de chercher du côté des packages verrouillés... Seulement sorti de synaptic (qui semble-t-il n'est plus conseillé car plus mis à jour) j'avoue ne pas savoir comment on s'y prend pour contrôler ce genre de choses...

Édit : @ xubu1957 > bof... Tu crois vraiment que ça pourrait en être la cause ? Je crois bien qu'il est actif chez moi et je n'ai pas eu de problème de cet ordre lors de ma migration... Après c'est sûr que je n'ai pas 56miles logiciels d'installé...
@Qid

N'ayant jamais installé de paquets proposed, pour les dégâts possibles sur un système et son impact sur une migration, je n'en sais rien du tout.
En tout cas, les paquets orphelins (sans dépôt) peuvent empêcher la mise à niveau. Et vu le bordel que contient Proposed, c'est fort possible qu'il y ait des paquets orphelins même avec le dépôt actif.

Pour ce qui est des dépôts US, il n'y a pas de raison qu'ils posent problème. Je ne sais pas si fnux a une raison particulière d'utiliser ceux-ci mais normalement, tous les miroirs sont mis à jour à peu près en même temps, le principal intérêt d'utiliser un dépôt plutôt qu'un autre c'est le temps d'accès et peut-être des restrictions chez certains FAI.
abelthorne a écritEn tout cas, les paquets orphelins (sans dépôt) peuvent empêcher la mise à niveau. Et vu le bordel que contient Proposed, c'est fort possible qu'il y ait des paquets orphelins même avec le dépôt actif.

Pour ce qui est des dépôts US, il n'y a pas de raison qu'ils posent problème.
Ok... Si tu le dis 😉 et donc ? On fait comment la chasse aux orphelins pour leur donner une famille d'accueil ou les éradiquer (les pauvres :lol: ) ?
Avec ce que j'ai demandé en #2. La commande qui commence par apt list en l'occurrence mais les précédentes vont servir à vérifier les dépôts, sachant que certains dépôts tiers peuvent aussi poser problème lors d'une mise à niveau.
Qid a écrit
geole a écritbonjour
sudo apt list --upgradable
On voit bien que le dist-upgrade ne ressort rien sur ses retours... Tu espères voir quoi de plus ? Et si le résultat était différent on ferait comment pour forcer une mise à jour si Apt ne voit rien...
..
Je ne sais pas si cela va parler. Mais ce qui sera sorti doit être supprimé puisqu'il ne peut pas être mis à jour.
abelthorne a écritLa commande qui commence par apt list
& geole > ouais c'est sûr que apparemment cette commande que je ne connaissais pas donnerai un bon état de la situation... Et après à voir ce qu'on fait en fonction de ça et de la méthodo proposé aussi par ylag... Bref il y a du choix encore 😉
un mois plus tard
Bonjour,
abelthorne a écritC'est possible que tu aies des dépôts tiers qui posent problème et/ou des paquets orphelins. On va voir ça en détail :
cat /etc/apt/sources.list
ls /etc/apt/sources.list.d
cat /etc/apt/sources.list.d/*.list
apt list | grep "installé, local"
apt list | grep "installed,local"
Note que pour la dernière commande, je t'en donne deux variantes parce que j'ai l'impression que ton shell est en anglais. Dis-moi laquelle te donne un retour (s'il y en a un).
Désolé du retard à répondre mais j'ai eu un petit problème de santé m'ayant éloigné un bon moment de mon ordi.
Voici les réponses à tes questions:
fnux@fnux-linux:~$ cat /etc/ap/sources.list
cat: /etc/ap/sources.list: No such file or directory

fnux@fnux-linux:~$ ls /etc/apt/sources.list.d

fnux@fnux-linux:~$ cat /etc/apt/sources.list.d/*.list
cat: '/etc/apt/sources.list.d/*.list': No such file or directory

fnux@fnux-linux:~$ apt list | grep "installed,local"

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

gir1.2-networkmanager-1.0/now 1.10.14-0ubuntu2 amd64 [installed,local]
gir1.2-nm-1.0/now 1.10.14-0ubuntu2 amd64 [installed,local]
kbd/now 2.0.4-2ubuntu1.18.04.0 amd64 [installed,local]
libnm-glib-vpn1/now 1.10.14-0ubuntu2 amd64 [installed,local]
libnm-glib4/now 1.10.14-0ubuntu2 amd64 [installed,local]
libnm-util2/now 1.10.14-0ubuntu2 amd64 [installed,local]
libnm0/now 1.10.14-0ubuntu2 amd64 [installed,local]
libpng12-0/now 1.2.54-1ubuntu1.1 amd64 [installed,local]
libpng12-dev/now 1.2.54-1ubuntu1.1 amd64 [installed,local]
network-manager/now 1.10.14-0ubuntu2 amd64 [installed,local]
network-manager-config-connectivity-ubuntu/now 1.10.14-0ubuntu2 all [installed,local]
syslinux/now 3:6.03+dfsg1-2ubuntu0.18.04.2 amd64 [installed,local]
syslinux-common/now 3:6.03+dfsg1-2ubuntu0.18.04.2 all [installed,local]
fnux@fnux-linux:~$ 
Et voici la réponse à la question de geol:
fnux@fnux-linux:~$ sudo apt list --upgradable
Listing... Done
Merci d'avance de votre aide car j'aimerai bien upgrader cette VM au lieu de partir sur une clean instal.

PS: la raison des dépôts US est que j'installe systématiquement une version US mais juste avec un clavier AZERTY et que par défaut, ce sont alors ces dépôts qui sont choisis.
Tu as fait une faute de frappe dans la première commande ("ap" au lieu de "apt"). Je ne pense pas qu'il y ait de problèmes dans le fichier sources.list mais relance quand même la commande correcte pour en être sûrs.

Donne ensuite le retour de :
apt-cache policy gir1.2-networkmanager-1.0 gir1.2-nm-1.0 kbd libnm-glib-vpn1 libnm-glib4 libnm-util2 libnm0 libpng12-0 libpng12-dev network-manager network-manager-config-connectivity-ubuntu syslinux syslinux-common
Bonjour
Donne aussi ces retours
sudo apt update
sudo apt upgrade
7 jours plus tard
Bonjour,
abelthorne a écritTu as fait une faute de frappe dans la première commande ("ap" au lieu de "apt"). Je ne pense pas qu'il y ait de problèmes dans le fichier sources.list mais relance quand même la commande correcte pour en être sûrs.

Donne ensuite le retour de :
apt-cache policy gir1.2-networkmanager-1.0 gir1.2-nm-1.0 kbd libnm-glib-vpn1 libnm-glib4 libnm-util2 libnm0 libpng12-0 libpng12-dev network-manager network-manager-config-connectivity-ubuntu syslinux syslinux-common
Désolé pour la faute de frappe.

Voici les résultats corrects.
fnux@fnux-linux:~$ cat /etc/apt/sources.list
# deb cdrom:[Ubuntu 14.04.1 LTS _Trusty Tahr_ - Release amd64 (20140722.2)]/ trusty main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://us.archive.ubuntu.com/ubuntu/ bionic main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ bionic main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ bionic-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ bionic universe
deb-src http://us.archive.ubuntu.com/ubuntu/ bionic universe
deb http://us.archive.ubuntu.com/ubuntu/ bionic-updates universe
deb-src http://us.archive.ubuntu.com/ubuntu/ bionic-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://us.archive.ubuntu.com/ubuntu/ bionic multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ bionic multiverse
deb http://us.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ bionic-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse

deb http://us.archive.ubuntu.com/ubuntu/ bionic-security main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ bionic-security main restricted
deb http://us.archive.ubuntu.com/ubuntu/ bionic-security universe
deb-src http://us.archive.ubuntu.com/ubuntu/ bionic-security universe
deb http://us.archive.ubuntu.com/ubuntu/ bionic-security multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ bionic-security multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu bionic partner
deb-src http://archive.canonical.com/ubuntu bionic partner

deb http://us.archive.ubuntu.com/ubuntu/ bionic-proposed restricted universe multiverse main
fnux@fnux-linux:~$ 
fnux@fnux-linux:~$ ls /etc/apt/sources.list
/etc/apt/sources.list
fnux@fnux-linux:~$ 
fnux@fnux-linux:~$ cat /etc/apt/sources.list.d/*.list
cat: '/etc/apt/sources.list.d/*.list': No such file or directory
fnux@fnux-linux:~$ 
fnux@fnux-linux:~$ apt list | grep "installed.local"

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

gir1.2-networkmanager-1.0/now 1.10.14-0ubuntu2 amd64 [installed,local]
gir1.2-nm-1.0/now 1.10.14-0ubuntu2 amd64 [installed,local]
kbd/now 2.0.4-2ubuntu1.18.04.0 amd64 [installed,local]
libnm-glib-vpn1/now 1.10.14-0ubuntu2 amd64 [installed,local]
libnm-glib4/now 1.10.14-0ubuntu2 amd64 [installed,local]
libnm-util2/now 1.10.14-0ubuntu2 amd64 [installed,local]
libnm0/now 1.10.14-0ubuntu2 amd64 [installed,local]
libpng12-0/now 1.2.54-1ubuntu1.1 amd64 [installed,local]
libpng12-dev/now 1.2.54-1ubuntu1.1 amd64 [installed,local]
network-manager/now 1.10.14-0ubuntu2 amd64 [installed,local]
network-manager-config-connectivity-ubuntu/now 1.10.14-0ubuntu2 all [installed,local]
syslinux/now 3:6.03+dfsg1-2ubuntu0.18.04.2 amd64 [installed,local]
syslinux-common/now 3:6.03+dfsg1-2ubuntu0.18.04.2 all [installed,local]
fnux@fnux-linux:~$ 
fnux@fnux-linux:~$ sudo apt-cache policy gir1.2-networkmanager-1.0 gir1.2-nm-1.0 kbd libnm-glib-vpn1 libnm-glib4 libnm-util2 libnm0 libpng12-0 libpng12-dev network-manager network-manager-config-connectivity-ubuntu syslinux-common
gir1.2-networkmanager-1.0:
  Installed: 1.10.14-0ubuntu2
  Candidate: 1.10.14-0ubuntu2
  Version table:
 *** 1.10.14-0ubuntu2 100
        100 /var/lib/dpkg/status
     1.10.6-2ubuntu1.5 500
        500 http://us.archive.ubuntu.com/ubuntu bionic-proposed/main amd64 Packages
     1.10.6-2ubuntu1.4 500
        500 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages
     1.10.6-2ubuntu1.1 500
        500 http://us.archive.ubuntu.com/ubuntu bionic-security/main amd64 Packages
     1.10.6-2ubuntu1 500
        500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
gir1.2-nm-1.0:
  Installed: 1.10.14-0ubuntu2
  Candidate: 1.10.14-0ubuntu2
  Version table:
 *** 1.10.14-0ubuntu2 100
        100 /var/lib/dpkg/status
     1.10.6-2ubuntu1.5 500
        500 http://us.archive.ubuntu.com/ubuntu bionic-proposed/main amd64 Packages
     1.10.6-2ubuntu1.4 500
        500 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages
     1.10.6-2ubuntu1.1 500
        500 http://us.archive.ubuntu.com/ubuntu bionic-security/main amd64 Packages
     1.10.6-2ubuntu1 500
        500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
kbd:
  Installed: 2.0.4-2ubuntu1.18.04.0
  Candidate: 2.0.4-2ubuntu1.18.04.0
  Version table:
 *** 2.0.4-2ubuntu1.18.04.0 100
        100 /var/lib/dpkg/status
     2.0.4-2ubuntu1 500
        500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
libnm-glib-vpn1:
  Installed: 1.10.14-0ubuntu2
  Candidate: 1.10.14-0ubuntu2
  Version table:
 *** 1.10.14-0ubuntu2 100
        100 /var/lib/dpkg/status
     1.10.6-2ubuntu1.5 500
        500 http://us.archive.ubuntu.com/ubuntu bionic-proposed/main amd64 Packages
     1.10.6-2ubuntu1.4 500
        500 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages
     1.10.6-2ubuntu1.1 500
        500 http://us.archive.ubuntu.com/ubuntu bionic-security/main amd64 Packages
     1.10.6-2ubuntu1 500
        500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
libnm-glib4:
  Installed: 1.10.14-0ubuntu2
  Candidate: 1.10.14-0ubuntu2
  Version table:
 *** 1.10.14-0ubuntu2 100
        100 /var/lib/dpkg/status
     1.10.6-2ubuntu1.5 500
        500 http://us.archive.ubuntu.com/ubuntu bionic-proposed/main amd64 Packages
     1.10.6-2ubuntu1.4 500
        500 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages
     1.10.6-2ubuntu1.1 500
        500 http://us.archive.ubuntu.com/ubuntu bionic-security/main amd64 Packages
     1.10.6-2ubuntu1 500
        500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
libnm-util2:
  Installed: 1.10.14-0ubuntu2
  Candidate: 1.10.14-0ubuntu2
  Version table:
 *** 1.10.14-0ubuntu2 100
        100 /var/lib/dpkg/status
     1.10.6-2ubuntu1.5 500
        500 http://us.archive.ubuntu.com/ubuntu bionic-proposed/main amd64 Packages
     1.10.6-2ubuntu1.4 500
        500 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages
     1.10.6-2ubuntu1.1 500
        500 http://us.archive.ubuntu.com/ubuntu bionic-security/main amd64 Packages
     1.10.6-2ubuntu1 500
        500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
libnm0:
  Installed: 1.10.14-0ubuntu2
  Candidate: 1.10.14-0ubuntu2
  Version table:
 *** 1.10.14-0ubuntu2 100
        100 /var/lib/dpkg/status
     1.10.6-2ubuntu1.5 500
        500 http://us.archive.ubuntu.com/ubuntu bionic-proposed/main amd64 Packages
     1.10.6-2ubuntu1.4 500
        500 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages
     1.10.6-2ubuntu1.1 500
        500 http://us.archive.ubuntu.com/ubuntu bionic-security/main amd64 Packages
     1.10.6-2ubuntu1 500
        500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
libpng12-0:
  Installed: 1.2.54-1ubuntu1.1
  Candidate: 1.2.54-1ubuntu1.1
  Version table:
 *** 1.2.54-1ubuntu1.1 100
        100 /var/lib/dpkg/status
libpng12-dev:
  Installed: 1.2.54-1ubuntu1.1
  Candidate: 1.2.54-1ubuntu1.1
  Version table:
 *** 1.2.54-1ubuntu1.1 100
        100 /var/lib/dpkg/status
network-manager:
  Installed: 1.10.14-0ubuntu2
  Candidate: 1.10.14-0ubuntu2
  Version table:
 *** 1.10.14-0ubuntu2 100
        100 /var/lib/dpkg/status
     1.10.6-2ubuntu1.5 500
        500 http://us.archive.ubuntu.com/ubuntu bionic-proposed/main amd64 Packages
     1.10.6-2ubuntu1.4 500
        500 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages
     1.10.6-2ubuntu1.1 500
        500 http://us.archive.ubuntu.com/ubuntu bionic-security/main amd64 Packages
     1.10.6-2ubuntu1 500
        500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
network-manager-config-connectivity-ubuntu:
  Installed: 1.10.14-0ubuntu2
  Candidate: 1.10.14-0ubuntu2
  Version table:
 *** 1.10.14-0ubuntu2 100
        100 /var/lib/dpkg/status
     1.10.6-2ubuntu1.5 500
        500 http://us.archive.ubuntu.com/ubuntu bionic-proposed/main amd64 Packages
        500 http://us.archive.ubuntu.com/ubuntu bionic-proposed/main i386 Packages
     1.10.6-2ubuntu1.4 500
        500 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages
        500 http://us.archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages
     1.10.6-2ubuntu1.1 500
        500 http://us.archive.ubuntu.com/ubuntu bionic-security/main amd64 Packages
        500 http://us.archive.ubuntu.com/ubuntu bionic-security/main i386 Packages
     1.10.6-2ubuntu1 500
        500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
        500 http://us.archive.ubuntu.com/ubuntu bionic/main i386 Packages
syslinux-common:
  Installed: 3:6.03+dfsg1-2ubuntu0.18.04.2
  Candidate: 3:6.03+dfsg1-2ubuntu0.18.04.2
  Version table:
 *** 3:6.03+dfsg1-2ubuntu0.18.04.2 100
        100 /var/lib/dpkg/status
     3:6.03+dfsg1-2 500
        500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
        500 http://us.archive.ubuntu.com/ubuntu bionic/main i386 Packages
fnux@fnux-linux:~$ 
geole a écritBonjour
Donne aussi ces retours
sudo apt update
sudo apt upgrade
fnux@fnux-linux:~$ sudo apt update
Hit:1 http://us.archive.ubuntu.com/ubuntu bionic InRelease
Hit:2 http://archive.canonical.com/ubuntu bionic InRelease              
Hit:3 http://us.archive.ubuntu.com/ubuntu bionic-updates InRelease      
Hit:4 http://us.archive.ubuntu.com/ubuntu bionic-backports InRelease
Hit:5 http://us.archive.ubuntu.com/ubuntu bionic-security InRelease
Hit:6 http://us.archive.ubuntu.com/ubuntu bionic-proposed InRelease
Reading package lists... Done                      
Building dependency tree       
Reading state information... Done
All packages are up to date.
fnux@fnux-linux:~$ 
fnux@fnux-linux:~$ sudo apt upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
  linux-image-unsigned-4.15.0-132-generic linux-modules-4.15.0-132-generic
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
fnux@fnux-linux:~$ 
J'espère que ceci vous permettra d'y voir plus clair car la version 20 ne m'est toujours pas proposée.
Bonjour
Tente aussi
sudo apt autoremove
sudo apt-get full-upgrade
puis de nouveau
sudo do-release-upgrade
Surtout pas de do-release-upgrade en l'état.

Tu as le dépôt Proposed dans ton sources.list. En règle générale, il ne faut pas l'utiliser : il peut être utile pour installer des versions des paquets en cours de test pour résoudre un problème spécifique, mais dans ce cas-là, on ajoute le dépôt, on met à jour uniquement le paquet concerné, puis on désactive le dépôt. L'avoir constamment activé, c'est le meilleur moyen d'avoir un système en vrac.

Donc, commence par éditer le sources.list :
sudo nano /etc/apt/sources.list
Supprime la dernière ligne, enregistre (ctrl + O, valide le nom de fichier avec entrée, ctrl + X pour fermer Nano), puis recharge la liste des dépôts :
sudo apt-get update
et redonne à nouveau le retour de la commande suivante :
apt list | grep "installé, local"
Bonjour abelhorne,

Merci de ton aide aussi.
abelthorne a écritSurtout pas de do-release-upgrade en l'état.
Donc, commence par éditer le sources.list :
sudo nano /etc/apt/sources.list
Supprime la dernière ligne, enregistre (ctrl + O, valide le nom de fichier avec entrée, ctrl + X pour fermer Nano), puis recharge la liste des dépôts :
sudo apt-get update
et redonne à nouveau le retour de la commande suivante :
apt list | grep "installé, local"
Voici le contenu du fichier /etc/aptt/sources.list après modification :
# deb cdrom:[Ubuntu 14.04.1 LTS _Trusty Tahr_ - Release amd64 (20140722.2)]/ trusty main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://us.archive.ubuntu.com/ubuntu/ bionic main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ bionic main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ bionic-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ bionic universe
deb-src http://us.archive.ubuntu.com/ubuntu/ bionic universe
deb http://us.archive.ubuntu.com/ubuntu/ bionic-updates universe
deb-src http://us.archive.ubuntu.com/ubuntu/ bionic-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://us.archive.ubuntu.com/ubuntu/ bionic multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ bionic multiverse
deb http://us.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ bionic-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.

deb http://us.archive.ubuntu.com/ubuntu/ bionic-security main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ bionic-security main restricted
deb http://us.archive.ubuntu.com/ubuntu/ bionic-security universe
deb-src http://us.archive.ubuntu.com/ubuntu/ bionic-security universe
deb http://us.archive.ubuntu.com/ubuntu/ bionic-security multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ bionic-security multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu bionic partner
deb-src http://archive.canonical.com/ubuntu bionic partner
Et voici les résultats des commandes :
fnux@fnux-linux:~$ sudo apt-get update
Hit:1 http://archive.canonical.com/ubuntu bionic InRelease
Hit:2 http://us.archive.ubuntu.com/ubuntu bionic InRelease                     
Get:3 http://us.archive.ubuntu.com/ubuntu bionic-updates InRelease [88,7 kB]
Get:4 http://us.archive.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]
Fetched 177 kB in 1s (204 kB/s)      
Reading package lists... Done
fnux@fnux-linux:~$ 
fnux@fnux-linux:~$ sudo apt list | grep "installed,local"

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

apache2-bin/now 2.4.29-1ubuntu4.15 amd64 [installed,local]
gir1.2-networkmanager-1.0/now 1.10.14-0ubuntu2 amd64 [installed,local]
gir1.2-nm-1.0/now 1.10.14-0ubuntu2 amd64 [installed,local]
gnome-shell/now 3.28.4-0ubuntu18.04.7 amd64 [installed,local]
gnome-shell-common/now 3.28.4-0ubuntu18.04.7 all [installed,local]
grub-common/now 2.02-2ubuntu8.23 amd64 [installed,local]
grub-pc/now 2.02-2ubuntu8.23 amd64 [installed,local]
grub-pc-bin/now 2.02-2ubuntu8.23 amd64 [installed,local]
grub2-common/now 2.02-2ubuntu8.23 amd64 [installed,local]
kbd/now 2.0.4-2ubuntu1.18.04.0 amd64 [installed,local]
language-pack-en/now 1:18.04+20200702 all [installed,local]
language-pack-gnome-en/now 1:18.04+20200702 all [installed,local]
libgpgme11/now 1.10.0-1ubuntu2.1 amd64 [installed,local]
libgpgmepp6/now 1.10.0-1ubuntu2.1 amd64 [installed,local]
libnemo-extension1/now 3.6.5-1ubuntu1 amd64 [installed,local]
libnm-glib-vpn1/now 1.10.14-0ubuntu2 amd64 [installed,local]
libnm-glib4/now 1.10.14-0ubuntu2 amd64 [installed,local]
libnm-util2/now 1.10.14-0ubuntu2 amd64 [installed,local]
libnm0/now 1.10.14-0ubuntu2 amd64 [installed,local]
libparted-fs-resize0/now 3.2-20ubuntu0.3 amd64 [installed,local]
libparted2/now 3.2-20ubuntu0.3 amd64 [installed,local]
libpng12-0/now 1.2.54-1ubuntu1.1 amd64 [installed,local]
libpng12-dev/now 1.2.54-1ubuntu1.1 amd64 [installed,local]
linux-image-4.15.0-137-generic/now 4.15.0-137.141 amd64 [installed,local]
linux-image-generic/now 4.15.0.137.124 amd64 [installed,local]
linux-libc-dev/now 4.15.0-137.141 amd64 [installed,local]
linux-modules-4.15.0-137-generic/now 4.15.0-137.141 amd64 [installed,local]
linux-modules-extra-4.15.0-137-generic/now 4.15.0-137.141 amd64 [installed,local]
login/now 1:4.5-1ubuntu2.1 amd64 [installed,local]
nemo/now 3.6.5-1ubuntu1 amd64 [installed,local]
nemo-data/now 3.6.5-1ubuntu1 all [installed,local]
network-manager/now 1.10.14-0ubuntu2 amd64 [installed,local]
network-manager-config-connectivity-ubuntu/now 1.10.14-0ubuntu2 all [installed,local]
openssh-client/now 1:7.6p1-4ubuntu0.4 amd64 [installed,local]
parted/now 3.2-20ubuntu0.3 amd64 [installed,local]
passwd/now 1:4.5-1ubuntu2.1 amd64 [installed,local]
secureboot-db/now 1.4.1 amd64 [installed,local]
ssh-askpass-gnome/now 1:7.6p1-4ubuntu0.4 amd64 [installed,local]
syslinux/now 3:6.03+dfsg1-2ubuntu0.18.04.2 amd64 [installed,local]
syslinux-common/now 3:6.03+dfsg1-2ubuntu0.18.04.2 all [installed,local]
ubuntu-drivers-common/now 1:0.8.6.3~0.18.04.1 amd64 [installed,local]
fnux@fnux-linux:~$ 
Que dois-je faire maintenant ?