Pale Moon 33.4.0.1"A recommended security and stability update is available. but you do not have the system permissions required to install it ... ... ... or try again from an account that has permission to install software on this computer"
Linux: Linux Mint 21
Well, fair enough, most software needs root permissions to install and update. I think the usual way of handling it is that the installer asks for the required permission. But how to handle this in a safe way? There's an obvious answer...
Code: Select all
$ sudo palemoon #running with root permissions
$ <run update from Help>
$ <quit palemoon>
$ palemoon #running as user.
Call me paranoid (which doesn't mean that the rest of of the world isn't out to get us ) but I am terrified of accidentally compromising the security of Pale Moon by accidentally giving something root permission.
I know enough to be scared... but not enough to know if I should be scared!