Install flash plugin in Ubuntu

Summary

The process outlines a manual method for installing the Flash plugin on Ubuntu systems. It involves obtaining the libflashplayer.so file directly from Adobe and extracting it to a local directory. Developers then create a symbolic link from this file to /etc/alternatives/libflashplayer.so using a sudo ln -s command. Finally, restarting Firefox enables the browser to utilize the newly installed Flash plugin for content playback.

Step 1 : Get the libflashplayer.so file from Adobe offical website

Step 2 : Extract the libflashplayer.so file to a folder

Step 3 : Go tp the folder which sores the libflashplayer.so file

Step 4 : Run the following command in terminal
             sudo ln -s libflashplayer.so /etc/alternatives/libflashplayer.so

Step 5 : Start the Firefox and now can watch flash

UBUNTU INSTALL FLASH PROCEDURES PLUGIN

  RELATED

  COMMENTS

0

No comment for this article.