我是靠谱客的博主 无情小蝴蝶,最近开发中收集的这篇文章主要介绍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,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

我们进行

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系统出现 仓库 “http://ppa.launchpad.net/fcitx-team/nightly/ubuntu xenial Release“ 没有Release文件sudo apt-get update 时vim /etc/apt/sources.listsudo apt-get updateuname -a所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(59)

评论列表共有 0 条评论

立即
投稿
返回
顶部