Debian Browser iceweasel default does not install flash player,Flash Player this tuo shit, easy to make the browser crash, But watch the online video and have to use the goods.
There are two methods of installation:
a . Installing a compressed package
1. go to the official website to download Flash Player 's compression package, download version selection . The tar.gz.
2. Unzip .
?
1 |
tar -xzf fuck_the_flash_player.tar.gz
|
where to get a . So file
3. create a directory under the main directory ~/.mozilla
?
1 |
mkdir -p ~/.mozilla/plugins/
|
then copy the. So file to two places and the second requires root permissions
?
1 2 |
CP libflashplayer.so ~/. mozilla/plugins/ sudo CP libflashplayer.so /usr/lib/iceweasel/ |
4. look at the documentation, there is a step to solve out /usr copied to the system's /usr , which seems to be the local settings of Flash Player, but this step does not work, the browser Flash can also be used, do not know what this step specific role
?
5. Restart The browser to see the movie
two . install via source
1. Add a line like this in the /etc/apt/sources.list file:
?
1 |
deb http://ftp.cn.debian.org/debian wheezy main contrib non-free
|
or create a new source.list under /etc/apt/sources.list.d/
2. Update the software list and install it.
?
1 2 |
sudo apt-getupdate
sudo apt-getinstall flashplugin-nonfree
|
3. Future Updates .
A. and the way the system is updated at the same time
Apt-get Update&apt-get Upgrade
B. Individual updates
/usr/sbin/update-flashplugin-nonfree-install
Debian8.3 Install Flash plugin, spare ~ ~ ~