在 ubuntu 17.10 中將 resources.list 還原為預設值

在 ubuntu 17.10 中將 resources.list 還原為預設值

升級期結束後我有 ubuntu 17.04。我無法升級到17.10,因為我的sources.list 已過時並且無法更新,因為它不再維護。

因此,我用可以用來升級發行版的副本替換了我的sources.list。我複製並貼上了它。升級到 17.10 一切順利。

儘管如此,這個「人造」sources.list 保持不變。我想讓它看起來像 17.10 的預設sources.list,任何人都可以解釋我如何做到這一點,或者至少貼上 17.10 的版本,以便我可以手動替換它?

我的來源列表:

## 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/ zesty universe
# deb-src http://ca.archive.ubuntu.com/ubuntu/ zesty universe
# deb http://us.archive.ubuntu.com/ubuntu/ zesty-updates universe

## EOL upgrade sources.list
# Required
deb http://us.archive.ubuntu.com/ubuntu artful main restricted universe multiverse
deb http://us.archive.ubuntu.com/ubuntu artful-updates main restricted universe multiverse
deb http://us.archive.ubuntu.com/ubuntu artful-security main restricted universe multiverse

當我打開軟體和更新時,我無法選擇規範的合作夥伴儲存庫。

在此輸入影像描述

相關內容