Flash player in my Mozilla Firefox show error message failed to load libpepflashplayer.so, in Ubuntu 17. I tried to install flash player from Software Center but failed. So I tried install from apt-get Ubuntu in terminal with this script :
sudo apt-get install flashplugin-installer
After installation process finished, I try to open a website which has a flash player content, and it said error message above. Finally, I fixed this problem with this way (download from Adobe Website) :
- Go to https://get.adobe.com/flashplayer/otherversions/
- Set the Step 1 and Step 2 with your operating system, mine like this
- Download the PPAPI .tar.gz
- When download finished, extract it. You will see a file named libpepflashplayer.so, copy it into /usr/lib/mozilla/plugins/
- Restart your Mozilla Firefox and reload the website. DONE.
Hope this will help you out guys 🙂
You must be logged in to post a comment.