How to Install Adobe Flash in Debian

January 2, 2010

How To

How to Install Adobe Flash in Debian Lenny/Squeeze/Sid

Flash Player is a cross-platform browser plug-in that delivers breakthrough Web experiences to over 98% of Internet users.

Method 1

If you run Etch you will want to use backport.org

First you need to edit the /etc/apt/sources.list file using the following command

#nano /etc/apt/sources.list

add the following line

deb http://www.backports.org/debian etch-backports main contrib non-free

save and exit the file.

Update the source list using the following command

#apt-get update

All backports are deactivated by default. If you want to install something from backports run:

#apt-get -t etch-backports install “packagename”

If you are using etch and you want apt to verify the downloaded backports you can import backports.org archive’s key into apt:

#apt-get install debian-backports-keyring

If you want to get your packages from backports upgraded automatically the following entry in /etc/apt/preferences should be sufficient:

Package: *
Pin: release a=etch-backports
Pin-Priority: 200

Once you have backports all set up do one of the following commands

#apt-get update

#apt-get install flashplugin-nonfree

Method 2

Using debian-multimedia.org repo

First you need to download the debian-multimedia-keyring package from here

Install using the following command

#dpkg -i debian-multimedia-keyring_2008.10.16_all.deb

you need to edit the /etc/apt/sources.list file using the following command

#nano /etc/apt/sources.list

add the following lines which is suitable for you

For Lenny  (stable) alpha, amd64, hppa, i386, ia64, powerpc and sparc packages

deb http://www.debian-multimedia.org Lenny main
or
deb ftp://ftp.debian-multimedia.org Lenny main
or
deb http://www.debian-multimedia.org stable main or
deb ftp://ftp.debian-multimedia.org stable main

For Squeeze  (testing) alpha, amd64, armel, hppa, i386, ia64, mipsel, powerpc and sparc packages

deb http://www.debian-multimedia.org Squeeze main
or
deb ftp://ftp.debian-multimedia.org Squeeze main
or
deb http://www.debian-multimedia.org testing main or
deb ftp://ftp.debian-multimedia.org testing main

For sid (unstable) alpha, amd64, armel, hppa, i386, ia64, mipsel, powerpc and sparc packages.

deb http://www.debian-multimedia.org sid main or
deb ftp://ftp.debian-multimedia.org sid main

For experimental amd64, i386 and powerpc packages. transcode, k9copy and kplayer (Qt4 version) and mjpegtools packages.

The official Debian experimental repository isn’t needed.
deb http://www.debian-multimedia.org experimental main or
deb ftp://ftp.debian-multimedia.org experimental main

For source

deb-src http://www.debian-multimedia.org sid main or
deb-src ftp://ftp.debian-multimedia.org sid main

Install flash player using the following command

#apt-get install flashplayer-mozilla

Once you have flash installed you can check in Iceweasel by entering about:plugins in the address bar. It should show something like:

Shockwave Flash
File name: /usr/lib/flashplayer-mozilla/libflashplayer.so
Shockwave Flash 10.0.12.36

The above works for Iceweasel, Opera, Epiphany, and Midori

, , , , , , ,

8 Responses to “How to Install Adobe Flash in Debian”

  1. tricqster Says:

    I’m not an Debian expert, but are you sure you named it correctly?
    Etch – stable, Lenny – testing, Sid – unstable.

    By this source: http://www.debian.org/releases/
    Lenny = stable, Squeeze = testing, Sid = unstable

  2. admin Says:

    thanks for the comment ,

  3. Meh Says:

    Add Ubuntu repos in Debian and boom instant Flash.

  4. admin Says:

    i didn`t have time to try it , i will make a test this week

  5. john Says:

    What an interesting text. I am really impressed. Keep writing dude

Trackbacks/Pingbacks

  1. How to Install Adobe Flash in Debian | Flash tutorial | Flash … | Just linux! - January 2, 2010

    [...] Read the original: How to Install Adobe Flash in Debian | Flash tutorial | Flash … [...]

  2. Tha Trackback » Blog Archive » How to Install Adobe Flash in Debian | Flash tutorial | Flash … - January 6, 2010

    [...] Found this interesting post today, here is a quick excerpt of it: Comments (2) Trackbacks (1) ( subscribe to comments on this post ). tricqster. January 5th, 2010 – 20:39. I’m not an Debian expert, but are you sure you named it correctly? Etch – stable, Lenny – testing, Sid – unstable. … Read the rest of this great post Here [...]

  3. Debian Linux: Пособие для гопников » Blog Archive » How to Install Adobe Flash in Debian Etch/Lenny/Sid - January 7, 2010

    [...] Flash Player is a cross-platform browser plug-in that delivers breakthrough Web experiences to over 98% of Internet users. More here [...]

Leave a Reply