Tried to start Calculator in Ubuntu, but received the following message:
/var/lib/snapd has 'other' write 40777
Not sure what that means. I just want to start Calculator. Weird. Any ideas?
Happened to me also. I changed the permissions of /var/lib/snapd from 777 to 755, so just do:
sudo chmod -R 0755 /var/lib/snapd
In fact, to resolve the problem for all the applications related snap you must do:
sudo chmod 755 /
I was face "/has 'other' write 40777" problem when try to open vscode from terminal. That was fixed by "sudo chmod 755 /" command.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With