Running Adobe Flash Player on Chromium in Kali Linux


Hello friends,

Today I'll show you how to install Adobe Flash Player and run it on Chromium Web Browser under all linux distributions and specially for Kali Linux.
after installing chromium,when you try to play any video or try to visit any website use flash you see an error message told that you have to install the latest version of Adobe Flash Player and even you download it and install it you still see the error message so all what you have to do is just follow me.

First we need to download a file from this link here,after the download is finished extract the file you will have a folder,copy this folder and paste it in this path 
/usr/lib/
Now we have to make some changes on chromium files,open up a terminal and write:
gedit /etc/chromium/default
Now go to the last line(line 5) and append the line below to the end of it
--ppapi-flash-path=/usr/lib/PepperFlash/libpepflashplayer.so --ppapi-flash-version=13.0.0.214"
so the line will be like that:
CHROMIUM_FLAGS="--password-store=detect --user-data-dir --ppapi-flash-path=/usr/lib/PepperFlash/libpepflashplayer.so --ppapi-flash-version=13.0.0.214" 
if you get any trouble you could delete all the line and paste the one I give to you.
if you don't use Kali Linux you have to change the line given to this one:
CHROMIUM_FLAGS="--password-store=detect --ppapi-flash-path=/usr/lib/PepperFlash/libpepflashplayer.so --ppapi-flash-version=13.0.0.214" 
that's all,I hope I helped you by this and I hope you +Bring it Simple  

Comments

  1. Hey @Abdelmadjide Cherfaoui
    Sound intersting when first time i found this problem in my Kali Linux. We knew that Kali is Debian-based, so if you've found bugs or problem-trivia in Kali, just look another Debian-place. But in some case, actually if you are CLI lover, found bug is more trivia than just fix a problem. So who browsing the internet using or only using CLI ?
    :D

    ReplyDelete
    Replies
    1. Hey @Hafidz
      yes,solving problems just need doing some researches

      Delete
  2. Link to Pepper Flash does not work!!

    ReplyDelete

Post a Comment