this post was submitted on 02 Jul 2024
8 points (100.0% liked)

Arch Linux

7516 readers
1 users here now

The beloved lightweight distro

founded 4 years ago
MODERATORS
 

In order to update hyprland-git, I need to install hyprwayland-scanner-git. But when I try to install it, pacman says that it failed to commit a transaction.

I followed the arch wiki, but unfortunately, the file in question is owned by hyprwayland-scanner, so I'm not sure how to proceed.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] taaz@biglemmowski.win 5 points 1 month ago* (last edited 1 month ago) (1 children)
yay -Rd hyprwayland-scanner # (or -Rdd but danger ahead) 
yay -S --asdeps hyprwayland-scanner-git
[โ€“] Binette@lemmy.ml 4 points 1 month ago

Thanks! That worked for me (I just used yay -Rd hyprwayland-scanner-debug aswell).