0
点赞
收藏
分享

微信扫一扫

The repository ‘http://ppa.launchpad.net/webupd8team/java/ubuntu kinetic Release‘ does not have a Re

老王420 2022-12-08 阅读 108


dockers容器内部更新报错:

The repository 'http://ppa.launchpad.net/webupd8team/java/ubuntu kinetic Release' does not have a Release file.

更新命令:

apt-get update

The repository ‘http://ppa.launchpad.net/webupd8team/java/ubuntu kinetic Release‘ does not have a Re_ubuntu


切换仓库源的问题,

解决办法

将对应的ppa删除即可

第一步:切换到sources.list.d目录

cd /etc/apt/sources.list.d

The repository ‘http://ppa.launchpad.net/webupd8team/java/ubuntu kinetic Release‘ does not have a Re_运维_02

第二步:使用命令ls,即可以看到对应的无法下载的webupd8team-ubuntu-java-kinetic.list,删除该.list即可

ls
rm -rf webupd8team-ubuntu-java-kinetic.list

重新执行更新

apt-get update

The repository ‘http://ppa.launchpad.net/webupd8team/java/ubuntu kinetic Release‘ does not have a Re_java_03


举报

相关推荐

0 条评论