Need a place to put it on debian/ubuntu?
1 |
sudo mv /path/libflashplayer.so /usr/lib/ |
Chromium:
1 |
ln -s /usr/lib/libflashplayer.so /usr/lib/chromium-browser/plugins/libflashplayer.so |
Chrome: (You might have to create the ‘plugins’ dir – I did =\ )
1 |
ln -s /usr/lib/libflashplayer.so /opt/google/chrome/plugins/libflashplayer.so |
Firefox:
1 |
ln -s /usr/lib/libflashplayer.so /usr/lib/firefox-x.x.xx/plugins/libflashplayer.so |
Restart all instances of the browser/s and check it out.
PS: Flash on 64-bit linux doesn’t matter, you can put it in lib64/ if you -REALLY- want..