所以,我安装了全新的 Debian。我的sources.list看起来像这样:
deb http://http.debian.net/debian wheezy main contrib nonfree
deb-src http://http.debian.net/debian wheezy main contrib nonfree
deb http://http.debian.net/debian wheezy-updates main contrib nonfree
deb-src http://http.debian.net/debian wheezy-updates main contrib nonfree
deb http://security.debian.org/ wheezy/updates main contrib nonfree
deb-src http://security.debian.org/ wheezy/updates main contrib nonfree
但是,我无法安装vim
- 它告诉我no installation candidate found
!
我首先尝试安装提供的 nvidia 驱动程序这里。但是,我在 aptitude 和 apt-get 中不断收到错误,即依赖关系package cannot be installed
,并且当我尝试手动执行此操作时 - no installation candidate.
。我通过手动下载软件包作为概念证明来修复其中一个错误。
是的,我跑了apt-get update
。有人可以告诉我如何修复我的包管理器吗?
答案1
你的sources.list
错了。大概是因为debian.net
您尝试过 debian.org 吗?
https://wiki.debian.org/SourcesList是查找存储库以及学习如何配置sources.list的最合适的地方
目前的马厩是 Stretch,但我相信您会找到属于自己的马厩。几乎所有版本都有存储库(这里)
答案2
尝试一下sudo apt update
,因为您可能有一段时间没有刷新它了!