我正在用pacman -S linux-headers安装linux,有人问我想要哪个提供者。
[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的Procceed”。
我怎么才能再得到这个选择呢?
发布于 2016-10-08 16:31:27
这听起来很奇怪。但是,也许尝试使用--confirm选项进行安装。
来自man pacman:
--confirm
Cancels the effects of a previous --noconfirm.但是,如果没有使用--noconfirm运行前面的命令,就不应该发生这种情况。
https://unix.stackexchange.com/questions/315146
复制相似问题