1

I'm on Ubuntu 17.10. This post, says that Flash is available in the software center, but it is not for me at least. I tried downloading from their site; first I tried APT which failed with the message "unknown channel: artful-partner." I also tried downloading the tar.gz - first I followed the instructions on their website and the I tried just extracting everything to ~/.mozilla/extensions. Nothing worked.

  • I followed the instructions for activating the artful-partner repository but when I type sudo apt-get install adobe-flashplugin it says that the package is not available. – Eben Kadile Dec 04 '17 at 22:42
  • You need to update the package system first (sudo apt update). OTOH, for Firefox flashplugin-installer ought to be sufficient. – Gunnar Hjalmarsson Dec 04 '17 at 23:01
  • I updated and tried to reinstall but the package was already installed. Crunchyroll is the website that I want to use that requires flash and is how I've been testing whether or not the installation is successful. – Eben Kadile Dec 05 '17 at 00:45
  • Well, that's a paid service. You'd better start with the page I suggested in my comment on N0rbert's answer. Doing so will tell you if Firefox is seeing Flash Player. – Gunnar Hjalmarsson Dec 05 '17 at 00:54
  • I tried the instructions on the page you linked. Didn't work. I've installed google chrome which downloaded flash by itself and it works. So my problem doesn't really exist anymore even though neither of your solutions worked for some reason :/ – Eben Kadile Dec 05 '17 at 01:27

1 Answers1

0

You can install Adobe Flash Player with apt-get:

sudo apt-get install flashplugin-installer.

N0rbert
  • 99,918