32 bits Widevine DEB package for Linux

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sebastian_Benito
    PCHF Member
    • Feb 2023
    • 3

    #1

    32 bits Widevine DEB package for Linux

    Where could I get the 32 bits Widevine deb package for Chromium for Linux? Is there any alternative 32 bits deb package to replace Widevine?
  • veeg
    PCHF Director
    • Jul 2016
    • 8982

    #2
    Hello

    Still need help ?

    Comment

    • jmarket
      PCHF Owner
      • Jan 2015
      • 7633

      #3
      Hello,

      You can use this Github repo to get it. This is the easiest way. Essentially, #1 is to install Chrome and then grab it’s Widevine .so and it will auto update.

      [ICODE] $wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - echo 'deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main' | sudo tee /etc/apt/sources.list.d/google-chrome.list $sudo apt update && sudo apt install -y google-chrome-stable $git clone https://github.com/proprietary/chromium-widevine.git && \ cd chromium-widevine && \ ./use-from-google-chrome.sh[/ICODE]

      and then to test it you use:

      [ICODE]killall -q -SIGTERM chromium-browser || \ killall -q -SIGTERM chromium && \ exec $(command -v chromium-browser || command -v chromium) ./test-widevine.html &[/ICODE]

      Comment

      • Bruce
        PCHF Moderator
        • Oct 2017
        • 10702

        #4
        @SebastiΓ‘n Benito - any update?

        Comment

        • Bruce
          PCHF Moderator
          • Oct 2017
          • 10702

          #5
          Closing – no response.
          To request a re-open, go to Members > Staff Members, click a Staffer then Start Conversation and quote thread name.

          Comment

          Working...