cd
wget http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz
tar zxf install_flash_player_9_linux.tar.gz
cd install_flash_player_9_linux
sudo cp libflashplayer.so /usr/lib/epiphany/2.14/plugins
cd
rm -Rf install_flash_player_9_linux
Welcome to my blog, a treasure trove of practical information and real-life experiences. I share valuable tips, life hacks, and lessons learned from day-to-day encounters. From productivity to wellness advice, let's explore life's ups and downs, finding inspiration in ordinary moments. Join me on this journey to make each day more fulfilling and successful.
11 March, 2009
How to install Flash Player 9 for Epiphany
By copying this code line by line you can install installing Flash Player 9 for Epiphany. This have worked for me on Ubuntu and Debian.
Subscribe to:
Post Comments (Atom)
use a lower case r in the last statement
ReplyDeleterm -rf install_flash_player_9_linux
so much for being tested
in Ubuntu -R works and -r does not,
ReplyDeleteI have tested it as well, I never post anything that I haven't done myself.