When ubuntu was first installed, it was found that the filefox browser could not play music, video, or flash animation (? Why ?? Why? Ut.
Today, I will introduce you to the simple installation of the flash plug-in.
Step 1:
Enter flash official website: https://get.adobe.com/flashplayer? Loc = cn
Step 2:
In the lower left corner, select the flash plug-in of your system and click "Download Now ". Here we select: 2.16.tar.gz, applicable to other linux"
Step 3:
Go to the command line and decompress the downloaded file. The command is as follows:
Tar-zxvf install_flash_player_11_linux.x86_64.tar.gz
Decompress libflashplayer. copy so to the Firefox browser plug-in Directory (/usr/lib/mozilla/plugins). Normal users may have insufficient permissions. Use the root user to cp. The command is as follows:
Cp libflashplayer. so/usr/lib/mozilla/plugins
Reload the browser and find that the music can be played, the video can be played, and the flash plug-in can be played smoothly. Congratulations.
Another more detailed graphic tutorial
In basic linux operations, how does one install the flash plug-in image in ubuntu.
Method/step
1. When we open the firefox browser in ubuntu for online video playback, we will find that the error message shown in the figure below causes the video to fail to be played. You have not installed the Flash player yet, click here to install"
2. You can download and install the Ubuntu Software Center. First, open the Ubuntu Software Center, as shown in the following figure:
3. Click search flash to search for flash as a keyword, as shown in the following figure:
4. Go to the system search result list. Select the first software and install flash player.
5. After flash player is installed, restart Firefox to play the video online.
Method 2: Download and install on the official website
Go to the adobe official website, as shown in the following figure. On the official website, select the appropriate version. You can select deb, rmp, and other versions. Select deb version and install it using the command line.
Sudo dpkg-I flash-plugin_11.2.202.406-1_i386.deb for installation
Notes
I personally recommend the first method for installation.