LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   How install adobe flashplayer from adobe .tar.gz? (https://www.linuxquestions.org/questions/debian-26/how-install-adobe-flashplayer-from-adobe-tar-gz-4175445665/)

lugoteehalt 01-15-2013 02:40 AM

How install adobe flashplayer from adobe .tar.gz?
 
New install of Debian on E2 Vision HP laptop. Lots of problems. Used Adobe's instructions:

http://helpx.adobe.com/flash-player/...yer-linux.html

Quote:

Installation instructions

Installing using the plugin tar.gz

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
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
Do not understand lies beginning unpack and save so ignore these.

Copied libflashplayer.so to /usr/lib/mozilla/plugins/libflashplayer.so.

Did the thing with cp. Seemed to work except for one item - seemed like it did not want to overwrite.

Here is the susequent, current output:
Code:

root@debian:/home/lugo/Downloads#  cp –A usr/* /usr
cp: cannot stat `–A': No such file or directory
cp: omitting directory `usr/bin'
cp: omitting directory `usr/lib'
cp: omitting directory `usr/lib64'
cp: omitting directory `usr/share'
root@debian:/home/lugo/Downloads#

Anyone ant suggestions? Thanks.

k3lt01 01-15-2013 02:52 AM

Make sure you have non-free enable in your sources.list then open a terminal and as root
Code:

apt-get update
then
Code:

apt-get install flashplugin-nonfree
Or open synaptic and marks flashplugin-nonfree for installation and install it.

lugoteehalt 01-15-2013 04:15 AM

Thanks.

root@debian:/home/lugo/Downloads# apt-get install flashplugin-nonfree
Reading package lists... Done
Building dependency tree
Reading state information... Done
flashplugin-nonfree is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@debian:/home/lugo/Downloads#

jim_p 01-15-2013 05:22 AM

When you install it for the first time, it will download the plugin from adobe, extract it, move it amd symlink it properly for all browsers to see it.
So, if it is already installed, it should have already done all the above. Just to make sure run
Code:

# update-flashplugin-nonfree --status
Flash Player version installed on this system  : 11.2.202.261
Flash Player version available on upstream site: 11.2.202.261
flash-mozilla.so - auto mode
  link currently points to /usr/lib/flashplugin-nonfree/libflashplayer.so
/usr/lib/flashplugin-nonfree/libflashplayer.so - priority 50
Current 'best' version is '/usr/lib/flashplugin-nonfree/libflashplayer.so'.

and if the installed version is older that the upstream one run
Code:

update-flashplugin-nonfree --install
to update it.


All times are GMT -5. The time now is 12:23 AM.