Error during installation MySQL 8.0 on Debian 10
Solution 1:
- Check the attached repositories with the
apt policy
command. Remove old repositories or actualize the release name.
- Clean the packages cache (
apt clean
).
- Update the packages lists (
apt update
).
- Check the current state of packages with the
apt-get check
.
- Search the suitable packages (
apt search mysql-server
).
- Check the policy for your packages (
apt policy mysql-server
and apt policy mysql-community-server
).
- Likely issue is caused by some forgotten record somewhere in the sources lists.