首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >我应该删除sources.list中的这一行吗?

我应该删除sources.list中的这一行吗?
EN

Ask Ubuntu用户
提问于 2014-12-11 23:16:00
回答 1查看 1.2K关注 0票数 0

这一行deb-src-src http://us.archive.ubuntu.com/ubuntu/ utopic main restricted ( sources.list中的第63行)在sudo apt-get update上不知道,并导致Synaptic和Ubuntu崩溃。删除这一行安全吗?

我的sources.list看起来是这样的:

代码语言:javascript
复制
# deb cdrom:[Xubuntu 14.04.1 LTS _Trusty Tahr_ - Release amd64 (20140723)]/ trusty     main multiverse restricted universe

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

## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ utopic-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ utopic-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/ utopic universe
deb-src http://us.archive.ubuntu.com/ubuntu/ utopic universe
deb http://us.archive.ubuntu.com/ubuntu/ utopic-updates universe
deb-src http://us.archive.ubuntu.com/ubuntu/ utopic-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/ utopic multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ utopic multiverse
deb http://us.archive.ubuntu.com/ubuntu/ utopic-updates multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ utopic-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/ utopic-backports main restricted universe multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ utopic-backports main restricted universe multiverse

deb http://us.archive.ubuntu.com/ubuntu/ utopic-security main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ utopic-security main restricted
deb http://us.archive.ubuntu.com/ubuntu/ utopic-security universe
deb-src http://us.archive.ubuntu.com/ubuntu/ utopic-security universe
deb http://us.archive.ubuntu.com/ubuntu/ utopic-security multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ utopic-security multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu utopic partner
deb-src http://archive.canonical.com/ubuntu utopic partner

## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu utopic main
deb-src http://extras.ubuntu.com/ubuntu utopic main
deb http://us.archive.ubuntu.com/ubuntu/ utopic-proposed main restricted universe multiverse
# deb-src cdrom:[Xubuntu 14.04.1 LTS _Trusty Tahr_ - Release amd64 (20140723)]/     trusty main multiverse restricted universe

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

## Major bug fix updates produced after the final release of the
## distribution.
deb-src http://us.archive.ubuntu.com/ubuntu/ utopic-updates main restricted
deb-src-src http://us.archive.ubuntu.com/ubuntu/ utopic-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-src http://us.archive.ubuntu.com/ubuntu/ utopic universe
deb-src-src http://us.archive.ubuntu.com/ubuntu/ utopic universe
deb-src http://us.archive.ubuntu.com/ubuntu/ utopic-updates universe
deb-src-src http://us.archive.ubuntu.com/ubuntu/ utopic-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-src http://us.archive.ubuntu.com/ubuntu/ utopic multiverse
deb-src-src http://us.archive.ubuntu.com/ubuntu/ utopic multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ utopic-updates multiverse
deb-src-src http://us.archive.ubuntu.com/ubuntu/ utopic-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-src http://us.archive.ubuntu.com/ubuntu/ utopic-backports main restricted universe multiverse
deb-src-src http://us.archive.ubuntu.com/ubuntu/ utopic-backports main restricted universe multiverse

deb-src http://us.archive.ubuntu.com/ubuntu/ utopic-security main restricted
deb-src-src http://us.archive.ubuntu.com/ubuntu/ utopic-security main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ utopic-security universe
deb-src-src http://us.archive.ubuntu.com/ubuntu/ utopic-security universe
deb-src http://us.archive.ubuntu.com/ubuntu/ utopic-security multiverse
deb-src-src http://us.archive.ubuntu.com/ubuntu/ utopic-security multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb-src http://archive.canonical.com/ubuntu utopic partner
deb-src-src http://archive.canonical.com/ubuntu utopic partner

## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb-src http://extras.ubuntu.com/ubuntu utopic main
deb-src-src http://extras.ubuntu.com/ubuntu utopic main
deb-src http://us.archive.ubuntu.com/ubuntu/ utopic-proposed main restricted universe multiverse
EN

回答 1

Ask Ubuntu用户

发布于 2014-12-11 23:25:47

不需要移除它。只需将-src

deb-src-src http://us.archive.ubuntu.com/ubuntu/ utopic main restricted

使之看起来像:

deb-src http://us.archive.ubuntu.com/ubuntu/ utopic main restricted

我可以在您的sources.list文件中看到许多这样的错误。你必须找到并编辑所有这些。

在gedit:sudo gedit /etc/apt/sources.list中打开它

然后在gedit中,编辑>搜索>替换

搜索:deb-src-src

替换为:deb-src

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

https://askubuntu.com/questions/560421

复制
相关文章

相似问题

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