我准备更新我的 ubuntu 24.04,在我尝试添加 pgp 密钥之前,一切都正常,经过大量更改后,我尝试将所有设置重置为默认设置,但现在我遇到了 apt 更新问题,我将错误和我的配置粘贴在下面!帮帮我 :|
➜ sources.list.d pwd
/etc/apt/sources.list.d
➜ sources.list.d ll
total 4.0K
-rw-r--r-- 1 root root 343 Dec 17 00:38 ubuntu.sources
➜ sources.list.d cat ubuntu.sources
deb http://archive.ubuntu.com/ubuntu noble main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu noble-updates main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu noble-security main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu noble-backports main universe restricted multiverse
➜ sources.list.d sudo apt update
E: Malformed stanza 1 in source list /etc/apt/sources.list.d/ubuntu.sources (type)
E: The list of sources could not be read.
➜ sources.list.d
apt
DEB822-STYLE FORMAT
如果文件具有扩展名,则期望文件具有.sources
。您的文件使用
ONE-LINE-STYLE FORMAT
应该具有扩展名.list
使用以下方法重命名文件
或者使用
DEB822-STYLE FORMAT
,这里有一个贵族的例子:另请参阅
man sources.list
。如果你有同样的问题,只需执行这 3 个步骤即可解决
首先:你必须用这个命令知道你的 ubuntu 的类型
lsb_release -cs
第二:根据 lsb_release -cs 更新你的 ubuntu.sources,在我看来这是高尚的
sudo nano /etc/apt/sources.list.d/ubuntu.sources