N3Cr0@lemmy.world to linuxmemes@lemmy.world · 3 months agoKudos to Nvidialemmy.worldimagemessage-square13fedilinkarrow-up121arrow-down11
arrow-up120arrow-down1imageKudos to Nvidialemmy.worldN3Cr0@lemmy.world to linuxmemes@lemmy.world · 3 months agomessage-square13fedilink
minus-squarertxn@lemmy.worldMlinkfedilinkarrow-up2·3 months agopacman -S nvidia-dkms Hollywood, here I come!
minus-squareInFerNo@lemmy.mllinkfedilinkarrow-up0·3 months agoPartial updates are not supported on Arch. You need to use -Syu.
minus-squaresaoirse@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up1·3 months agoI think you’re misunderstanding what a partial upgrade is. A partial upgrade is where you update the database without then upgrading every package (calling pacman -Sy with the u switch). pacman -S, therefore, is not a partial upgrade, as the database is not updated with the y switch. See System maintenance#Partial upgrades are unsupported for more info.
pacman -S nvidia-dkms
Hollywood, here I come!
Partial updates are not supported on Arch. You need to use
-Syu
.I think you’re misunderstanding what a partial upgrade is.
A partial upgrade is where you update the database without then upgrading every package (calling
pacman -Sy
with theu
switch).pacman -S
, therefore, is not a partial upgrade, as the database is not updated with they
switch.See System maintenance#Partial upgrades are unsupported for more info.