我有Ubuntu 18.04和蟒蛇3.7。
uname -a
Linux my-dell-laptop 4.15.0-109-generic #110-Ubuntu SMP Tue Jun 23 02:39:32 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
当我运行时sudo apt-get update
出现此错误:
E: The repository 'http://dl.bintray.com/aluxian/deb stable 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.
E: The repository 'https://dl.bintray.com/aluxian/deb dev Release' does not have a Release file.
N:
N: See apt-secure(8) manpage for repository creation and user configuration details.
答案1
我也遇到了同样的问题,最近自己解决了。
我进入软件和更新->其他软件,取消勾选https://dl.bintray.com/aluxian/deb
repo。然后sudo apt-get update
问题就解决了!
希望这可以帮助。