Output when trying to install a different Proton version on Garuda linux:
sudo -S pacman -R vkd3d-proton-bin-3.0.a-1 vkd3d-proton-mingw-git-3.0a.r8.g2d9f1e42-1 --noconfirm
error: target not found: vkd3d-proton-bin-3.0.a-1
error: target not found: vkd3d-proton-mingw-git-3.0a.r8.g2d9f1e42-1
The -S is in the wrong position, total failure.
The -R to, i'm trying to install the first package in place of the second, not the opposite.
Output when trying to install a different Proton version on Garuda linux:
The
-Sis in the wrong position, total failure.The
-Rto, i'm trying to install the first package in place of the second, not the opposite.