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
    94
    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
  •  


Professionally restored & fully recapped Commodore 64 computer | NTSC C64 picture

Professionally restored & fully recapped Commodore 64 computer | NTSC C64

$299.00



TeensyROM Cartridge for Commodore 64/128: MIDI, Fastload, Emulation, and Network picture

TeensyROM Cartridge for Commodore 64/128: MIDI, Fastload, Emulation, and Network

$65.00



Commodore 128 Computer With Power Supply, Box, Manuals, 1571, 1541, Untested picture

Commodore 128 Computer With Power Supply, Box, Manuals, 1571, 1541, Untested

$450.00



Data 20 - Video Pak 80 - 80 Column Video Adapter - Commodore 64 C64 - WORKS picture

Data 20 - Video Pak 80 - 80 Column Video Adapter - Commodore 64 C64 - WORKS

$150.00



SIDKick Pico Commodore 64 and 128 (C64 / C128) - MOS SID 6581 / 8580 Replacement picture

SIDKick Pico Commodore 64 and 128 (C64 / C128) - MOS SID 6581 / 8580 Replacement

$19.99



Commodore 1541-II Floppy Disk Drive 5.25 C64 with Power Supply (Works) picture

Commodore 1541-II Floppy Disk Drive 5.25 C64 with Power Supply (Works)

$125.00



Vintage Commodore VIC 20 Computer Untested No Power Adapter MADE IN USA Keyboard picture

Vintage Commodore VIC 20 Computer Untested No Power Adapter MADE IN USA Keyboard

$59.99



Working Commodore Vic 20 Computer with Power Supply, RF Adapter Box, & Paperwork picture

Working Commodore Vic 20 Computer with Power Supply, RF Adapter Box, & Paperwork

$99.00



RARE Commodore KS64C Personal Computer Keyboard #’d 292/500 - Great Condition picture

RARE Commodore KS64C Personal Computer Keyboard #’d 292/500 - Great Condition

$299.99



Blue Chip BCD/5.25 Commodore 64 Single Floppy Disk Drive Copy  Tested w/ PS picture

Blue Chip BCD/5.25 Commodore 64 Single Floppy Disk Drive Copy Tested w/ PS

$65.00