Sign In

    Enjoy FOSSwire's content? Have it delivered! Subscribe

    Video - Installing and Uninstalling Adobe AIR and Applications

    Peter walks you through the process of installing the new Adobe AIR beta, installing AIR apps and how to uninstall everything too.

    Adobe AIR for Linux Beta

    Adobe AIR logo

    NOTE: Adobe AIR isn't an open source product, but I think it's worthy of covering anyway due to its potential for bringing greater application compatibility to open source platforms.

    Building applications that work across multiple platforms is always a challenge, but the web has provided a solution for some of those problems, by inherently being a cross-platform medium.

    Sometimes the web isn't powerful enough, however, and there is no replacement for a desktop application.

    Adobe's AIR platform is designed to bring the ease of development and cross platform support of the web and combine it with the benefits of desktop applications.

    AIR is a framework for Windows, Mac OS X and now Linux that allows you to build lightweight desktop applications. It is worth mentioning that AIR isn't open source, and is obviously designed in part to push Adobe's platforms, such as Flash, which also aren't free and can be troublesome on Linux and Unix systems.

    Ignoring that, Adobe AIR for Linux 1.1 Beta was released a few days ago and allows you to run pretty much any AIR application already written on your Linux system.

    Unfortunately, the installation is a little cumbersome and could be a stumbling block unless you know how to use the command line.

    Adobe AIR setup

    The installation does work, however, and AIR applications then seem to run pretty well (I tried Twitter client TweetDeck and it appears to work just as it does on Windows and Mac OS X).

    In my book, anything that opens up the Linux platform to more application support can only be a good thing, and despite AIR not being free software itself (it is free of charge, but doesn't meet the FSF definition of free software), I think this is a positive step and definitely worth it if you're already a user of AIR apps on other platforms.

    You may want to take a look at the release notes and then download the beta.


    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!