I have downloaded Flash Player 11.5.0 into my Downloads. How do I install it? It is a tar.gz file. Please easy steps through the terminal. I am new to Linux, and want to learn more about it.
-
Hi! Although this doesn't answer your question, just fyi. On most GNU/Linux distributions there are so called "software repositories", and whenever a program is available in them, it's preferred to install it from there. On Ubuntu this means, that the recommended way to install software is to use Software Center, Synaptic, apt-get, muon or any other package manager frontend that uses the official Ubuntu repos. Search for flash in Software Center, there is a program named "flashplugin-installer" available. – soulsource Jul 28 '13 at 21:25
-
i installed the flash program but it keeps saying my flash player needs to be upgraded. i cant use my webcam on the internet and i cant play the games i want to on my sites because it is saying i need to upgrade my flash... – Clayton Batchelor Jul 28 '13 at 21:29
-
It isnt in the software center. they just got flash player plug in – Clayton Batchelor Jul 28 '13 at 21:30
2 Answers
Try using google-chrome. It comes with Flash 11.8.800.* Flash support voor linux is till 11.2. I hope this will work for you.
To install Google Chrome go to: https://www.google.com/intl/nl/chrome/browser/ press the download button and download the .deb file either the 32 bit or 64 bit depending on your system. After you downloaded it dubble click on it. The installation will begin(If i'm right the software center will open and install it). After it's done go to your dash and search for Google Chrome. Launch it and test if your problem if fixed.

- 1
- 1
-
-
Remember when you're using google chrome you need to go to chrome://plugins to disable the newer flash and enable the older one. – Ryhizuke Jul 28 '13 at 23:33
-
-
While you've other versions of flash installed. Open your browser and type in your searchbar chrome://plugins. This wil open a list with plugins. in the upper right corner you'll see details. click on it and the plugin list wil expand. Search for Adobe Flash and you'll probably see 2 of more. If you desire to use flash 11.5 disable the other one with pressing on Disable.
I hope this is understandable enough though i aren't a native english speaker.
– Ryhizuke Jul 29 '13 at 03:37
Try this link. It work with me. The same exact problem cause by protected flash content. This is how to install Adobe Flash Plugin for Firefox:
Go to this page and select the option .tar.gz for other Linux. Download the file.
Unpack the plugin tar.gz and copy the files to the appropriate location.
Save the plugin tar.gz locally and note the location the file was saved to.
Launch terminal and change directories to the location the file was saved to.
Unpack the tar.gz file. Once unpacked you will see the following:
libflashplayer.so /usr
Identify the location of the browser plugins directory, based on your Linux distribution and Firefox version.(Usually it is
/usr/lib/mozilla/plugins/
)Copy
libflashplayer.so
to the appropriate browser plugins directory. At the prompt type:cp libflashlayer.so <BrowserPluginsLocation>
Copy the Flash Player Local Settings configurations files to the /usr directory. At the prompt type:sudo cp -r usr/* /usr
Now restart your browser.
How do I install Adobe Flash player? Answers by IgnitE

- 197,895
- 55
- 485
- 740

- 115