About Ubuntu14.04lts 64-bit play Youku video

Source: Internet
Author: User
Tags gz file unpack

Cause: Chrome can't play Youku video and then change Firefox to discover that it doesn't have a flash plugin installed.

Explanation: There is a lot of talk about chrome on the internet, saying that the new version of Chrome does not support Adobe Flash, but these are not what we should worry about, in the new version of Chrome (Ubuntu) has included flash-related plugins, Can see (last plugin)

But today my computer is brain pumping, it can still be used, look at the dead, Tinker half a day, and suddenly inexplicable wonderful good, this is not the point.

Firefox Install Adobeflash plugin:

In fact, there is a description in the compression pack under Adobe (Readme.txt):

InstallingusingThe plugin tar.gz:o Unpack The plugin tar.gz and copy the files to the appropriate location.    o Save the plugin tar.gz locally and note the location the file is saved to.    o Launch terminal and change directories to the location the file is saved to.  o Unpack the tar.gz file. Once Unpacked you'll see the following:+libflashplayer.so+ /usr o Identify the location of the browser plugins directory, based on your Linux distribution and Firefox version  o Copy libflashplayer.so to the appropriate browser plugins directory. At the prompt type:+ CP libflashlayer.so <BrowserPluginsLocation>o Copy the Flash Player Local Settings configurations files to the/usr directory. At the prompt type:+ sudo cp-r usr/*/usr

Here is the explanation: the RPM package on the Adobe website is a bit old, or it is recommended to download the tar.gz package for the other Linux.

Do not want to read English, I translate here the main steps:

1. Unpack the tar.gz package

tar -XZVF < ZIP package name >

2. After decompression you can see that there is a libflashplayer.so in the folder, there is a USR folder, of course, there are some other folders, but it does not matter.

3. Find the location of your Firefox plugin, usually/usr/lib/firefox-addons/plugins/

4. Copy the libflashplayer.so to the directory in 3

CP  libflashplayer.so/usr/lib/firefox-addons/plugins/

5. Copy the USR folder in the unzip file to/usr/

sudo cp -R usr* / usr

Then restart the browser to play the Youku video properly.

About Ubuntu14.04lts 64-bit play Youku video

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.