无法运行 sudo apt-get update

无法运行 sudo apt-get update
$ sudo apt-get update
Hit:1 http://dl.google.com/linux/chrome/deb stable InRelease                   
Get:3 http://security.ubuntu.com/ubuntu eoan-security InRelease [97.5 kB]      
Hit:4 http://archive.ubuntu.com/ubuntu eoan InRelease                          
Get:5 http://archive.ubuntu.com/ubuntu eoan-updates InRelease [97.5 kB]        
Ign:2 https://download.rethinkdb.com/apt eoan InRelease                        
Err:6 https://download.rethinkdb.com/apt eoan Release                          
  404  Not Found [IP: 167.172.11.96 443]
Reading package lists... Done                                                  
E: The repository 'http://download.rethinkdb.com/apt eoan Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

我该如何解决这个问题?

答案1

RethinkDB 已更改其存储库 URL。

就是现在:

https://download.rethinkdb.com/repository/ubuntu-(insert version name here) (insert version name here) main

对于 Ubuntu Eoan,URL 为

https://download.rethinkdb.com/repository/ubuntu-eoan eoan main

来源:重新思考数据库

相关内容