Hier, j'ai reçu une notification de mise à niveau de mon 16.04 vers 18.04.
Dans le processus, il a mentionné que j'ai des paquets qui ont des dépendances non satisfaites.
après conduite Sudo apt-get -f install
, j'ai obtenu le numéro suivant et j'espère que tout le monde pourra me guider.
[UPDATED] Résultat de la mise à jour apt-get
soo@laptop-soo:~$ Sudo apt-get update
Ign:1 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:2 http://dl.google.com/linux/chrome/deb stable Release
Ign:4 http://linux.dropbox.com/ubuntu xenial InRelease
Hit:5 http://ppa.launchpad.net/notepadqq-team/notepadqq/ubuntu xenial InRelease
Hit:6 http://my.archive.ubuntu.com/ubuntu xenial InRelease
Get:7 http://security.ubuntu.com/ubuntu xenial-security InRelease [109 kB]
Hit:8 http://packages.ros.org/ros/ubuntu xenial InRelease
Hit:9 http://linux.dropbox.com/ubuntu xenial Release
Get:10 http://my.archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]
Hit:12 http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu xenial InRelease
Get:13 http://my.archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]
Fetched 325 kB in 2s (159 kB/s)
Reading package lists... Done
[MISE À JOUR] Résultat apt-get -f install : https://Pastebin.ubuntu.com/p/YjWgzT9dmG/
[MISE À JOUR] Résultat Sudo apt-get dist-upgrade : https://Pastebin.ubuntu.com/p/33H4Rpfsm3/ =
[MISE À JOUR] politique apt-cache python3
soo@laptop-soo:~$ apt-cache policy python3
python3:
Installed: (none)
Candidate: 3.5.1-3
Version table:
3.5.1-3 500
500 http://my.archive.ubuntu.com/ubuntu xenial/main i386 Packages
[MISE À JOUR: Sudo aptitude safe-upgrade]
soo@laptop-soo:~$ Sudo aptitude safe-upgrade
Resolving dependencies...
Unable to resolve dependencies for the upgrade: no solution found.
Unable to safely resolve dependencies, try running with --full-resolver.
[MISE À JOUR: Sudo aptitude safe-upgrade --full-resolver] : https://Pastebin.ubuntu.com/p/9DYmHHTxs6 / Si je réponds + (signifie installer) pour cette sortie, il affiche le message suivant qui semble très dangereux de faire quoi que ce soit ..
The following ESSENTIAL packages will be BROKEN by this action:
apt : Depends: gpgv but it is not going to be installed. or
gpgv2 but it is not going to be installed.
Depends: gnupg but it is not going to be installed. or
gnupg2 but it is not going to be installed.
dpkg : Conflicts: dpkg:AMD64 but 1.18.4ubuntu1.5 is installed.
dpkg:AMD64 : Conflicts: dpkg but 1.18.4ubuntu1.5 is to be installed.
tar : Conflicts: tar:AMD64 but 1.28-2.1ubuntu0.1 is installed.
tar:AMD64 : Conflicts: tar but 1.28-2.1ubuntu0.1 is to be installed.
WARNING: Performing this action will probably cause your system to break!
Do NOT continue unless you know EXACTLY what you are doing!
To continue, type the phrase "I am aware that this is a very bad idea":
Cette image montre les paramètres de mon logiciel et de ma mise à jour
Merci beaucoup pour votre attention .. Désolé de vous déranger tous :)
Commencez par supprimer obsolète Point Cloud Library PPA avec
Sudo add-apt-repository -r ppa:v-launchpad-jochen-sprickerhof-de/pcl
Sudo apt-get update
Enregistrez les listes de toutes les applications installées dans votre dossier personnel:
dpkg --get-selections > ~/dpkg_selections.txt
dpkg -l > ~/dpkg_l.txt
pour les restaurer après avoir résolu les problèmes existants.
Vous pouvez essayer avec Aptitude:
Sudo apt-get install aptitude
Sudo aptitude safe-upgrade
Mais cela peut ne pas aider, car votre système est gravement endommagé, nous devons donc le réparer étape par étape. Quelque chose comme:
Sudo aptitude reinstall ubuntu-minimal
Sudo aptitude reinstall ubuntu-standard
Sudo aptitude reinstall ubuntu-system-service
Sudo apt-get install -f
Sudo apt-get dist-upgrade
etc.