Install flashplayer under Debian

Last update on August 6, 2009 11:58 AM by jak58
Published by deri58

Install flashplayer under Debian







To install the plugin flashplayer on a Debian, add the repository :

deb http://www.backports.org/debian etch main contrib-backports in your sources.list. To perform this, open a console and log in as root and type:
echo "deb http://www.backports.org/debian etch-backports main contrib" >> /etc/apt/sources.list


For Debian/Etch:
echo "deb http://www.backports.org/debian etch-backports main contrib" >> /etc/apt/sources.list


For Debian/Lenny:
echo "deb http://www.backports.org/debian lenny-backports main contrib" >> /etc/apt/sources.list



Then import the passkey:
wget -O - http://backports.org/debian/archive.key | apt-key add -

Manual method:
gpg --keyserver hkp://subkeys.pgp.net --recv-keys 16BA136C
gpg --export | apt-key add -

Then reboot :
aptitude update

Install the plugin :
aptitude install flashplugin-nonfree
Best answers for « Install flashplayer under Debian » in :
How to detect the number of packages free/non-free installed Show How to detect the number of packages free/non-free installed Under Debian based system, with the help of a tool GNU, the tools VRMS is an application program that reports all of the packages whether it is free is non free which is...
[Debian]Listing packages installed Show [Debian]Listing packages installed You can list all the packages installed using the command: dpkg --get-selections With this tool it is possible to export the list of installed packages, proceed as follows: dpkg - get-selections>...
Scanning a Debian-based network with Nessus ShowScanning a Debian-based network with Nessus Introduction Installation Configuration Starting Nessus Server Using the Nessus client Notes Nessus is a network scanner that tries to detect potential security vulnerabilities in the...
[Debian] Apt-get : NO_PUBKEY / GPG error Show[Debian] Apt-get : NO_PUBKEY / GPG error When updating the Debian based system, it may happens that the apt-get displays an error message like: W: GPG error: ftp://ftp.debian.org/ testing Release: The following signatures couldn't be...
Wifi atheros card on linux ShowWifi atheros card on linux The deposits Linux headers Madwifi tools Observation Loading the Modules Verification Most of laptops have the atheros wifi network adapter, but when you install some versions of linux like debian,...
Download Windows Installer ShowMicrosoft WindowsIinstaller is a service of installation and application configuration, allowing to manage the applications containing the MSI extension MSI. Windows Installer 3.1 is a secondary update of Windows Installer 3.0 published in...
Download Multi Install ShowBy creating a CD or CDRom, you would definitely like to add it a menu for its launching and a better browse. Muti Install is program moved forward for the creation of menu of kickoff for CD / DVD. He allows so to create numerous programs from the...
Installing a network adapter ShowPurpose The purpose of this article is to set up a network to enable data exchanges between computers, resource sharing and network games. Is it therefore necessary to install a network card in each computer that may be part of the local area...
Operating Systems - Installing MS-DOS ShowInstalling MS-DOS When installing MS-DOS, make sure that in the BIOS the the boot disk is set to A: first, then the hard drive (boot sequence: A:, C:) Then insert disk 1 in the A: drive, power up the computer, then follow the on-screen...
Installing a network card ShowGoal The goal is to set up a network in order to exchange data or play games on the network. Thus, it is necessary to install a network card on every computer that may become part of the LAN. The purpose of this tutorial is to help you to install a...