当前位置: 首页 > news >正文

【Ubuntu 22.04.3 LTS】apt-get下载安装有关问题可能原因及解决方法

ubuntu 22.04.3 LTS
unaccountably error

装啥啥没依赖

可能是用了不合适的源,换个就好了
在这里插入图片描述

Now, let’s take a look at the lsb_release output, with a special focus on the Codename, which could be a crucial piece of information.
在这里插入图片描述
The lsb_release command is used in Linux and other Unix-like operating systems to display information about the distribution, such as its version, codename, and description. The codename is a nickname given to a specific release of an operating system, often inspired by a theme or chosen to be memorable.

then i change the source.list
换成这些源,再更新一下,就可以正常下载东西的了
#阿里源
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

source

then type
sudo apt-get update
sudo apt-get upgrade

to update the packges, dependencies
we can see that, after the update, vim can be installed successfully
在这里插入图片描述

不是期望的文件的大小

检查下网络
在这里插入图片描述
重新连接网络后正常安装
在这里插入图片描述

http://www.dtcms.com/a/7874.html

相关文章:

  • AI场景下存储架构有哪些?
  • 网络安全(黑客)——自学2024
  • Android 平台代码、版本与API级别对应关系
  • AWS免费套餐——云存储S3详解
  • 保护医疗数据不受威胁:MPLS专线在医疗网络安全中的角色
  • 一些著名的软件都用什么语言编写?
  • 使用HttpServletRequestWrapper解决web项目request数据流无法重复读取的问题
  • Linux的 .bashrc 有什么作用?
  • 贪吃蛇项目
  • 【报错处理】ModuleNotFoundError: No module named ‘paddle.fluid‘
  • 【Deeplabv3+】Ubutu18.04中使用pytorch复现Deeplabv3+第三步)-----CityscapesScripts生成自己的标签
  • c++谓词
  • 题记(35)--日期累加
  • 2024国际跨境电商展(广州,深圳)两展联动纵深布局新产业
  • 基于Puppeteer实现配置自动化
  • LeetCode——415. 字符串相加
  • 构建高效外卖系统:利用Spring Boot框架实现
  • 三、ElasticSearch集群搭建实战
  • 网络安全知识和华为防火墙
  • Java 面试题之 IO(二)
  • 路由协议解析之静态路由(基于eNSP)(持续更新)
  • Demo: 前端生成条形码并打印
  • 第十四届蓝桥杯C组题目 三国游戏
  • Spring Retry机制详解
  • 鸿鹄工程项目管理系统em Spring Cloud+Spring Boot+前后端分离构建工程项目管理系统
  • vue3封装el-pagination分页组件
  • Python 一些常见的字符串操作
  • 【VS Code+Verilog+Vivado使用】(1)常用插件
  • 【python】爬取百度热搜排行榜Top50+可视化【附源码】【送数据分析书籍】
  • CSAPP shelllab