Views:
10,747β
Votes: 11β
Tags:
apt
16.04
firefox
google-chrome
flash
Link:
π See Original Answer on Ask Ubuntu β§ π
URL:
https://askubuntu.com/q/826750
Title:
Failure to download extra data files: flashplugin-installer (not a duplicate question)
ID:
/2016/09/19/Failure-to-download-extra-data-files_-flashplugin-installer-_not-a-duplicate-question_
Created:
September 19, 2016
Edited: April 13, 2017
Upload:
September 15, 2024
Layout: post
TOC:
false
Navigation: false
Copy to clipboard: false
Credit to gunnar-hjalmarsson for this answer.
Adobe once began life making fonts for Microsoft Windows. Later it became the premiere program for playing videos over the internet and live TV broadcasts (which I use it for). However now HTML5 is commonly used for playing videos in Googleβs YouTube and FlashPlayer is becoming marginalized.
Within Google Chrome web browser PepperFlash
support is built in so a separate flash plugin is no longer required for watching flash content. However on my system (perhaps because I deleted Google Chrome Beta) the error in the original question occurred.
The error message:
Err:1 http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_20160913.1.orig.tar.gz
showed up because Canonical partners was not enabled. I donβt remember turning it off but the solution is to turn it on.
Enable Canonical Partners
To enable partners in Canonical select System Settings
then Software & Updates
and then Other Partners
. This screen appears:
Check the box to allow partners.
As Gunnar points out flashplugin-installer
isnβt needed for firefox so adobe-flashplugin
is a better option to install. Google chrome has flash player support embedded through a process called Pepper Flash Player
and doesnβt need flashplugin-installer
either.
The final solution is:
sudo apt-get remove flashplugin-installer
sudo apt-get purge flashplugin-installer
sudo apt-get install adobe-flashplugin
Thanks again to Gunnar for his comments to solve the pesky pop-up message.
Although flashplugin-installer
is in the title and body, the partner errors could apply to many situations and I welcome recommendations to change the title, question or answer.
PS I realize remove and purge can be combined into a single line. I also realize apt-get
is inferior to a solo apt
in many respects.
PPS Adobe also gets credit for .PDF files although on Linux platform many free alternatives exist.
PPPS I notice there are other boxes not checked off on the screenshot above and if this answer can be improved by explaining them donβt hesitate to comment. I am dpkg challenged as recent down votes have proved.