flash - Installing adobe-flashplugin on Ubuntu 16.10 for Firefox - Ask Ubuntu
i trying install adobe-flashplugin
on ubuntu 16.10 firefox. used following command:
sudo apt-get install adobe-flashplugin
which throws following error:
err:0 http://archive.canonical.com/ubuntu maverick/partner i386 adobe-flashplugin i386 11.2.202.228-0maverick1 insufficient information available perform download securely hashes of expected file: - sha1:bff9666cc9f108ae59833a0f44c2499f0a0dd261 [weak] - md5sum:b92c92245c190c7dc9d4a9bb4bd780c3 [weak] - checksum-filesize:6591116 [weak] err:1 http://archive.canonical.com/ubuntu maverick/partner i386 adobe-flash-properties-gtk i386 11.2.202.228-0maverick1 insufficient information available perform download securely hashes of expected file: - sha1:5ea9ea111686652665cfca3aa1320b064c4f458f [weak] - md5sum:2ed1fadfb6a07c3ca8ba9b8f3c774edc [weak] - checksum-filesize:131074 [weak] e: failed fetch http://archive.canonical.com/ubuntu/pool/partner/a/adobe-flashplugin/adobe-flashplugin_11.2.202.228-0maverick1_i386.deb insufficient information available perform download securely hashes of expected file: - sha1:bff9666cc9f108ae59833a0f44c2499f0a0dd261 [weak] - md5sum:b92c92245c190c7dc9d4a9bb4bd780c3 [weak] - checksum-filesize:6591116 [weak] e: failed fetch http://archive.canonical.com/ubuntu/pool/partner/a/adobe-flashplugin/adobe-flash-properties-gtk_11.2.202.228-0maverick1_i386.deb insufficient information available perform download securely hashes of expected file: - sha1:5ea9ea111686652665cfca3aa1320b064c4f458f [weak] - md5sum:2ed1fadfb6a07c3ca8ba9b8f3c774edc [weak] - checksum-filesize:131074 [weak] e: unable fetch archives, maybe run apt-get update or try --fix-missing?
how can fix this?
add line /etc/apt/sources.list
:
deb http://archive.canonical.com/ubuntu yakkety partner
and run
sudo apt update
Comments
Post a Comment