[opensuse] Netflix using Leap 15.0 version of chrome
How can I update openSUSE leap 15.0 version of chrome. This version of chrome is missing the WidevineCdm component. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 2019-02-10 19:18, Terrance Eck wrote:
How can I update openSUSE leap 15.0 version of chrome. This version of chrome is missing the WidevineCdm component.
Which version do you have? beta/stable/unstable? Chrome you get from Google itself. Do you have the repo installed? Check with: sudo zypper lr --uri or just sudo zypper lr Otherwise add repo: sudo zypper ar http://dl.google.com/linux/chrome/rpm/stable/x86_64 Google-Chrome sudo zypper ref Google-Chrome sudo zypper se google-chrome or to see chrome from different repos sudo zypper se -s google-chrome installe/update to the version you want ex. sudo zypper up google-chrome-stable You didn't mean Chromium, did you? A few possible commands to investigate the problem: locate -i widevinecdm find / -type f -iname '*widevinecdm*' On my system (Tumbleweed) I've got both Chrome and Chromium. libwidevinecdm.so is installed in: /opt/google/chrome/libwidevinecdm.so /usr/lib64/chromium/libwidevinecdm.so -- /bengan -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (2)
-
Bengt Gördén
-
Terrance Eck