惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 聂微东
爱范儿
爱范儿
博客园 - 三生石上(FineUI控件)
Recent Announcements
Recent Announcements
大猫的无限游戏
大猫的无限游戏
MongoDB | Blog
MongoDB | Blog
A
About on SuperTechFans
M
MIT News - Artificial intelligence
V
Visual Studio Blog
云风的 BLOG
云风的 BLOG
The GitHub Blog
The GitHub Blog
Jina AI
Jina AI
P
Proofpoint News Feed
博客园_首页
酷 壳 – CoolShell
酷 壳 – CoolShell
T
The Blog of Author Tim Ferriss
G
Google Developers Blog
宝玉的分享
宝玉的分享
Engineering at Meta
Engineering at Meta
Last Week in AI
Last Week in AI
aimingoo的专栏
aimingoo的专栏
罗磊的独立博客
N
Netflix TechBlog - Medium
人人都是产品经理
人人都是产品经理

MySQL Forums

MySQL :: Workbench update to 26.7.0 MySQL :: Upgrade Problems Starting a Discussion About Database Migration Best practices for indexing large tables with frequent updates? Discrepancy in Compatibility statement with MySQL and Connector/J 26.7 Announcing August 2026 Releases featuring MySQL Server, MySQL NDB Cluster, Shell and Connector/ODBC How to Troubleshoot Slow MySQL Queries Using EXPLAIN and Indexes The future of the timestamp data type Linking 2 cells in a table MySQL :: MySQL syntax error replication from 8.0 to 8.4 error How should I design a MySQL schema for storing construction material calculations? (no replies) Can AI analyze market trends faster than traditional trading (no replies) This CMD window bothers me. Announcing July 2026 Releases featuring MySQL Server 26.7.0, 9.7.2 and 8.4.11 Can I purge binlog files after migration ? Can't update expired password in Mysql Workbench Assistance with MySql application and Sql server MySQL :: MySQL Community Governance Model Announcing June 2026 Releases featuring MySQL Server 9.7.1 and 8.4.10 GoHighLevel Webhook Data in MySQL I'm troubleshooting MySQL query performance (no replies) What could cause .frm and .ibd mismatches across multiple tables? Problem with creating a connection to a remote database on local network Best MySQL schema for storing image processing jobs? How do you create a remote connection to a database (no replies) MySQL :: storing and reading blob ODBC Connector almost always alters it's name and path MySQL :: Connector/Windows MySQL :: Clientless connection with PS
APT Repository not working on Ubuntu 26.04
Jos Vlaar · 2026-06-01 · via MySQL Forums

APT Repository not working on Ubuntu 26.04

Posted by: Jos Vlaar
Date: June 01, 2026 05:06AM


I am trying to install the official MySQL repository on my Ubuntu 26.04 VirtualBox virtual machine. I ran 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

When running these commands the first time, I got a message saying my distribution (resolute) is not supported by MySQL. I aborted the installer there.

When running these commands again later, I don't get this error anymore. But when running sudo apt update, I get the following output:

Ign:7 http://repo.mysql.com/apt/ubuntu resolute InRelease
Err:8 http://repo.mysql.com/apt/ubuntu resolute Release
404 Not Found [IP: 2a02:26f0:fe00:2ab::1d68 80]
Error: The repository 'http://repo.mysql.com/apt/ubuntu resolute Release' does not have a Release file.
Notice: Updating from such a repository can't be done securely, and is therefore disabled by default.

How come I aborted the installer, but the repository was still added?
How come Ubuntu 26.04 is still not supported? It was released more than a month ago...
Is there any other way to get this to work?


Subject

Written By

Posted

APT Repository not working on Ubuntu 26.04

June 01, 2026 05:06AM

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.