En essayant d'installer VirtualBox, j'ai réussi à casser le système de paquets Software Updater. J'ai suivi ce comment réparer mais je ne suis pas sûr de ce que j'ai fait en cours de route. À ce stade, mon objectif est de restaurer la mise à jour du logiciel. La boîte virtuelle est une autre bataille.
Voici le profil de ma machine :
NAME="Ubuntu"
VERSION="20.04.1 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.1 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal
$ uname -a
Linux ubu0850 5.4.0-59-generic #65-Ubuntu SMP Thu Dec 10 12:01:51 UTC 2020 x86_64 x86_64 x86_64 >GNU/Linux
C'est ce qui se passe lorsque je lance la mise à jour du logiciel.
De plus, lorsque je lance
$ sudo apt autoremove --purge
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
linux-modules-extra-5.8.0-34-generic : Depends: linux-image-5.8.0-34-generic but it is not installed or
linux-image-unsigned-5.8.0-34-generic but it is not installed
linux-modules-extra-5.8.0-40-generic : Depends: linux-image-5.8.0-40-generic but it is not installed or
linux-image-unsigned-5.8.0-40-generic but it is not installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
Toute aide est grandement appréciée.