Results 1 to 8 of 8

Thread: Problems with Flash intallation

  1. #1
    Join Date
    Sep 2008
    Location
    Statesboro, GA
    Beans
    Hidden!
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Problems with Flash intallation

    I have found way too many sites detailing how to install Flash on my system. I am running Ubuntu 9.04. When testing my install on the Adobe website (http://www.adobe.com/products/flashplayer/action/). I get nothing. When, the site offers to install Flash player 10, the installation fails. When I type "about: plugins" in Firefox, I get this:

    File name: libswfdecmozilla.so
    Shockwave Flash 9.0 r999

    I would like to uninstall what I have, and start fresh, but I don't know how. I tried the package installer, but then I get an error later which says that the "flashplugin-installer" is still on the system, which prevents a new installation.

    I had hoped that this would have been addressed and fixed over the past year, but, nope.


    My head is spinning. Can anyone help?

  2. #2
    Join Date
    Apr 2008
    Beans
    451
    Distro
    Kubuntu 10.04 Lucid Lynx

    Re: Problems with Flash intallation

    libswfdecmozilla is another variant of flash player - it's not the one from adobe you are looking for. If you no longer want to use it, uninstall it like this:

    Code:
    sudo aptitude purge swfdec-mozilla
    Now you install the flash player of adobe:

    Code:
    sudo aptitude install adobe-flashplugin
    make sure you only have one flash player installed at a time - otherwise it might conflict your browser setup

  3. #3
    Join Date
    Sep 2008
    Location
    Statesboro, GA
    Beans
    Hidden!
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Thank you Lampi!

    It worked. Thank you so much.
    Last edited by Pharohs; August 31st, 2009 at 12:22 PM. Reason: Solved

  4. #4
    Join Date
    Feb 2009
    Beans
    22

    Re: Problems with Flash intallation

    i tried this but i get:



    isaiah@Fizzlicious:~$ sudo aptitude install adobe-flashplugin
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Reading extended state information
    Initializing package states... Done
    Writing extended state information... Done
    Couldn't find any package whose name or description matched "adobe-flashplugin"
    Couldn't find any package whose name or description matched "adobe-flashplugin"
    No packages will be installed, upgraded, or removed.
    0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    Need to get 0B of archives. After unpacking 0B will be used.
    Writing extended state information... Done
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Reading extended state information
    Initializing package states... Done

  5. #5
    Join Date
    Mar 2009
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Problems with Flash intallation

    Quote Originally Posted by igriego View Post
    i tried this but i get:

    Couldn't find any package whose name or description matched "adobe-flashplugin"
    What version of Ubuntu are you running?

    Try
    Code:
    sudo apt-get install flashplugin-nonfree
    US Army Band Veteran
    Bodybuilding Crew

  6. #6
    Join Date
    Feb 2009
    Beans
    22

    Re: Problems with Flash intallation

    ubuntu 9.04

  7. #7
    Join Date
    Mar 2009
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Problems with Flash intallation

    Did you try the command I gave you? Also, in Jaunty, this command should take care of everything you need:
    Code:
    sudo apt-get install ubuntu-restricted-extras


    Moved to general help.
    US Army Band Veteran
    Bodybuilding Crew

  8. #8
    Join Date
    Sep 2009
    Beans
    3

    Re: Problems with Flash intallation

    Thanks you
    Code:
    sudo apt-get purge swfdec-mozilla
    worked for me. I now only have flashplugin-installer and am running Jaunty 9.04.
    Last edited by sdunlapa; October 12th, 2009 at 02:30 AM.

Bookmarks

Posting Permissions

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