web-dev-qa-db-fra.com

Impossible de mettre à jour Ubuntu 18.04

J'essaie de faire les dernières mises à jour d'Ubuntu 18.04 LTS et cette fenêtre est toujours affichée.

enter image description here

Ubuntu n'est jamais capable de mettre à jour le système d'exploitation.

J'ai essayé: $ Sudo apt-get install -f

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
0 upgraded, 0 newly installed, 0 to remove and 30 not upgraded.
1 not fully installed or removed.
Need to get 64.6 MB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://security.ubuntu.com/ubuntu bionic-security/main AMD64 linux-firmware all 1.173.1 [64.6 MB]
Fetched 64.6 MB in 6s (10.4 MB/s)

et j'ai essayé: $ Sudo apt-get update

Ign:1 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:2 https://deb.nodesource.com/node_10.x bionic InRelease                    
Get:3 https://deb.opera.com/opera-stable stable InRelease [2,591 B]            
Get:4 http://security.ubuntu.com/ubuntu bionic-security InRelease [83.2 kB]    
Hit:5 https://dl.yarnpkg.com/debian stable InRelease                           
Hit:6 http://ppa.launchpad.net/webupd8team/Java/ubuntu bionic InRelease        
Hit:7 http://ca.archive.ubuntu.com/ubuntu bionic InRelease                     
Hit:8 http://dl.google.com/linux/chrome/deb stable Release                     
Get:9 http://ca.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]   
Get:10 http://ca.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
Reading package lists... Done                                 
E: Repository 'https://deb.opera.com/opera-stable stable InRelease' changed its 'Origin' value from 'Opera Software ASA' to 'Opera Software AS'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.

et:

$ Sudo dpkg --configure -a
$ Sudo apt-get clean
$ Sudo apt upgrade

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:
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).

et:

$ Sudo apt --fix-broken install --> not working.

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
0 upgraded, 0 newly installed, 0 to remove and 30 not upgraded.
1 not fully installed or removed.
Need to get 0 B/64.6 MB of archives.
After this operation, 0 B of additional disk space will be used.

Quelqu'un connait une solution?

4
Hexxefir

Le problème actuel réside ici

E: Repository 'https://deb.opera.com/opera-stable stable InRelease' changed its 'Origin' value from 'Opera Software ASA' to 'Opera Software AS' 
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.

Exécutez Sudo apt update au lieu de Sudo apt-get update et vous obtiendrez une invite à accepter ou à refuser de recevoir des mises à jour à partir de ce référentiel.

5
Kulfy