I have had significant problems with watching flash video in 64-bit Ubuntu. Does anyone know of a good way to get flash running on the platform?
I have had significant problems with watching flash video in 64-bit Ubuntu. Does anyone know of a good way to get flash running on the platform?
For 11.04 and earlier:
Are you installing it from the Ubuntu Software Center?
Note: this is the method I use on my 64-bit Ubuntu install and it has yet to fail me.
For 11.10 and later
Start Software Center from the Launcher and search for flash
Two entries will be found. The first is the wrapper around the 32bit flash version from Adobe. The second is the 64bit flash version.
Select the second flash entry - if the following picture is seen then you have not already enabled the Canonical Partner Repository previously.
Click More Info
... and click Use this source to enable the Canonical Partner Repository
see the end of this answer for the bug-report
Click Install
Click the Install button and enter your password when prompted. Note - you must have permission to install software.
The installation will proceed:
Once complete - launch Firefox and browse to your Flash Video. Right click and confirm that the latest version of Flash has been installed correctly.
Note - pictures subject to change - the 64bit version has only been recently packaged in the last week before Oneiric release - One issue currently exists:
In the interim - either use the first "Multiverse" 32bit plugin in the pictures above or use
adobe-flashplugin
This is how to install Adobe Flash Plugin for Firefox:
Unpack the tar.gz file. Once unpacked you will see the following:
Identify the location of the browser plugins directory, based on your Linux distribution and Firefox version.(Usually it is
/usr/lib/mozilla/plugins/
)For ubuntu 14.04 path is :
/usr/lib/firefox/browser/plugins
Copy
libflashplayer.so
to the appropriate browser plugins directory. At the prompt type:Copy the Flash Player Local Settings configurations files to the /usr directory. At the prompt type:
Now restart your browser.
Since you have stated that this is the first time you have ever used ubuntu. i would suggest that you install the package ubuntu-restricted-extras, this includes lots of useful stuff like adobe flash and codecs and MS fonts etc.
you can do this in many ways.
software centre: Click on this link:
or in a terminal: type
sudo apt-get install ubuntu-restricted-extras
synaptic: search for the package ubuntu-restricted-extras right click the package and select install, and then select mark. after click the apply button and it will all install.
There is a simple solution for this problem.
Open your Firefox and go to Youtube. Click on any video. Definitely it won't play because you don't have any flash player installed. But Firefox will promote you to
install missing plug-in
at the top. Simply click on it and follow the procedure. After that your video will start to play. Make sure you have latest Firefox browser installed.Or try this in your terminal
Get my Flash-Aid extension for Firefox. It will take care of downloading and installing the appropriate version for your system architecture and will also remove conflicting plugins. If you are on 64bit, it also allows to install the 64bit preview version, which renders better results than the 32bit with nspluginwrapper.
BTW, if you can't copy anything to ~/.mozilla/plugins folder, then you should check the ownership of the ~/.mozilla folder. It should allow to copy anything there. Unless of course you are referring to a system folder outside your home directory, which requires root privilege.
It depends on what browser you are using. Google Chrome (not Chromium) has Flash player by default.
Go to www.google.com/chrome and click download Chrome Choose 64-bit .deb (anybody reading this using 32-bit machines should select the 32-bit .deb)
When you click on the .deb file when it has downloaded it will open in the Software Centre. Now click install and when it has finished you can find the browser in Applications -> Internet.
Use the Ubuntu Software Center (in the Applications menu). In the text entry field (of the search box), you can search for "flash", and the results will populate one Adobe Flash plugin (note the Adobe logo). Choose that, and follow the directions to use the source.
Double check which "plugin" directory is being used. Had to spend a good hour one time just plowing through all the plugin directories till I found which ones my firefox was actually reading, and then
ln -s
ed them all to point to a common one.End of the day you might be dropping it in the wrong place.
Also start firefox from the command line, you might see errors. Example is running a x86 flash player in an x64 browser(not os) and vice versa. From the command line (
%> firefox
) you should see the plugin initialization log lines. (maybe try this one first :P)Also anything in
/usr/lib/...
is owned by root so you would have tosudo cp libflashplayer.so /usr/lib/firefox/plugin
where.../firefox/plugin
points to the location of the firefox plugin directory.Definite fix for 64 bit Flash on 11.10
I fixed 64 bit Flash on my 11.10 systems without any wrappers. If you follow the solutions mentioned above you will still end up with the 32 bit version and wrappers.
Note: most of this can be done in a terminal as well, in that case you don't need to install Synaptic. Furthermore, it could be that just executing steps 5, 6 and 8 is enough, but I have not tested this yet.
One extra package, 'adobe-flash-properties-gtk' will be installed automatically. Nothing more.
Now you will have full 64 bit Flash without any wrappers and other garbage in both Firefox and Chromium. A restart of your browser(s) is required though. If it's still not working, try a reboot (there might be some bogus reference to the old plugins somewhere).