Install Adobe Flash plug-in for FreeBSD
Install the Adobe Flash plug-in for FreeBSD. Refer to the official FreeBSD manual browser chapter.
pkg install nspluginwrapper
NspluginwrapperIs a tool used to install and configure NetScape Plugin.
Plug-ins built on other systems can be installed for NetScape browsers, such as flash plugin compiled on Linux.
- Install through ports
linux-f10-flashplugin11. F10 indicates Fedora 10.
cd /usr/ports/www/linux-f10-flashplugin11
sudo make install
sudo make clean
- Install flash plugin.
nspluginwrapper -v -a -i-V indicates the output details,-a indicates the Automatic Probe of available plug-ins, and-I indicates the installation.
This willflash-player-plugin.soInstall~/.mozilla/pluginsDirectory.
If you update the flash player Plug-in later, you need to executenspluginwrapper -v -a -u,-Utable indicates update.
- Test whether the installation is successful: In the firefox address bar, enter
about:pluginsPress enter. The flash player is in the plug-in list and is enabled.
- If the plug-in cannot be activated, the linux module should not be loaded,
sudo kldload linux.
If you want the system to automatically load the linux module upon startup, Edit/etc/rc.conf, Joinlinux_enable="YES".
Install the Chromium browser on Ubuntu 14.04 and add the Flash plug-in Pepper Flash Player.
Fixed the problem of Adobe Flash Player of Chromium in Ubuntu 14.04.
Install Pepper Flash Player For Chromium in Ubuntu 14.04
This article permanently updates the link address: