Ubuntu Firefox uses the conventional method to install Flash Player.
I have seen a lot of friends on the Internet about how to install flashplayer on ubuntu! But I cannot install the operating system! I am very worried! However, I saw another friend's solution on the Internet when I had an outline! Let my browser have a new life! I am very grateful to this friend (whuchenxi's blog );
Solution
1. Download adobe flash player for linux from the Internet. Enter adobe flash player linux on the Baidu page and a prompt box is displayed! Download the tar.gz compressed package! Next, extract the package!
2. Find the directory that exists in the package: Go to the terminal (ctrl + Alt + T) and run the command tar-xvf file name .tar.gz.3. Decompress libflashplayer. so to close the browser.4. Copy it to/usr/lib/firefox-addons/and enter the following content in the decompressed directory:Sudo cp libflashplayer. so/usr/lib/firefox-addons/Sudo ln/usr/lib/firefox-addons/libflashplayer. so/usr/lib/mozilla/plugins/libflashplayer. so5. Download the 64-bit libflashplayer. so file from the 64-bit operating system and copy it to/usr/lib64/firefox-addons.
PS: The 32-bit system directly downloads the corresponding rpm1_debat at http://get.adobe.com/cn/flashplayer/, which is the most convenient.
Restart firefox.