Results 1 to 7 of 7

Thread: Adobe Flash Plugin in Lubuntu

  1. #1
    Join Date
    Nov 2009
    Beans
    8
    Distro
    Ubuntu 10.04 Lucid Lynx

    Adobe Flash Plugin in Lubuntu

    Hey all, just got an old Gateway Solo 9300 laptop back in business by installing Lubuntu. It's pretty awesome, especially for a beta release. One thing that I was confused about though was installing the Adobe Flash Plugin. How do I go about doing that? I was trying to watch a youtube video and I clicked the link to download it but it gave me several linux options. Which one is correct?

  2. #2
    Join Date
    Dec 2005
    Location
    Western Australia
    Beans
    11,480
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Adobe Flash Plugin in Lubuntu

    The correct way to install Adobe Flash Player is to use the repositories. Search for "flash plug-in" in Ubuntu Software Center, and then install it from there.

    Or run this command:

    Code:
    sudo apt-get install flashplugin-nonfree
    Pretty much the correct way to install ANYTHING in Ubuntu is through the repositories.
    Last edited by 3rdalbum; May 26th, 2010 at 09:43 AM.
    I try to treat the cause, not the symptom. I avoid the terminal in instructions, unless it's easier or necessary. My instructions will work within the Ubuntu system, instead of breaking or subverting it. Those are the three guarantees to the helpee.

  3. #3
    Join Date
    Nov 2009
    Beans
    8
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Adobe Flash Plugin in Lubuntu

    That didn't work. It said it couldn't find the plugin.

  4. #4
    Join Date
    Jun 2010
    Beans
    1

    Re: Adobe Flash Plugin in Lubuntu

    Run this command to install flashplugin-installer

    Code:
    sudo apt-get install flashplugin-installer

  5. #5
    Join Date
    Jan 2011
    Location
    NEPAL
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Adobe Flash Plugin in Lubuntu

    @OP - goto synaptic package manager and install Lubuntu-restricted-extras if you cant install "flash plug-in" in Ubuntu Software Center. Hope it works....Goodluck

    Regards, WinuxUser


  6. #6
    Join Date
    Oct 2009
    Location
    Sydney
    Beans
    4,301
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Adobe Flash Plugin in Lubuntu

    Lubuntu does NOT have Software Center, it has Synaptic as the Graphical Front End.

    To install Flash Plugin:

    Code:
    sudo apt-get update && sudo apt-get install adobe-flashplugin -y
    or

    Code:
    sudo apt-get update && sudo apt-get install flashplugin-installer -y
    I have installed the first package and both my Chromium and Firefox (latest versions for both) are working fine.
    Not quite sure what are the difference between these two packages.

    By the way, this thread is old

  7. #7
    Join Date
    Oct 2004
    Location
    Denmark - Scandinavia
    Beans
    19,564
    Distro
    Ubuntu Budgie Development Release

    Re: Adobe Flash Plugin in Lubuntu

    Quote Originally Posted by amjjawad View Post
    By the way, this thread is old
    Agreed.


    Thread closed.

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
  •