【Ubuntu noble】apt 无法安装软件 Unable to locate package vim

宿主机以及 docker 无法定位软件包

/etc/apt/sources.list.d/ubuntu.sources 修改为以下内容(主要是 Suites 字段增加了noble noble-updates)

bash 复制代码
Types: deb
URIs: http://archive.ubuntu.com/ubuntu/
Suites: noble noble-updates noble-backports
Components: main universe restricted multiverse
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg

## Ubuntu security updates. Aside from URIs and Suites,
## this should mirror your choices in the previous section.
Types: deb
URIs: http://security.ubuntu.com/ubuntu/
Suites: noble-security
Components: main universe restricted multiverse
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
相关推荐
枫桥骤雨5 小时前
我的龙虾日记
ubuntu·openclaw
枫桥骤雨8 小时前
本地OpenClaw部署教程
ubuntu·openclaw
BieberChen12 小时前
ubuntu定时执行脚本---crontab详细使用指南
linux·运维·ubuntu
薛定猫AI12 小时前
【一键配置】优雅使用Claude Code:从安装到上手的完整教程
人工智能·arcgis·编辑器·vim
时空无限13 小时前
ubuntu 22.04 如何使用命令查看配置防火墙规则
服务器·网络·ubuntu
biubiubiu070614 小时前
Ubuntu 22.04 高级运维与架构规范手册
运维·ubuntu·架构
有毒的教程14 小时前
Ubuntu 网络代理设置教程
linux·网络·ubuntu
我是一个对称矩阵14 小时前
Ubuntu安装WIFI适配器驱动
stm32·单片机·ubuntu
vvw&14 小时前
如何在 Linux 中安装和使用 nftables
linux·运维·服务器·ubuntu
AzusaFighting15 小时前
ROS 2 Jazzy (Ubuntu Noble 24.04)部署
linux·运维·ubuntu