** Iceweasel with Pepperflash plugin **
# Edit sources.list file
- Code: Select all
nano /etc/apt/sources.list
# Add the following lines:
- Code: Select all
# Debian Backports
deb http://http.debian.net/debian jessie-backports main contrib
# Update sources
- Code: Select all
apt-get update
# Install Iceweasel
- Code: Select all
apt-get install iceweasel
# Install the Pepperflash plugin from Backports repository
- Code: Select all
apt-get install -t jessie-backports browser-plugin-freshplayer-pepperflash
** Latest Iceweasel from Backports repository with Pepperflash plugin **
# Edit sources.list file
- Code: Select all
nano /etc/apt/sources.list
# Add the following lines:
- Code: Select all
# Debian Backports
deb http://http.debian.net/debian jessie-backports main contrib
# Mozilla Debian
deb http://mozilla.debian.net/ jessie-backports iceweasel-release
# Update sources
- Code: Select all
apt-get update
# Install keyring for Debian Mozilla repository
- Code: Select all
apt-get install -t jessie-backports pkg-mozilla-archive-keyring
# Install Iceweasel and Pepperflash plugin from Backports repository
- Code: Select all
apt-get install -t jessie-backports iceweasel browser-plugin-freshplayer-pepperflash
** Chromium with Pepperflash plugin **
# Check repository lines in /etc/apt/sources.list file contain "contrib" for example:
deb http://ftp.de.debian.org/debian/ jessie main contrib
# Update sources
- Code: Select all
apt-get update
# Install Chromium and Pepperflash plugin
- Code: Select all
apt-get install chromium pepperflashplugin-nonfree