Disable Auto-Update with Opera Web Browser on linux

Disable Auto-Update with Opera Web Browser on linux

I’m running Arch linux so it could be different for you:


1
chmod -x /usr/lib/opera/opera_autoupdate

This keeps the autoupdate file from executing system-wide. I know this seems unorthodox but if anyone knows of a better method, please comment below

One Reply to “Disable Auto-Update with Opera Web Browser on linux”

  1. Best way:
    sudo /etc/environment
    Add last line:
    OPERA_AUTOUPDATE_DISABLED=1
    Restart session to refresh environment variables

Leave a Reply

Your email address will not be published. Required fields are marked *