How to install gnash in Debian 5.0 (Lenny)
Posted by Admin on June 16th, 2009
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
Gnash Features
Runs standalone - Gnash can run standalone to play flash movies.
Browser plugin - Gnash can also run as a plugin from within most Mozilla derived browsers, such as Firefox. Gnash also has support for Konqueror.
SWF v7+ compliant - Gnash can play many current flash movies.
Streaming Video - Gnash supports the viewing of streaming video from popular video sharing sites like Lulu.tv or YouTube.com.
XML Message server - Gnash also supports an XML based message system as documented in the Flash Format specification.
High Quality Output – Gnash uses OpenGL for rendering the graphics on the desktop, and AntiGrain (AGG) for embedded framebuffer only devices.
Free Software - Gnash is 100% free software. For more information on the GPL, go to the Free Software Foundation web site.
Better Security - Gnash pays extra attention to all network connections, and allows the user to control access.
Extensible - Gnash supports extending ActionScript by creating your own. You can write wrappers for any development library, and import them into the player.
Install Gnash in Lenny
First you need to edit the /etc/apt/sources.list file
#vi /etc/apt/sources.list
add the following line
deb http://debian.jones.dk/ lenny gnash
Save and exit
Update the source list using the following command
#apt-get update
Install gnash and mozilla plugins using the following command
apt-get install gnash gnash-common gnash-cygnal gnash-tools mozilla-plugin-gnash
apt-get clean


June 17th, 2009 at 11:30 am
What’s the point to use an unofficial repository? better use the official way
http://packages.debian.org/lenny/gnash
June 19th, 2009 at 5:34 am
Gnash is an official Debian package, available via apt-get from http://ftp.debian.org and mirrors.
Is your package different or better? If so, you should explain.