minus-squareMaiq@lemy.loltoLinux Gaming@lemmy.world•Steam's Latest Client Update Introduces Many Refinements for LinuxlinkfedilinkEnglisharrow-up5·11 days agoI don’t know if this would help but it might be worth a try, make a file immutable by sudo chattr +i /file/location If it doesn’t work change it back, sudo chattr -i /file/location linkfedilink
minus-squareMaiq@lemy.loltoLinux@lemmy.ml•Error when trying to boot Lite on old lenovo laptoplinkfedilinkarrow-up5·11 days agohttps://askubuntu.com/questions/1456460/verification-failed-0x1a-security-violation-while-installing-ubuntu linkfedilink
I don’t know if this would help but it might be worth a try, make a file immutable by
sudo chattr +i /file/location
If it doesn’t work change it back,
sudo chattr -i /file/location