0

No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.10
Release: 22.10
Codename: kinetic

I trying

sudo apt-get install mysql-server

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:

mysql-common : Conflicts: mysql-server-8.0 but 8.0.35-0ubuntu0.20.04.1 is to be installed

mysql-server-8.0 :
Depends: mysql-client-8.0 (>= 8.0.35-0ubuntu0.20.04.1) but it is not installable
Depends: mysql-server-core-8.0 (= 8.0.35-0ubuntu0.20.04.1) but it is not installable
Recommends: libhtml-template-perl but it is not installable
Recommends: mecab-ipadic-utf8 but it is not installable
E: Unable to correct problems, you have held broken packages.

enter image description here

1 Answer 1

1

The Cache of apt on your system have list of Ubuntu 20 packages.

Maybe an apt-get update and then at-get install mysql-server solve your problem.

Also, It is a good idea to attach the output of your main repositories list /etc/apt/sources.list. Maybe you did a manual upgrade!

6

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .