MySQL Forums
Forum List  »  Install & Repo

Re: APT Repository not working on Ubuntu 26.04
Posted by: Jos Vlaar
Date: August 15, 2026 10:22AM

I have just tried to install the official MySQL repository on a fresh Ubuntu 26.04 server VM using the following commands:

wget https://dev.mysql.com/get/mysql-apt-config_0.8.39-1_all.deb
sudo dpkg -i mysql-apt-config_0.8.39-1_all.deb
rm mysql-apt-config_0.8.39-1_all.deb

I get the same error message as before, namely that 'ubuntu resolute is not supported by MySQL'. I think you should update the repository installation package located here: https://dev.mysql.com/downloads/repo/apt/ . It should also support Ubuntu 26.04, just like the MySQL packages themselves. Right now it doesn't support installing the repository on Ubuntu 26.04, so there is no way for me to install the newest MySQL packages for Ubuntu 26.04.

Options: ReplyQuote




Sorry, only registered users may post in this forum.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.