Installing Opera Browser

The above suggestion is great. It helped me a lot when I installed ClearLinux for the first time but I’ve found another way.
If you don’t want to use dnf/yum since they install the packages under /usr/lib64 which is not recommended and the OS updates may brake your browser you can:

  1. Create folder that will hold the custom libs. Check Ld not finding library installed in /usr/local/lib - #5 by ahkok
  2. Download opera rpm and extract it somewhere under your home dir
  3. Create symlinks of opera’s share files to /usr/local/share to make the icon visible.
    I’ve created a simple script that downloads the latest opera version + it enables h.264 codec
    The script is not perfect but it does the job :slight_smile:

https://raw.githubusercontent.com/takov/bash-scripts/master/clearLinux/opera.sh

HTH,
Takov