从 18.04 更新修复循环

从 18.04 更新修复循环

我正在尝试修复更新问题。我尝试过 apt-get upgrade,但似乎存在未满足的 My-sql 依赖关系,我可以修复。

   root@odroid2:~# version
   version: command not found
   root@odroid2:~# lsb_release -a
   No LSB modules are available.
   Distributor ID: Ubuntu
   Description:    Ubuntu 18.04.6 LTS
   Release:        18.04
   Codename:       bionic
   root@odroid2:~# apt install update-manager-core
   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:
   mysql-server-8.0 : Depends: mysql-server-core-8.0 (= 8.0.32-0ubuntu0.20.04.2) but it 
   is not going to be installed
   Recommends: mecab-ipadic-utf8 but it is not going to be installed
   update-manager : Depends: update-manager-core (= 1:18.04.11.13) but 1:20.04.10.11 is 
   to be installed
   update-manager-core : Depends: python3-update-manager (= 1:20.04.10.11) but 
   1:18.04.11.13 is to be installed
   E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a 
   solution).
   root@odroid2:~#

有任何想法吗>

相关内容