我从CentOS到Linux Debian。我正在运行Debian10。我不确定,但是据我所知,我已经下载并安装了Stable版本。我从这里下载:https://cdimage.debian.org/debian-cd/current/amd64/iso-dvd/
我正在阅读此链接https://wiki.debian.org/SourcesList#sources.list_format
有一段写着:
分布
“发行版”可以分别是发行代码名称/别名(jessie,stretch,buster,sid)或发行类(oldstable,稳定,测试,不稳定)。如果您打算跟踪发布类,请使用类名;如果要跟踪Debian点发布,请使用代码名。 避免在您的sources.list中使用稳定版,因为在下一个发行版发布时,这会导致令人讨厌的惊奇和损坏的系统;升级到新版本应该是经过深思熟虑,谨慎的操作,并且每两年编辑一次文件不是负担。
我要实现的目标是仅拥有deb.debian.org
的存储库,这些存储库保证在我运行sudo apt-get update
,sudo apt-get upgrade
或sudo apt-get dist-upgrade
时不会破坏我的系统>
请记住,我是Debian的新手,所以也许我没有合适的人。目前,我有这些存储库:
deb http://deb.debian.org/debian buster main
deb http://deb.debian.org/debian buster-updates main
deb http://deb.debian.org/debian-security/ buster/updates main
我想请一位在Debian方面具有丰富专业知识的人帮忙。
祝您一切顺利,并感谢您阅读我的文章。
- 曼努埃尔