.NET软件包可能需要手动干预

以下软件包在从 9.0 升级到 10.0 时可能需要手动干预:

  • aspnet-runtime
  • aspnet-targeting-pack
  • dotnet-runtime
  • dotnet-sdk
  • dotnet-source-built-artifacts
  • dotnet-targeting-pack

pacman 可能对受影响的软件包提示如下报错: failed to prepare transaction (could not satisfy dependencies)无法准备事务处理 (无法满足依赖关系) )。
如果你受此影响并且需要 9.0 的包,使用如下命令可以更新,比如 aspnet-runtime 到 aspnet-runtime-9.0 :
pacman -Syu aspnet-runtime-9.0
pacman -Rs aspnet-runtime


这是对位于 https://www.archlinuxcn.org/net-packages-may-require-manual-intervention/ 之原始条目的讨论话题。