chmod 0644:不允许操作

chmod 0644 :Operation not permitted

我想在 ubuntu 18.04 上使用 sudo apt 下载 java 但它发送给我 "E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?"

所以我尝试 运行 "apt-get update" 这给我发送了很多看起来像这样的错误“文件 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_bionic_InRelease 的 chmod 0644 失败 - 201::URIDone (1: Operation not permitted)" 所以我尝试使用 chmod 0644 /var/lib/apt/lists/ 更改权限 但它没有用也尝试了其他几种方法但仍然没有用

所以希望你能告诉我如何尝试修复它。 顺便说一句,我正在使用 windows 10 和 运行ning ubuntu 18.04 来自 windows 商店

删除这些文件 sudo rm -r /var/lib/apt/lists/* 并重新运行 sudo apt-get update