我目前有一台 Windows 机器,我将其用作 Ubuntu 的测试环境,通过周年更新中的 bash shell 和虚拟机。最近我注意到,apt-get 中用于 Windows 上 Ubuntu 的 bash 的存储库不起作用。这里有人知道在哪里可以找到此系统上 /etc/apt/sources.list 的新存储库吗?
谢谢!
答案1
WSL 使用与 Ubuntu 相同的二进制文件。您可以使用相同的存储库。
目前(2017 年 10 月),WSL 运行 Ubuntu 16.04.3 LTS。如果您使用的是旧版本,则可以使用 升级您的发行版sudo do-release-upgrade
。
包含/etc/apt/sources.list
与 ubuntu 相同的存储库:
deb http://archive.ubuntu.com/ubuntu/ xenial main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ xenial-updates main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ xenial-security main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ xenial main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ xenial-updates main restricted universe multiverse
deb-src http://security.ubuntu.com/ubuntu/ xenial-security main restricted universe multiverse