Sign In

    Enjoy FOSSwire's content? Have it delivered! Subscribe

    Installing Flash Player in Ubuntu Hardy Heron

    Historically, installing Flash Player, and therefore getting access to much of the internet's video content, on Ubuntu and other Linux distributions has been a right pain.

    You can download the archive from Adobe and run through the text-based installer, but Ubuntu Hardy Heron actually makes it a whole lot easier than previous releases (if you're using Firefox at least).

    Here's how.

    Launch Firefox 3 Beta 5, and browse to any site where you know that Flash is used (YouTube is a good one, but you need to be on an actual video page, not just the home page).

    Installing missing plugins screenshot

    Click the Install Missing Plugins button, and in the next window, select the top option for the Adobe Flash Player installer.

    There will be a couple of confirmation dialogues you will need to accept, including enabling the multiverse software repository for non-open source software.

    The installer then downloads the package and gets installing. The installation process might appear to sit there for a while doing nothing, but really that is just the Flash Player installer doing its stuff behind the scenes, just not feeding its progress back to you.

    Once that is done, however, you click Finish, the page reloads and the Flash Player works!

    It really is a great improvement to the old installation method, and makes getting Flash up and running on your new Ubuntu system pretty painless!


    Video tutorial - installing WordPress 2.5

    Peter shows you how to install the new WordPress 2.5 on your local machine, using Linux, Apache, PHP and MySQL.

    Quick tutorial - installing Flash Player on Fedora 7

    Let's face it - the web is a less fun place without Flash. There are plenty of sites that make use of it, and while we have projects to build a free implementation, it's not quite there yet.

    So here, I'm going to try and show you how install Flash Player on Fedora 7 as quickly as possible. The process should be pretty simple, but does require use of the terminal. You might want to get one open right now.

    $ su -
    [[Enter your root password when prompted]]
    # rpm -Uvh http://fpdownload.macromedia.com/get/flashplayer/current/flash-plugin-9.0.48.0-release.i386.rpm

    That one hit command should download and install the RPM version of the current Flash Player at the time of writing. A quick restart of your browsers should complete the installation, and Flash should work.

    You may want to browse about:plugins in Firefox (and similar browsers), to check it is installed. You should see something like this:

    about:plugins page screenshot

    If you get that, all is well and Flash is installed. Have fun!


    1. 1
    2. 2