首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >有关于多重宇宙的警告吗?

有关于多重宇宙的警告吗?
EN

Ask Ubuntu用户
提问于 2018-12-01 13:56:23
回答 1查看 600关注 0票数 3

每次使用apt-get更新时,我都会收到以下警告

代码语言:javascript
复制
W: Skipping acquire of configured file 'multiverse//binary-amd64/Packages' as repository 'http://archive.ubuntu.com/ubuntu bionic-updates InRelease' doesn't have the component 'multiverse/' (component misspelt in sources.list?)
W: Skipping acquire of configured file 'multiverse//i18n/Translation-en' as repository 'http://archive.ubuntu.com/ubuntu bionic-updates InRelease' doesn't have the component 'multiverse/' (component misspelt in sources.list?)
W: Skipping acquire of configured file 'multiverse//cnf/Commands-amd64' as repository 'http://archive.ubuntu.com/ubuntu bionic-updates InRelease' doesn't have the component 'multiverse/' (component misspelt in sources.list?)

我不确定这是不是我该担心的事?我在谷歌上搜索了这些警告,但是找不到有相同警告的人,只有相同的警告。

/etc/apt/sources.list中有什么:

代码语言:javascript
复制
deb http://archive.ubuntu.com/ubuntu bionic main universe restricted multiverse
deb http://archive.ubuntu.com/ubuntu bionic-security main universe restricted m$
deb http://archive.ubuntu.com/ubuntu bionic-updates main universe restricted mu$
deb https://cloud.r-project.org/bin/linux/ubuntu bionic-cran35/

第二个命令:cat /etc/apt/sources.list | grep multiverse

代码语言:javascript
复制
deb http://archive.ubuntu.com/ubuntu bionic main universe restricted multiverse
deb http://archive.ubuntu.com/ubuntu bionic-security main universe restricted multiverse
deb http://archive.ubuntu.com/ubuntu bionic-updates main universe restricted multiverse/
EN

回答 1

Ask Ubuntu用户

回答已采纳

发布于 2018-12-01 15:20:45

删除仿生更新行中的/后置多体。

您可以在错误消息中看到错误的双斜杠。

multiverse**//**binary-amd64/Packages

然后再尝试sudo apt update

票数 3
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/1097678

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档