首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >当我需要进行适当的更新时,我会收到警告:“没有组件'stella.cmit‘”

当我需要进行适当的更新时,我会收到警告:“没有组件'stella.cmit‘”
EN

Ask Ubuntu用户
提问于 2022-12-22 02:53:11
回答 1查看 412关注 0票数 2

使用Ubuntu22.04,一切似乎都正常,但我在sudo apt update时收到警告。

代码语言:javascript
复制
W: Skipping acquire of configured file 'stella.cmit/cnf/Commands-amd64' as repository 'http://hp.archive.canonical.com jammy InRelease' doesn't have the component 'stella.cmit' (component misspelt in sources.list?)

不知道这是否是原因,但我在添加ppa for gpodder之后注意到了这一点。

代码语言:javascript
复制
sudo add-apt-repository ppa:gpodder/pp
/etc/apt/sources.list.d/oem-stella.cmit-aron-meta.list and
/etc/apt/sources.list.d/oem-stella.cmit-aron-meta.list.distUpgrade

deb http://hp.archive.canonical.com/ jammy stella
# deb-src http://hp.archive.canonical.com/ focal stella
deb http://hp.archive.canonical.com/ jammy stella.cmit
# deb-src http://hp.archive.canonical.com/ focal stella.cmit

据我所读,这听起来可能是我的/etc/apt/sources.list的一个问题,但我不知道我在看什么。

代码语言:javascript
复制
# deb cdrom:[Ubuntu 20.04 _Focal_ - Build amd64 LIVE Binary 20220223-06:11]/ focal main

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution. deb http://us.archive.ubuntu.com/ubuntu/ jammy main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu/ focal main restricted

## Major bug fix updates produced after the final release of the
## distribution. deb http://us.archive.ubuntu.com/ubuntu/ jammy-updates main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu/ focal-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team. deb http://us.archive.ubuntu.com/ubuntu/ jammy universe
# deb-src http://us.archive.ubuntu.com/ubuntu/ focal universe deb http://us.archive.ubuntu.com/ubuntu/ jammy-updates universe
# deb-src http://us.archive.ubuntu.com/ubuntu/ focal-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team. deb http://us.archive.ubuntu.com/ubuntu/ jammy multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ focal multiverse deb http://us.archive.ubuntu.com/ubuntu/ jammy-updates multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ focal-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team. deb http://us.archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse


deb http://security.ubuntu.com/ubuntu jammy-security main restricted
# deb-src http://security.ubuntu.com/ubuntu focal-security main restricted deb http://security.ubuntu.com/ubuntu jammy-security universe
# deb-src http://security.ubuntu.com/ubuntu focal-security universe deb http://security.ubuntu.com/ubuntu jammy-security multiverse
# deb-src http://security.ubuntu.com/ubuntu focal-security multiverse
EN

回答 1

Ask Ubuntu用户

发布于 2022-12-23 15:01:54

基于我收到的有用的答复和评论,特别是"grep -r 'stella.cmit‘/etc/apt/“。我导航到/etc/apt/ folder .list.d文件夹,并在终端中键入:

代码语言:javascript
复制
sudo mv oem-stella.cmit-aron-meta.list oem-stella.cmit-aron-meta.list.disabled

仍然不确定它应该做什么,但一切似乎都正常,在重新启动系统后,我不再收到警告。不确定我必须重新启动,但这就是我所做的。

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

https://askubuntu.com/questions/1446706

复制
相关文章

相似问题

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