Find the answer to your Linux question:
Results 1 to 6 of 6
Does anyone know whether adobe flash player can be successfully installed onto a linux (debian) operating system ? I've tried all sorts of downloads from adobe but no success. The ...
  1. #1
    Just Joined!
    Join Date
    Jun 2009
    Posts
    5

    Flash player for linux debian

    Does anyone know whether adobe flash player can be successfully installed onto a linux (debian) operating system ?

    I've tried all sorts of downloads from adobe but no success. The processor is MIPS and the browser is bon echo.

    Any suggestions gratefully accepted!

    Thanks

  2. #2
    Linux Engineer b2bwild's Avatar
    Join Date
    Jul 2008
    Location
    Behind You!
    Posts
    1,108
    Adobe flash player is only available for i386 arch for now, The beta for amd64 arch is released.

    May be you should try alternative like gnash or swfdec
    Never make any misteaks.

    Read my Blog at --> Penguin Inside Subscribe Feed

  3. #3
    Just Joined!
    Join Date
    Jun 2009
    Posts
    5

    gnash or swfdec

    Hi
    Many thanks for reply, not up with the technology, is gnash or swfdec easierly installable and is there a download?
    will websites configured to use adobe flash work the same in my browser?
    thanks again
    cheers

  4. #4
    Linux Guru
    Join Date
    Nov 2004
    Posts
    6,110
    They are both available in the repositories. Just run the commands below. Update your sources, then install. As root:
    Code:
    apt-get update
    apt-get install gnash
    That's it, if there are no errors restart your browser and off you go.

  5. #5
    Just Joined!
    Join Date
    Jun 2009
    Posts
    5
    Thanks,
    Great I'll give it a go fingers crossed!!
    cheers

  6. #6
    Just Joined!
    Join Date
    Oct 2007
    Location
    Mexico
    Posts
    65
    also you can try enabling on the sources.list the backports repos...


    and in the bottom of the file wou can add the backports repository, i dont remember it exactly, search "debian + backports"with google.

    i founbd it, see here

    #apt-get update
    #apt-get install fashplugin-nonfree

    (it works on Debian AMD64, i have it installed)
    after install it, you can comment the backports line.

    See you.

Posting Permissions

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