我正在运行 Debian Squeeze,并想安装 Sid 的 Wine 实验包。
我的问题:
- 我在哪里可以找到该包裹?
- 有没有办法将该包包含到软件源中并使用 Synaptic 安装?
- 如果实验性软件包需要更新同样是实验性的依赖项,那么如何处理依赖项?其他程序会不会因为依赖项“更新”而变得不稳定?
答案1
示例 - 稳定
使用稳定读取的 sources.list --
deb http://http.us.debian.org/debian stable main contrib non-free
deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free
deb http://security.debian.org stable/updates main contrib non-free
示例 - 测试
您需要包含稳定的行,然后使用 as/stable/testing/g 添加三行,得到文件:
deb http://http.us.debian.org/debian stable main contrib non-free
deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free
deb http://security.debian.org stable/updates main contrib non-free
deb http://http.us.debian.org/debian testing main contrib non-free
deb http://non-us.debian.org/debian-non-US testing/non-US main contrib non-free
deb http://security.debian.org testing/updates main contrib non-free
来源:http://www.mayin.org/ajayshah/COMPUTING/debian-principles.html
在测试中,请注意源正在访问稳定并进行测试。
您可以在以下位置找到您的资源/etc/apt/sources.list