无法为 windows 更新和下载 bash 中的任何包

Couldn't update and download any package in bash for windows

我正在尝试为 windows 64 位 (ubuntu 14.04) 使用官方 bash。问题是,当我尝试更新任何包或安装新包(例如 g++ 等)时,我总是遇到相同的错误:

root@notebook:~# sudo apt-get install g++
Reading package lists... Done
Building dependency tree
Reading state information... Done
g++ is already the newest version (4:5.3.1-1ubuntu1).
0 to upgrade, 0 to newly install, 0 to remove and 2 not to upgrade.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] Y
Setting up qemu-user-binfmt (1:2.5+dfsg-5ubuntu10.41) ...
update-binfmts: warning: unable to close /proc/sys/fs/binfmt_misc/register: Invalid argument
update-binfmts: warning: unable to enable binary format qemu-aarch64
update-binfmts: exiting due to previous errors
dpkg: error processing package qemu-user-binfmt (--configure):
 subprocess installed post-installation script returned error exit status 2
Errors were encountered while processing:
 qemu-user-binfmt
E: Sub-process /usr/bin/dpkg returned an error code (1)

包 qemu-user-binfmt 的错误脚本。

首先你需要尝试cmd:

apt-get purge qemu-user-binfmt

如果问题没有解决,您需要删除目录 /var/lib/dpkg/info/:

中的文件
qemu-user-binfmt.pre*
qemu-user-binfmt.post*

和运行

apt-get remove qemu-user-binfmt