我刚刚使用 WSL 从 Microsoft Store 安装了 16.04,并且安装的 Ubuntu 版本报告自己为 Bionic。
user@host:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.2 LTS
Release: 18.04
Codename: bionic
此外,apt
还配置为从bionic
发行版中获取软件。
user@host:~$ cat /etc/apt/sources.list
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://archive.ubuntu.com/ubuntu/ bionic main restricted
# deb-src http://archive.ubuntu.com/ubuntu/ bionic main restricted
# ...
谁知道可能发生什么事?
看相关问题在 WSL Github repo 中。
答案1
显然这毕竟是一个 bug,并且 Canonical 正在将 16.04 应用程序恢复为以前的版本,直到新版本通过 Store 认证。