Find the answer to your Linux question:
Results 1 to 5 of 5
Hi I Have newly installed debian etch 4.0 to expand my knowledge of linux and hopefully expand its use throughout my other systems. So far i'm very impressed and want ...
  1. #1
    Just Joined!
    Join Date
    Apr 2008
    Posts
    4

    Firefox/Iceweasel plugins (NewB)

    Hi

    I Have newly installed debian etch 4.0 to expand my knowledge of linux and hopefully expand its use throughout my other systems. So far i'm very impressed and want to get it fully working for some of the basic multimedia and web functions. When I use iceweasel/firefox, out of the box it doesn't have shockwave, flash, java, window-real player-quicktime plugins. When I download the "Linux versions" from the relevant links i.e. Adobe etc the default destination 'package manager??' says file extension not supported and I really want to know how do i install these updates so that I can run linux and not miss the ease and functionality of windows.

    Please help

    Many thanks in advance...

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome !

    Open Terminal and execute this :
    Code:
    su -
    apt-get update
    apt-get install flashplugin-nonfree
    Restart FireFox, type about: plugins ( without space in : and p ) in Address box and check if it lists something like this
    Shockwave Flash

    File name: libflashplayer.so
    Shockwave Flash 9.0 r48

    MIME Type Description Suffixes Enabled
    application/x-shockwave-flash Shockwave Flash swf Yes
    application/futuresplash FutureSplash Player spl Yes
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Apr 2008
    Posts
    4
    sorry for the delay in getting back but i've not had many opportunities to try it out,

    I used the apt-get update and it seemed to update ok and when I ran the plugin-nonfree I got the following msg
    debian:/home/dean# apt-get install flashplugin-nonfree
    Reading package lists... Done
    Building dependency tree... Done
    Package flashplugin-nonfree is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source
    E: Package flashplugin-nonfree has no installation candidate
    debian:/home/dean#


    have I missed a step?
    like a download from adobe if so which one do i choose there are 3 different linux versions?

    many thanks so far

    dean

  4. #4
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    post contents of /etc/apt/sources.list file
    Code:
    cat /etc/apt/sources.list

  5. #5
    Just Joined!
    Join Date
    Apr 2008
    Posts
    4
    ebian:/home/dean# cat /etc/apt/sources.list
    #
    # deb-src cdrom:[Debian GNU/Linux 4.0 r0 _Etch_ - Official Multi-architecture i386/amd64/powerpc/source DVD #1 20070407-12:57]/ etch contrib main
    # deb cdrom:[Debian GNU/Linux 4.0 r0 _Etch_ - Official Multi-architecture i386/amd64/powerpc/source DVD #1 20070407-12:57]/ etch contrib main
    #

    deb-src cdrom:[Debian GNU/Linux 4.0 r0 _Etch_ - Official Multi-architecture i386/amd64/powerpc/source DVD #1 20070407-12:57]/ etch contrib main
    deb cdrom:[Debian GNU/Linux 4.0 r0 _Etch_ - Official Multi-architecture i386/amd64/powerpc/source DVD #1 20070407-12:57]/ etch contrib main


    deb Index of /debian etch main
    deb-src Index of /debian etch main

    deb Debian -- Security Information etch/updates main
    deb-src Debian -- Security Information etch/updates main
    debian:/home/dean#

Posting Permissions

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