Can i safely remove vulkan-intel package?

I am using a ryzen 4500u based laptop, i noticed that the vulkan-intel package is also installed along with vilkan-radeon package… i assume this is not needed. Is it safe to remove it? and any idea why both were installed in the first place?

Don’t assume. Check:

$ pacman -Qi vulkan-intel

or

$ pactree -ro vulkan-intel
1 Like

shows required by: none
guess i’ll remove it the.
thanks