Results 1 to 3 of 3

Thread: apt-get flash for 12.04LTS onwards?

  1. #1
    Join Date
    Jun 2014
    Beans
    1

    Question apt-get flash for 12.04LTS onwards?

    Hey all,

    I recently got a summer student job at my college as an undergrad systems worker, and I'm helping the math department manage their Ubuntu machines. What we are doing currently for new machines is to use a preseed disc that automatically installs all software, and one of the apt-get installations started to fail recently, namely:

    Code:
    sudo apt-get install flashplugin-nonfree
    Reading package lists… Done
    Building dependency tree
    Reading state information… 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
    I've tried using adobe-flashplugin, and a few other packages mentioned on several different forum threads but to no avail. The primary purpose is to get flash working on Mozilla Firefox by using just terminal commands, hopefully using apt-get.

    Any help would be much appreciated!
    Last edited by cheeyi; June 18th, 2014 at 10:23 PM.

  2. #2
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,616
    Distro
    Ubuntu

    Re: apt-get flash for 12.04LTS onwards?

    First make sure the repos are up and running right
    Code:
    sudo apt-get update
    then if nothing is wrong try installing
    Code:
    sudo apt-get install flashplugin-installer
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

  3. #3
    Join Date
    Aug 2013
    Beans
    4,941

    Re: apt-get flash for 12.04LTS onwards?

    If you isntall ubuntu-restricted-extras it would pull in flash and other things like codecs which you will need eventually. So you shouldn't install flash separately.

    And please use a gui (Software Centre or better, synaptic) where you can seach for packages with keywords. Using the terminal is fine as long as you know the names of the packages, and sometimes you may just remember them wrong or the package names may have changed if you copy those "sudo apt-get install blah" lines from several years old forum posts or online tutorials.
    Last edited by monkeybrain20122; June 18th, 2014 at 11:22 PM.

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
  •