Page 6 of 6 FirstFirst ... 456
Results 51 to 59 of 59

Thread: Flash Player Install?

  1. #51
    Moderator Moderator
    Join Date
    Nov 2010
    Location
    Germany/ Dietzenbach
    Posts
    1,124
    Hi, Mr. Schulz, why is it that you say hello to Mr. Kuhman but not to me ..
    Yes, I know your real name from PM and also from some other people of this forum. But I don'l like nicknames and I never use it within a greeting formula. I respect it, if people want to hide themselves. It is something else, if people here use a real name. If so, I'll use their first name for greetings.
    Hence, in particular cases, we do need to remember the manual install methods.
    Yes, but the use of apt or aptitude is a manual install method and nothing happens automatic. I prefer aptitude.

    If you use "aptitude install foo", then aptitude tries to find a solution. If there are problems, aptitude offers to look for other solutions or to quit. Perhaps, one of the other suggestions will fit. If no, you can try "aptitude install -t stable foo" or "aptitude install -t testing foo" or one of the many other options of aptitude.

  2. #52
    Senior Member registered user
    Join Date
    Dec 2008
    Location
    Mysore, India
    Posts
    272

    Regarding rewriting of man pages with many examples

    Quote Originally Posted by Werner P. Schulz View Post
    ...But I don'l like nicknames and I never use it within a greeting formula. I respect it, if people want to hide themselves. ...
    Thanks for explaining! You _can_ always use my first name or my family name. There is nothing secretive about it. 'rajibando' is just my user name. In Debian, Ubuntu and Geogebra, I use my gmail user name. The name issue arises just because of the username one has to choose. I chose an intuitive one some fifteen years back, during the initial stages of internet exposure in my country.
    Quote Originally Posted by Werner P. Schulz View Post
    ...If there are problems, aptitude offers to look for other solutions or to quit. Perhaps, one of the other suggestions will fit. If no, you can try "aptitude install -t stable foo" or "aptitude install -t testing foo" or one of the many other options of aptitude...
    The difficulty with aptitude is the lack of illustrative examples, something which irks me. I had even decided at one point to rewrite the man pages of linux but I don't know where to begin. For each binary file (core utilities and other files) there are different maintainers. It would be difficult for me to contact each one when there is no centralised resource.

  3. #53
    Moderator Moderator
    Join Date
    Nov 2010
    Location
    Germany/ Dietzenbach
    Posts
    1,124
    Hello Rajib,

    perhaps the study of Debian 7 and of Debian Reference will get you any further.
    Greetings Werner

  4. #54
    Senior Member registered user
    Join Date
    Dec 2008
    Location
    Mysore, India
    Posts
    272
    Thank you The newer version is definitely better!

  5. #55
    Member
    Join Date
    Feb 2013
    Location
    Buenos Aires, Argentina
    Posts
    44
    needed 1 min 32 sec for installation of flashplugin-nonfree 1:3.5.
    With this I've got Shockwave Flash 11.2.202.394; this is the newest version from Adobe for free.
    Hello, Werner.
    I'm using V7.4.0 on a 8GB USB stick, and have installed flashplugin-nonfree 1:3.5.
    Would you please tell me, step by step, what have I to do to get Shockwave Flash 11.2.202.394 installed and working?
    Thanks,
    Eduardo
    Last edited by Porteņo; 09-05-2014 at 07:44 PM. Reason: missed to write "what have I to do"

  6. #56
    Moderator Moderator
    Join Date
    Nov 2010
    Location
    Germany/ Dietzenbach
    Posts
    1,124
    .. what have I to do to get Shockwave Flash 11.2.202.394 installed and working?
    Hello Eduardo!

    Code:
    aptitude update
    aptitude install flashplugin-nonfree
    After this have a look at "Iceweasel => Tools => Add-ons => Plugins"

    On websites with Flash content use within Iceweasel the "NoScript" icon => "Temporarily allow all this page"

  7. #57
    Member
    Join Date
    Feb 2013
    Location
    Buenos Aires, Argentina
    Posts
    44
    My apologies for answering so late...busy week.
    I did what you said and it worked!
    Thanks, Werner.
    PS: For some other stream contents I installed pepperflashplugin-nonfree (Pepper Flash Player - browser plugin) from Synaptic and now I have video and images for Iceweasel and Chromium.
    Thanks again!

  8. #58
    Member registered user
    Join Date
    Apr 2007
    Posts
    93
    Quote Originally Posted by rajibando View Post
    To all members who stumble to this thread:
    Please don't let the above discussion confuse you. Follow the steps below and you should be successfully playing Flash contents within Mozilla:
    I too had an old Flash Plugin in my Knoppix system which was incapable of playing flash videos, particularly, from YouTube.
    I upgraded my Flash plugin by
    1. Manually creating a plugins folder as:
      Code:
      /home/knoppix/.mozilla/plugins
    2. Then I downloaded the compressed Flash plugin tar.gz package from Adobe website, Version 11.2.202.394 , uncompressed it, extracted the libflashplayer.so plugin and placed it in the plugins folder, and the other contents into folders for which they are intended.
    3. Then I tested with the flash version testing site . The site shows the current version no. 11,2,202,394 using commas, rather than full-stops.
    4. Now the sites which use adobe flash content are shown by my flash player within my browser, particularly, YouTube.
    5. Some sites might not be. You should check your Scripts- and Ads- blockers and reconfigure them.

    Hopefully, the problems would be solved.

    I like to install the flashplayer "manually" and have noticed that the 64 bit version doesn't seem to show up in aboutlugins under iceweasel. The 32 bit version however seems to run fine. You can just copy it into the /usr/lib/mozilla/plugins directory.

    /usr/lib/iceweasel/plugins doesn't seem to work and neither does /usr/lib/firefox/plugins.

    At the moment I'm running knoppix v7.4.1.

    I've done this manual install so many times that it's almost hardwired now:

    knoppix@Microknoppix:~$ cd Downloads/
    knoppix@Microknoppix:~/Downloads$ tar xzf install_flash_player_11_linux.i386.tar.gz
    knoppix@Microknoppix:~/Downloads$ sudo cp libflashplayer.so /usr/lib/mozilla/plugins/
    knoppix@Microknoppix:~/Downloads$ sudo cp -r usr/* /usr
    knoppix@Microknoppix:~/Downloads$ uname -r
    3.16.2-64

    and closing/relaunching iceweasel and going to aboutlugins shows:

    Shockwave Flash

    File: libflashplayer.so
    Path: /usr/lib/mozilla/plugins/libflashplayer.so
    Version: 11.2.202.406
    State: Enabled
    Shockwave Flash 11.2 r202

  9. #59
    Member
    Join Date
    Feb 2013
    Location
    Buenos Aires, Argentina
    Posts
    44
    No code line was necessary for me, installed with Synaptic
    flashplugin-nonfree
    and
    pepperflashplugin-nonfree

    and all works fine.
    The pepper thing is for seeing some stream contents.

Page 6 of 6 FirstFirst ... 456

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Supermicro 4U 36 Bay Storage Server 2.4Ghz 8-C 128GB 1x1280W Rails TrueNAS ZFS picture

Supermicro 4U 36 Bay Storage Server 2.4Ghz 8-C 128GB 1x1280W Rails TrueNAS ZFS

$721.06



Dell PowerEdge R630 8SFF 2.6Ghz 20-Core 128GB Mem 4x1G RJ-45 NIC 2x750W PSU picture

Dell PowerEdge R630 8SFF 2.6Ghz 20-Core 128GB Mem 4x1G RJ-45 NIC 2x750W PSU

$399.04



~DAILY DEALZ ~ Apple Mac Pro: Intel Xeon 32GB RAM 1TB SSD 1 Year Warranty picture

~DAILY DEALZ ~ Apple Mac Pro: Intel Xeon 32GB RAM 1TB SSD 1 Year Warranty

$284.99



CSE-118 Supermicro 1U 3x GPU Server  2.1Ghz 16-C 128GB CX353A 2x1600W PSU Rails picture

CSE-118 Supermicro 1U 3x GPU Server 2.1Ghz 16-C 128GB CX353A 2x1600W PSU Rails

$450.03



Intel Xeon Gold 6138 2.0GHz 27.5MB 20-Core 125W LGA3647 SR3B5 picture

Intel Xeon Gold 6138 2.0GHz 27.5MB 20-Core 125W LGA3647 SR3B5

$46.00



Intel Xeon E5-2690V2 3.00GHz 10-Core (SR1A5) Processor CPU READ DESCRIPTION picture

Intel Xeon E5-2690V2 3.00GHz 10-Core (SR1A5) Processor CPU READ DESCRIPTION

$12.00



Intel Xeon E5-2697 V4 2.30 GHz 18C 2011-3 2400MHz 45MB 145W SR2JV CPU Processor picture

Intel Xeon E5-2697 V4 2.30 GHz 18C 2011-3 2400MHz 45MB 145W SR2JV CPU Processor

$49.99



CM8066002031501 INTEL XEON E5-2680V4 2.40GHZ 35MB 14-CORE 120W PROCESSOR picture

CM8066002031501 INTEL XEON E5-2680V4 2.40GHZ 35MB 14-CORE 120W PROCESSOR

$19.95



HP Workstation Z640 2x Xeon E5-2623V4 32GB Ram 512 SSD Quadro K420 Linux GA picture

HP Workstation Z640 2x Xeon E5-2623V4 32GB Ram 512 SSD Quadro K420 Linux GA

$243.59



Dell Precision 3420 SFF Intel Xeon E3-1220 v5 16GB RAM 240GB SSD Win 10 Desktop picture

Dell Precision 3420 SFF Intel Xeon E3-1220 v5 16GB RAM 240GB SSD Win 10 Desktop

$119.99