无法在 18.04 上更新 - 存储库更改

Ath*_*iou 4 updates package-management

???????:5 https://mega.nz/linux/MEGAsync/xUbuntu_18.04 ./ InRelease          
????:6 https://mega.nz/linux/MEGAsync/xUbuntu_18.04 ./ Release [956 B]                
????:7 https://mega.nz/linux/MEGAsync/xUbuntu_18.04 ./ Release.gpg [481 B] 
Hit:8 https://repo.skype.com/deb stable InRelease
???????? ?????? ???????... ????????????
E: Repository 'https://mega.nz/linux/MEGAsync/xUbuntu_18.04 ./ Release' changed its 'Origin' value from 'manual_build' to 'obs://private/DEB/xUbuntu_18.04'
E: Repository 'https://mega.nz/linux/MEGAsync/xUbuntu_18.04 ./ Release' changed its 'Codename' value from 'Bionic' to 'xUbuntu_18.04'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
Run Code Online (Sandbox Code Playgroud)

我现在该怎么办,怎么办?

小智 8

尝试使用apt代替apt-get.

sudo apt update
sudo apt upgrade
Run Code Online (Sandbox Code Playgroud)

或者,apt-get可以接受更改

sudo apt-get --allow-releaseinfo-change update
Run Code Online (Sandbox Code Playgroud)