Results 1 to 5 of 5

Thread: flashplayer ubuntu 11.10

  1. #1
    Join Date
    May 2012
    Beans
    1

    flashplayer ubuntu 11.10

    im fairly new to linux but im getting the hang of things ,however, i am having trouble geting a flash player installed. Ive tried various ways to get one. on the ubuntu software center it never finishes applying changes. Ive tried searching google for answers but no luck. Can anyone help?

  2. #2
    Join Date
    Apr 2008
    Location
    Southern California, USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: flashplayer ubuntu 11.10

    Quote Originally Posted by bushmonkey90 View Post
    im fairly new to linux but im getting the hang of things ,however, i am having trouble geting a flash player installed. Ive tried various ways to get one. on the ubuntu software center it never finishes applying changes. Ive tried searching google for answers but no luck. Can anyone help?
    What Ubuntu release are you using, what browser, and what methods have you tried?

    I use chrome, and I have to install it manually:
    Code:
    if [ ! -d /usr/lib/mozilla/plugins ]; then sudo mkdir -p /usr/lib/mozilla/plugins; fi; sudo install -m 644 libflashplayer.so /usr/lib/mozilla/plugins/
    chrome is suppose to have it built in, but it doesn't work for me.

    edit: This might be what your looking for, if you use firefox:

    Code:
    sudo apt-get install flashplugin-installer
    Last edited by VMC; May 20th, 2012 at 04:05 AM.

  3. #3
    Join Date
    Nov 2009
    Location
    Catalunya, Spain
    Beans
    14,560
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: flashplayer ubuntu 11.10

    My approach is: forget about everything in the repositories/software centre.

    Remove all packages you installed trying to make flash work.

    Go to the adobe website, download the flash for linux. It's a tar.gz archive. Extract somewhere in your Home folder.

    In your Home folder press Ctrl + H to show hidden folders and open .mozilla. Make a folder named plugins in there.

    From the flash file you extracted, copy just the libflashplayer.so into the /Home/.mozilla/plugins folder you created.

    Restart firefox. Flash is working.
    Darko.
    -----------------------------------------------------------------------
    Ubuntu 18.04 LTS 64bit

  4. #4
    Join Date
    May 2012
    Beans
    1

    Smile Re: flashplayer ubuntu 11.10

    Thank you so much! I was going insane, and just about to give up and go back to Windows. I have been loving Ubuntu but I could not get flash working.

  5. #5
    Join Date
    Jan 2012
    Beans
    3

    Re: flashplayer ubuntu 11.10

    Thanks Darko!! Worked perfectly. Geez... this had been going on for weeks and I'd forgotten how to do this... yeah, I've had to do this once before. Adobe Flash Player is very buggy.

Tags for this Thread

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
  •