Find the answer to your Linux question:
Results 1 to 10 of 10
I have read tons of articles on how but none work. I have edited the source.list file with what they say and I have used all the terminal commands that ...
  1. #1
    Just Joined!
    Join Date
    Apr 2010
    Posts
    8

    How do I install flash player 10 for Debian Lenny?

    I have read tons of articles on how but none work. I have edited the source.list file with what they say and I have used all the terminal commands that are becoming very repetitive. None have yet to work... any help?

    Thanks much.

    Lights

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Which command did you execute to install Flash plugin? Post the contents of sources.list file here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Linux Engineer GNU-Fan's Avatar
    Join Date
    Mar 2008
    Posts
    935
    On my Debian Lenny, I did as follows:

    1. get the 32bit or 64bit FlashPlayer .tar.gz archive from adobe.com
    (if you run a pure 64bit version of Lenny, the 32bit player will not run right away)

    2. in the directory .mozilla, create a new subdirectory "plugins"

    3. copy libflashplayer.so from the archive to ~/.mozilla/plugins/

    4. restart IceWeasel/FireFox

    That did it for me.
    Debian GNU/Linux -- You know you want it.

  4. #4
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    You can also install it using your package manager if you enable lenny-backports in your sources.list.

    FlashPlayer - Debian Wiki

  5. #5
    Just Joined!
    Join Date
    Apr 2010
    Posts
    2
    Hello, you download the pakage fromp the official website and:

    for tar.gz go to directory who the paket is downlading as root and do
    #tar -xvf name_of_pakage.tar.gz

    for .deb go to directory who the paket downloading as root and do:
    # dpkg -i name_of_pakage.deb

  6. #6
    Just Joined!
    Join Date
    Apr 2010
    Posts
    8
    Quote Originally Posted by GNU-Fan View Post
    On my Debian Lenny, I did as follows:

    1. get the 32bit or 64bit FlashPlayer .tar.gz archive from adobe.com
    (if you run a pure 64bit version of Lenny, the 32bit player will not run right away)

    2. in the directory .mozilla, create a new subdirectory "plugins"

    3. copy libflashplayer.so from the archive to ~/.mozilla/plugins/

    4. restart IceWeasel/FireFox

    That did it for me.

    This didn't work... I have yet to figure this thing out! haha

  7. #7
    Just Joined! devianpctek's Avatar
    Join Date
    May 2009
    Location
    Mexico
    Posts
    43
    for 64 try this
    Download this file
    labs.adobe.com/downloads/flashplayer10_64bit.html
    extract the contents in
    /usr/lib/mozilla/plugins
    voila

  8. #8
    Just Joined!
    Join Date
    Jul 2009
    Posts
    7
    Quote Originally Posted by devianpctek View Post
    for 64 try this
    Download this file
    labs.adobe.com/downloads/flashplayer10_64bit.html
    extract the contents in
    /usr/lib/mozilla/plugins
    voila
    ^ that is the mans way to do it, screw package management

  9. #9
    Just Joined!
    Join Date
    Apr 2010
    Posts
    7
    will this work for the PPC version of Debian-Lenny?

  10. #10
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    Quote Originally Posted by klx300r View Post
    will this work for the PPC version of Debian-Lenny?
    No. Adobe only provides flash for x86 and x86_64 architectures for linux.

Posting Permissions

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