最新ubuntu22.04 下列软件包有未满足的依赖关系 解决方案

参考:https://blog.csdn.net/lishuaigell/article/details/124740342

出现这个错误的原因:多半是镜像源跟你的ubuntu系统版本不匹配导致的。

首先使用下列指令查看自己的系统的版本号:

lsb_release -a

发现自己的是:

即Codename为jammy。

接下来:

(1)编辑sources.list这个文件:

sudo gedit /etc/apt/sources.list

(2)将里面原先的注释掉,然后换成下面的阿里源:

#阿里源
deb http://mirrors.aliyun.com/ubuntu/ jammy main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ jammy main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ jammy-security main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ jammy-security main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ jammy-updates main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ jammy-updates main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ jammy-backports main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ jammy-backports main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ jammy-proposed main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ jammy-proposed main restricted universe multiverse
相关推荐
蜜獾云3 小时前
vim里搜索关键字
linux·编辑器·vim·vi·centox
广而不精zhu小白3 小时前
CentOS Stream 9 安装 JDK
java·linux·centos
打码人的日常分享4 小时前
大数据治理,数字化转型运营平台建设方案(PPT完整版)
大数据·运维·系统安全·需求分析·设计规范·规格说明书
llzhang_fly5 小时前
Python 学习-01
服务器·python·学习
FMsunyh6 小时前
安装python3.10 基于ubuntu
linux·运维·ubuntu
望天hous7 小时前
C#中在实现多语言遇到问题
服务器·人工智能·c#
老家大门口的的猴子7 小时前
如何编写 Linux PCI 驱动程序
linux·服务器·驱动开发·嵌入式硬件·信息与通信
OopspoO7 小时前
Linux性能测试简介
linux·运维·性能优化
千禧年@7 小时前
Gateway服务网关
java·运维·gateway
努力成为DBA的小王7 小时前
order by语句执行顺序
linux·运维·数据库·mysql