我们进行
sudo apt-get update 时
出现仓库 “http://ppa.launchpad.net/fcitx-team/nightly/ubuntu 有文件但是不能安装的问题
我看了很多文章,也逐个试了没有得到很好的解决,于是我从源头排查,首先检查镜像源,我特意找了最新的镜像源,但是问题就出在这里。
官方的源已经更到了22.04版本对20.04已经不再维护支持,而我找的最新的源就是22.04的源,仓库里有东西但是不能安装,这个时候咱们直接更换镜像源20.04的镜像源就行
vim /etc/apt/sources.list
这个是我在用的官方源
deb http://cn.archive.ubuntu.com/ubuntu/ focal main restricted
deb http://cn.archive.ubuntu.com/ubuntu/ focal-updates main restricted
deb http://cn.archive.ubuntu.com/ubuntu/ focal universe
deb http://cn.archive.ubuntu.com/ubuntu/ focal-updates universe
deb http://cn.archive.ubuntu.com/ubuntu/ focal multiverse
deb http://cn.archive.ubuntu.com/ubuntu/ focal-updates multiverse
deb http://cn.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
速度还好 如果觉得慢的话可自行替换
保存然后再执行
sudo apt-get update
就行
总结:
用
uname -a
找到和自己系统匹配的镜像源,更改镜像源
最后
以上就是无情小蝴蝶最近收集整理的关于ubuntu20.04系统出现 仓库 “http://ppa.launchpad.net/fcitx-team/nightly/ubuntu xenial Release“ 没有Release文件sudo apt-get update 时vim /etc/apt/sources.listsudo apt-get updateuname -a的全部内容,更多相关ubuntu20.04系统出现内容请搜索靠谱客的其他文章。
发表评论 取消回复