重置 pacman 中的提供程序

重置 pacman 中的提供程序

我正在安装 linux headers,pacman -S linux-headers并被问到我想要哪个提供商。

[slava@mowgli Downloads]$ sudo pacman -S linux-headers
:: There are 12 providers available for linux-headers:
:: Repository core
   1) linux310-headers  2) linux312-headers  3) linux314-headers
   4) linux316-headers  5) linux318-headers  6) linux41-headers
   7) linux44-headers  8) linux46-headers  9) linux47-headers
   10) linux48-headers

我最终选择了错误的一个,因此我重新运行命令以更改为另一个。我希望它在重新安装之前询问我想要哪个,但它没有,它跳过了“继续安装 Y/n”。

我怎样才能再次获得这个选择?

答案1

这听起来很奇怪。但也许尝试使用该选项进行安装--confirm

man pacman

 --confirm

    Cancels the effects of a previous --noconfirm.

但如果您没有运行前面的命令,--noconfirm则不会发生这种情况。

相关内容